-
Notifications
You must be signed in to change notification settings - Fork 13
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
Error checkStatus #10
Comments
Server Status
|
i understand that the problem disappears when i finish the node-red server i don't understand why it conflicts |
Hi, up to now the script has always worked correctly, until I decided to update my rasperry and since then the status check does not work anymore and I get this error
Oct 28 17:34:13 raspberrypi python3[2242]: File "/home/pi/A-OK_AM43_Blind_Drive/AOK-AM43.py", line 103, in write_message Oct 28 17:34:13 raspberrypi python3[2242]: if (dev.waitForNotifications(10): Oct 28 17:34:13 raspberrypi python3[2242]: File "/usr/local/lib/python3.7/dist-packages/bluepy/btle.py", line 560, in waitForNotifications Oct 28 17:34:13 raspberrypi python3[2242]: resp = self._getResp(['ntfy','ind'], timeout) Oct 28 17:34:13 raspberrypi python3[2242]: File "/usr/local/lib/python3.7/dist-packages/bluepy/btle.py", line 407, in _getResp Oct 28 17:34:13 raspberrypi python3[2242]: resp = self._waitResp(wantType + ['ntfy', 'ind'], timeout) Oct 28 17:34:13 raspberrypi python3[2242]: File "/usr/local/lib/python3.7/dist-packages/bluepy/btle.py", line 362, in _waitResp Oct 28 17:34:13 raspberrypi python3[2242]: raise BTLEDisconnectError("Device disconnected", resp) Oct 28 17:34:13 raspberrypi python3[2242]: bluepy.btle.BTLEDisconnectError: Device disconnected Oct 28 17:34:13 raspberrypi python3[2242]: 192.168.1.5 - - [28/Oct/2020 17:34:13] "GET /AM43BlindsAction/CheckStatus HTTP/1.1" 500 -
It looks like an error generated by bluepy maybe it has updated to the latest version? Strange why the other open and close functions all work perfectly thanks for the help in advance
The text was updated successfully, but these errors were encountered: