koush / scrypted

Scrypted is a high performance video integration and automation platform
https://scrypted.app
Other
3.91k stars 237 forks source link

Port Forward Test Failed : AggregateError #1415

Closed keysuresh closed 3 months ago

keysuresh commented 3 months ago

port forward test failed AggregateError: at internalConnectMultiple (node:net:1114:18) at internalConnectMultiple (node:net:1177:5) at Timeout.internalConnectMultipleTimeout (node:net:1687:3) at listOnTimeout (node:internal/timers:575:11) at processTimers (node:internal/timers:514:7) { code: 'ETIMEDOUT',

Error: connect ETIMEDOUT 50.219.188.186:443
    at createConnectionError (node:net:1634:14)
    at Timeout.internalConnectMultipleTimeout (node:net:1685:38)
    at listOnTimeout (node:internal/timers:575:11)
    at processTimers (node:internal/timers:514:7) {
  errno: -110,
  code: 'ETIMEDOUT',
  syscall: 'connect',
  address: '50.219.188.186',
  port: 443
},
Error: connect ENETUNREACH 2001:559:800c:1900::92ae:443 - Local (:::0)
    at internalConnectMultiple (node:net:1176:40)
    at Timeout.internalConnectMultipleTimeout (node:net:1687:3)
    at listOnTimeout (node:internal/timers:575:11)
    at processTimers (node:internal/timers:514:7) {
  errno: -101,
  code: 'ENETUNREACH',
  syscall: 'connect',
  address: '2001:559:800c:1900::92ae',
  port: 443
}

] }