Connect ECONNREFUSED - RPi

I didn’t change anything on my RPi, but when i start my script now, I get that message:

Connecting to: blynk-cloud.com 8441
{ Error: connect ECONNREFUSED 139.59.206.133:8441
    at Object._errnoException (util.js:1022:11)
    at _exceptionWithHostPort (util.js:1044:20)
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1198:14)
  code: 'ECONNREFUSED',
  errno: 'ECONNREFUSED',
  syscall: 'connect',
  address: '139.59.206.133',
  port: 8441 }

I have no idea what the problem is.

Thanks for helping.

1 Like

Same problem here. Can’t connect

Connecting to: blynk-cloud.com 8441
{ Error: connect ECONNREFUSED 139.59.206.133:8441
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1191:14)
  errno: 'ECONNREFUSED',
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '139.59.206.133',
  port: 8441 }```

Like… firewalled network? Please follow regular connection troubleshooting guide. Tons of topics on this forum already.

Hello. Please use 9443 port on the local server or 443 on the Cloud.

@Dmitriy please return the 8441 port back.

@UnitedBlaze @fearmisery please try again - it should work (port 8441 on the Cloud).
Sorry for inconvenience.

It works fine now. Thank you very much

1 Like

A post was split to a new topic: My problem is still there