You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How often does it reproduce? Is there a required condition?
It happens only for some domain/subdomain. For example the problem occurs when making a request with the telegram bot API subdomain api.telegram.org
What is the expected behavior? Why is that the expected behavior?
There shouldn't be any errors.
What do you see instead?
The error below was thrown:
Error: 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 process.processTimers (node:internal/timers:514:7) {
code: 'ETIMEDOUT',
[errors]: [
Error: connect ETIMEDOUT 149.154.167.220:443
at createConnectionError (node:net:1634:14)
at Timeout.internalConnectMultipleTimeout (node:net:1685:38)
at listOnTimeout (node:internal/timers:575:11)
at process.processTimers (node:internal/timers:514:7) {
errno: -110,
code: 'ETIMEDOUT',
syscall: 'connect',
address: '149.154.167.220',
port: 443
},
Error: connect ENETUNREACH 2001:67c:4e8:f004::9:443 - Local (:::0)
at internalConnectMultiple (node:net:1176:40)
at Timeout.internalConnectMultipleTimeout (node:net:1687:3)
at listOnTimeout (node:internal/timers:575:11)
at process.processTimers (node:internal/timers:514:7) {
errno: -101,
code: 'ENETUNREACH',
syscall: 'connect',
address: '2001:67c:4e8:f004::9',
port: 443
}
]
}
Additional information
I tried to ping api.telegram.org and there wasn't any problem.
I found this issue (#47822) and was able to workaround the problem by disabling family auto selection but I am raising this issue in case it can be helpful for the maintainers.
My intuition tells me that this issue is related to some configuration in the OS but I am not sure, do advise if possible!
Thank you!
The text was updated successfully, but these errors were encountered:
tayweekiam
changed the title
ETIMEDOUT error for some domain
ETIMEDOUT error when sending a request to some domain/subdomains
Mar 13, 2024
tayweekiam
changed the title
ETIMEDOUT error when sending a request to some domain/subdomains
ETIMEDOUT error when sending http request to some domains/subdomains
Mar 13, 2024
Version
v20.10.0
Platform
Linux fedora 6.7.9-200.fc39.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Mar 6 19:35:04 UTC 2024 x86_64 GNU/Linux
Subsystem
net
What steps will reproduce the bug?
Here is a code snippet to reproduce the bug on the platform specified:
How often does it reproduce? Is there a required condition?
It happens only for some domain/subdomain. For example the problem occurs when making a request with the telegram bot API subdomain
api.telegram.org
What is the expected behavior? Why is that the expected behavior?
There shouldn't be any errors.
What do you see instead?
The error below was thrown:
Additional information
I tried to ping
api.telegram.org
and there wasn't any problem.I found this issue (#47822) and was able to workaround the problem by disabling family auto selection but I am raising this issue in case it can be helpful for the maintainers.
My intuition tells me that this issue is related to some configuration in the OS but I am not sure, do advise if possible!
Thank you!
The text was updated successfully, but these errors were encountered: