Cant connect with Blynk using Ethernet shield

Hi
i am trying to connect to blynk using Arduino UNO and Arduino Ethernet shield, however it doesnt work in the serial monitor i got this all the time
[0] Blynk v0.2.2 [0] Getting IP... [1513] My IP: 192.168.137.82 [1513] Connecting to cloud.blynk.cc:8442
I am using currently the last version of the library and IDE.Also i am using the code that is given from Blynk examples without any modification.

Thanks

@Yazan_Qiblawey maybe the examples are out of date because you shouldn’t be connecting to cloud.blynk.cc. This server was retired more than 6 months ago.

Provide a link to the sketch you are using.

1 Like

Please update to latest library version.

Thanks the problem solved.
the problem was from my PC when i would like to update the libraries in my IDE, it doesnt due to firewall.

Thank you again