PerformanC / NodeLink

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

[BUG]: title is not defined (Sending play request with scsearch: ) #24

Closed TehPigYT closed 7 months ago

TehPigYT commented 7 months ago

NodeLink version

v2.0.0 (9e474e9)

Description

This error occurs upon sending a play request while search is being done through the Soundcloud source. Here is the error:

10|NL      | ReferenceError: title is not defined
10|NL      |     at Object.search (file:///root/root/NodeLink/src/sources/soundcloud.js:183:71)
10|NL      |     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
10|NL      |     at async Server.requestHandler (file:///root/root/NodeLink/src/connection/handler.js:396:27)

Client

FastLink (a3158a8)

Steps to reproduce

Send a play request to nodelink with scsearch:

Example code

No response

Confirmations

Code of Conduct

ThePedroo commented 7 months ago

Fix landed on https://github.com/PerformanC/NodeLink/commit/8bb2e5ad85afe009457148f856c6dedb87c7dc1b.