baptisteArno/node-youtube-music

listMusicsFromPlaylist seems to be broken

obichijioke opened this issue · 1 comments

`node:internal/process/esm_loader:97
internalBinding('errors').triggerUncaughtException(
^

HTTPError: Response code 400 (Bad Request)
at Request. (C:\Users\obi_c\Desktop\project\music-test-node\node_modules\got\dist\source\as-promise\index.js:118:42)
at processTicksAndRejections (node:internal/process/task_queues:96:5) {
code: 'ERR_NON_2XX_3XX_RESPONSE',
timings: {
start: 1670437178318,
socket: 1670437178319,
lookup: 1670437178320,
connect: 1670437178383,
secureConnect: 1670437178462,
upload: 1670437178462,
response: 1670437178534,
end: 1670437178537,
error: undefined,
abort: undefined,
phases: {
wait: 1,
dns: 1,
tcp: 63,
tls: 79,
request: 0,
firstByte: 72,
download: 3,
total: 219
}
}
}`

Indeed, it seems the test don't pass any more (https://github.com/baptisteArno/node-youtube-music/actions).

YouTube changed something in their API. Can you take a look ?