PerformanC / NodeLink

Performant LavaLink alternative written with Node.Js
BSD 2-Clause "Simplified" License
38 stars 23 forks source link

[BUG]: Loading Spotify Album causes an error #27

Closed TehPigYT closed 7 months ago

TehPigYT commented 7 months ago

NodeLink version

v2.0.0 (1f6ddc7)

Description

10|NL | TypeError: Cannot read properties of undefined (reading 'images') 10|NL | at file:///root/root/NodeLink/src/sources/spotify.js:316:40 10|NL | at process.processTicksAndRejections (node:internal/process/task_queues:95:5) 10|NL | TypeError: Cannot read properties of undefined (reading 'images') 10|NL | at file:///root/root/NodeLink/src/sources/spotify.js:316:40 10|NL | at process.processTicksAndRejections (node:internal/process/task_queues:95:5) 10|NL | TypeError: Cannot read properties of undefined (reading 'images') 10|NL | at file:///root/root/NodeLink/src/sources/spotify.js:316:40 10|NL | at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

Client

FastLink

Steps to reproduce

Connect to nodelink Play a spotify album The error will come up

Example code

No response

Confirmations

Code of Conduct

ThePedroo commented 7 months ago

Fix landed on https://github.com/PerformanC/NodeLink/commit/42352db529c2ca53dee1429e47e8d973057097c0.