-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
s.recv(128) gets stuck (line 81) #24
Comments
Hi. |
Hi! Best regards! |
Hi @maxwell380. |
Thanks for the quick response, @TheWeirdDev. I am using a Pi4 with Python and would like to indicate the battery level of the iPhone in an UI on the Pi. Similar to what you may have in your car. |
Can you explain or point me to some resources so I can understand better what exactly is happening? And is there literally anything I can try that might work at this point? I tried another bluetooth headset and faced the same issue. |
Getting same behaviour on Sennheiser headphones:
Every port responds with following message, although i'm currently using headphones perfectly:
|
With OnePlus Buds Z on 3 ports got stuck: 3, 7 & 9
When call on 9 also breaks audio play |
Hi,
I have been wanting something like this for a long time, so thank you for making this.
I have a Jabra 65e bluetooth headset. It shows the battery level when I connect to my phone. When I run this script however, for every port other than 3, I get an Errno 111 Connection refused.
However, when I run it with port 3, the script gets stuck. Specifically, the s.recv(128) function does not return in the while loop on line 81.
I don't know anything about low level network interfaces, so can you help me figure out what might be going wrong?
Thanks a lot!
The text was updated successfully, but these errors were encountered: