vshymanskyy / blynk-library-python

Blynk library for Python. Works with Python 2, Python 3, MicroPython.
https://blynk.io/
MIT License
281 stars 97 forks source link

Connection doesn't work, requires server="blynk.cloud" #71

Open saharco540 opened 1 year ago

saharco540 commented 1 year ago

It seems like it is required to add server="blynk.cloud" to BlynkLib.Blynk('YourAuthToken'), so it will be - BlynkLib.Blynk('YourAuthToken', server="blynk.cloud") Otherwise, I am getting - ValueError: Connection with the Blynk server blynk-cloud.com:80 failed

mas6y6 commented 11 months ago

Yeah thank god I found this issue