lib-python icon indicating copy to clipboard operation
lib-python copied to clipboard

Blynk 2.0 auth not working #2

Open slash-bit opened this issue 3 years ago • 1 comments

Same issue here, The example not working. I can't connect my device with this blynkkk/lib-python library, it print blynklib.BlynkError: Auth stage failed. Status=4.

Is this library dead since Blynk 2.0 ?

slash-bit avatar Nov 05 '22 22:11 slash-bit

The library has to be updated to the newest version (1.0.0) https://github.com/vshymanskyy/blynk-library-python Use the command "pip install blynk-library-python" to do so. However, for some reason, it pulls version 0.2.0 rather than the most recent version (1.0.0), so after installing the library, you have to download the library files and move them to the library directory manually.

John93-Blynk avatar Nov 16 '22 10:11 John93-Blynk