vshymanskyy / blynk-library-python

Blynk library for Python. Works with Python 2, Python 3, MicroPython.

Home Page:https://blynk.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

saharco540 opened this issue · comments

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

Yeah thank god I found this issue