EN6
December 5, 2018, 3:03am
1
This could be a lame question…
I used→http://docs.blynk.cc/#hardware-set-ups-raspberry-pi ,but…
raspberry pi terminal display↓
___ __ __
/ _ )/ /_ _____ / /__
/ _ / / // / _ \/ '_/
/____/_/\_, /_//_/_/\_\
/___/
{ Error: getaddrinfo EAI_AGAIN blynk-cloud.com:8441
at Object.exports._errnoException (util.js:1018:11)
at errnoException (dns.js:33:15)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:76:26)
code: 'EAI_AGAIN',
errno: 'EAI_AGAIN',
syscall: 'getaddrinfo',
port: 8441 }
Gunner
December 5, 2018, 3:19am
2
Wrong port from older documentation. SSL hardware is now 443 (Cloud).
Dear all,
if you use 8441 port please switch to 9443 on the local server or 443 on the Cloud.
How to change depends on RPi library method (AKA programming language) chosen… But you can probably search through library files for 8441 and change it to 443.
For example in NodeJS client script
Or main library file
Gunner
December 5, 2018, 10:32am
4
Yep… that’s an error … I guess you could try Googling it as I don’t know what you did wrong.
Hi and Good day
How can i change the portal to 443 ?