byrongamatos/ZotifyFrontend

Is it still being worked on?

Opened this issue · 0 comments

Did everything right. When I paste some album url onto the frontend page and tap on queue it gives that error on the backend log:

at _toError (/root/app/node_modules/@miraclx/spotify-web-api-node/src/http-manager.js:47:10)
at /root/app/node_modules/@miraclx/spotify-web-api-node/src/http-manager.js:71:25
at Request.callback (/root/app/node_modules/superagent/lib/node/index.js:905:3)
at IncomingMessage. (/root/app/node_modules/superagent/lib/node/index.js:1127:20)
at IncomingMessage.emit (node:events:526:35)
at endReadableNT (node:internal/streams/readable:1408:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
body: {},
headers: {
'cache-control': 'private, max-age=0',
'access-control-allow-origin': '*',
'access-control-allow-headers': 'Accept, App-Platform, Authorization, Content-Type, Origin, Retry-After, Spotify-App-Version, X-Cloud-Trace-Context, client-token, content-access-token',
'access-control-allow-methods': 'GET, POST, OPTIONS, PUT, DELETE, PATCH',
'access-control-allow-credentials': 'true',
'access-control-max-age': '604800',
'content-length': '0',
'strict-transport-security': 'max-age=31536000',
'x-content-type-options': 'nosniff',
date: 'Thu, 16 May 2024 18:22:03 GMT',
server: 'envoy',
via: 'HTTP/2 edgeproxy, 1.1 google',
'alt-svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000',
connection: 'close'
},
statusCode: 404
}