How to fix it? #1662
Unanswered
PatryszonYT1
asked this question in
General
How to fix it?
#1662
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
AudioPlayerError [AggregateError]
at internalConnectMultiple (node:net:1117:18)
at afterConnectMultiple (node:net:1684:7) {
resource: AudioResource {
playStream: Encoder {
_events: [Object],
_readableState: [ReadableState],
_writableState: [WritableState],
allowHalfOpen: true,
_maxListeners: undefined,
_eventsCount: 6,
encoder: null,
_options: [Object],
_required: 3840,
_buffer: null,
[Symbol(shapeMode)]: true,
[Symbol(kCapture)]: false,
[Symbol(kCallback)]: null
},
edges: [ [Object], [Object], [Object] ],
metadata: Song {
url: 'https://www.youtube.com/watch?v=dQw4w9WgXcQ',
title: 'Rick Astley - Never Gonna Give You Up (Official Music Video)',
duration: 212
},
volume: VolumeTransformer {
_events: [Object],
_readableState: [ReadableState],
_writableState: [WritableState],
allowHalfOpen: true,
_maxListeners: undefined,
_eventsCount: 5,
_readInt: [Function (anonymous)],
_writeInt: [Function (anonymous)],
_bits: 16,
_bytes: 2,
_extremum: 32768,
volume: 1,
_chunk: null,
[Symbol(shapeMode)]: true,
[Symbol(kCapture)]: false,
[Symbol(kCallback)]: null
},
encoder: Encoder {
_events: [Object],
_readableState: [ReadableState],
_writableState: [WritableState],
allowHalfOpen: true,
_maxListeners: undefined,
_eventsCount: 6,
encoder: null,
_options: [Object],
_required: 3840,
_buffer: null,
[Symbol(shapeMode)]: true,
[Symbol(kCapture)]: false,
[Symbol(kCallback)]: null
},
audioPlayer: AudioPlayer {
_events: [Object: null prototype],
_eventsCount: 2,
_maxListeners: undefined,
_state: [Object],
subscribers: [Array],
behaviors: [Object],
debug: [Function (anonymous)],
[Symbol(shapeMode)]: false,
[Symbol(kCapture)]: false
},
playbackDuration: 0,
started: false,
silencePaddingFrames: 5,
silenceRemaining: -1
}
}
AggregateError
at internalConnectMultiple (node:net:1117:18)
at afterConnectMultiple (node:net:1684:7) {
code: 'ETIMEDOUT',
[errors]: [
Error: connect ETIMEDOUT 117.251.110.208:443
at createConnectionError (node:net:1647:14)
at Timeout.internalConnectMultipleTimeout (node:net:1706:38)
at listOnTimeout (node:internal/timers:575:11)
at processTimers (node:internal/timers:514:7) {
errno: -110,
code: 'ETIMEDOUT',
syscall: 'connect',
address: '117.251.110.208',
port: 443
},
Error: connect ENETUNREACH 2001:4490:3fe4:1::10:443
at createConnectionError (node:net:1647:14)
at afterConnectMultiple (node:net:1677:16) {
errno: -101,
code: 'ENETUNREACH',
syscall: 'connect',
address: '2001:4490:3fe4:1::10',
port: 443
}
]
}
Beta Was this translation helpful? Give feedback.
All reactions