blynkkk / lib-python

Blynk IoT library for Python and Micropython
MIT License
237 stars 83 forks source link

Blynk 2.0 auth not working #2 #53

Open slash-bit opened 2 years ago

slash-bit commented 2 years ago

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 ?

John93-Blynk commented 2 years ago

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.