Skip to content

Instantly share code, notes, and snippets.

@surajmandalcell
Created February 4, 2024 02:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save surajmandalcell/c6a5f55370bd9b42137d91e63045016c to your computer and use it in GitHub Desktop.
Save surajmandalcell/c6a5f55370bd9b42137d91e63045016c to your computer and use it in GitHub Desktop.
Pix API Error
App is listening on http://localhost:5500
Fetching stock data...
[2024-02-04T02:34:28.059Z] Warning: Error from HTTP request. AggregateError
[2024-02-04T02:34:28.059Z] Error: Failed to complete negotiation with the server: AggregateError
[2024-02-04T02:34:28.059Z] Error: Failed to start the connection: AggregateError
Connection error: AggregateError
at internalConnectMultiple (node:net:1114:18)
at afterConnectMultiple (node:net:1667:5) {
code: 'ECONNREFUSED',
[errors]: [
Error: connect ECONNREFUSED ::1:5011
at createConnectionError (node:net:1634:14)
at afterConnectMultiple (node:net:1664:40) {
errno: -61,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '::1',
port: 5011
},
Error: connect ECONNREFUSED 127.0.0.1:5011
at createConnectionError (node:net:1634:14)
at afterConnectMultiple (node:net:1664:40) {
errno: -61,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 5011
}
]
} Auto retry in 5s
API initialized
undefined
getEod => connection closed
Fetching stock data...
[2024-02-04T02:35:00.187Z] Warning: Error from HTTP request. AggregateError
[2024-02-04T02:35:00.187Z] Error: Failed to complete negotiation with the server: AggregateError
[2024-02-04T02:35:00.187Z] Error: Failed to start the connection: AggregateError
Connection error: AggregateError
at internalConnectMultiple (node:net:1114:18)
at afterConnectMultiple (node:net:1667:5) {
code: 'ECONNREFUSED',
[errors]: [
Error: connect ECONNREFUSED ::1:5011
at createConnectionError (node:net:1634:14)
at afterConnectMultiple (node:net:1664:40) {
errno: -61,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '::1',
port: 5011
},
Error: connect ECONNREFUSED 127.0.0.1:5011
at createConnectionError (node:net:1634:14)
at afterConnectMultiple (node:net:1664:40) {
errno: -61,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 5011
}
]
} Auto retry in 5s
API initialized
undefined
getEod => connection closed
Fetching stock data...
[2024-02-04T02:35:50.644Z] Warning: Error from HTTP request. AggregateError
[2024-02-04T02:35:50.644Z] Error: Failed to complete negotiation with the server: AggregateError
[2024-02-04T02:35:50.644Z] Error: Failed to start the connection: AggregateError
Connection error: AggregateError
at internalConnectMultiple (node:net:1114:18)
at afterConnectMultiple (node:net:1667:5) {
code: 'ECONNREFUSED',
[errors]: [
Error: connect ECONNREFUSED ::1:5011
at createConnectionError (node:net:1634:14)
at afterConnectMultiple (node:net:1664:40) {
errno: -61,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '::1',
port: 5011
},
Error: connect ECONNREFUSED 127.0.0.1:5011
at createConnectionError (node:net:1634:14)
at afterConnectMultiple (node:net:1664:40) {
errno: -61,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 5011
}
]
} Auto retry in 5s
API initialized
undefined
getEod => connection closed
Fetching stock data...
[2024-02-04T02:35:55.635Z] Warning: Error from HTTP request. AggregateError
[2024-02-04T02:35:55.635Z] Error: Failed to complete negotiation with the server: AggregateError
[2024-02-04T02:35:55.635Z] Error: Failed to start the connection: AggregateError
Connection error: AggregateError
at internalConnectMultiple (node:net:1114:18)
at afterConnectMultiple (node:net:1667:5) {
code: 'ECONNREFUSED',
[errors]: [
Error: connect ECONNREFUSED ::1:5011
at createConnectionError (node:net:1634:14)
at afterConnectMultiple (node:net:1664:40) {
errno: -61,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '::1',
port: 5011
},
Error: connect ECONNREFUSED 127.0.0.1:5011
at createConnectionError (node:net:1634:14)
at afterConnectMultiple (node:net:1664:40) {
errno: -61,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 5011
}
]
} Auto retry in 5s
API initialized
undefined
getEod => connection closed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment