Jeff R.

Results 9 comments of Jeff R.

I am having the same problem on MacOS. ./manual_tests/test_blynkV2.py::BlynkPublisherTest::test_pushvalue Failed with Error: 'socket' object has no attribute 'write' File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 59, in testPartExecutor yield File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/unittest/case.py", line 615, in...

Did you have any luck in getting it to work with SSL?

I got SSL working on macOS and the library works as expected now. I updated the version of Python to latest 3.9 from 3.7 and solved the problem.

I am running into this on RPI4 as well. Disconnect and reconnect fix sometimes, but very random. File "/usr/src/xxx/src/lib/blynk.py", line 349, in change_color blynk.set_property(pin, "color", color) File "/usr/local/lib/python3.7/site-packages/BlynkLib.py", line 90,...

I found the original issue causing my ssl failures, I had legacy code from blynk v1 that was setting table values. I removed that line of code and the broken...

Same for me, Homebridge is hanging, as a result, won't fully start. Noticed the API version in my dashboard now shows v6, something changed. I stripped out the code, token,...

the latest gist has a fix that addresses a lot of the problem. add exception logic to catch disconnected blynk objects, disconnect and reconnect them. Core comm to server is...

> @Judas2016 the latest commit is on March 6th 2022, is this the one you're refering to? > > git+https://github.com/vshymanskyy/blynk-library-python@f84633c#egg=blynk-library-python

I am getting a different error now: 2024-04-27 16:12:46,624 - auth.py.query(228) - ERROR - Unable to access https://rest-u056.immedia-semi.com/api/v3/accounts/xxxx3/homescreen after token refresh. 2024-04-27 16:13:19,635 - auth.py.send_auth_key(244) - ERROR - Did not...