PerformanC / NodeLink

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

[BUG]: TrackException doesn't end tracks #52

Closed Fyphen1223 closed 4 months ago

Fyphen1223 commented 4 months ago

NodeLink version

Latest

Description

When I try to seek audio with NodelInk, I encounter with this log:

[seek]: Received a request from client.
Params: "/v4/sessions/v8d065HO3cdmNtto/players/919809544648020008"
Headers: {"accept":"application/json, text/plain, /","content-type":"application/json","authorization":"REDACTED","user-agent":"axios/1.6.8","content-length":"18","accept-encoding":"gzip, compress, deflate, br","host":"REDACTED","connection":"keep-alive"}
Body: {"position":20000}

Client

Shoukaku

Steps to reproduce

Just seek YouTube vids

Example code

No response

Confirmations

Code of Conduct

UnschooledGamer commented 4 months ago

Alright, I'll verify the issue and confirm.

Thanks for reporting.

UnschooledGamer commented 4 months ago

@Fyphen1223 you probably have not installed ffmpeg, And NodeLink probably informed you with TrackException event. Once installed seeking does work.

Fyphen1223 commented 4 months ago

No, I already installed ffmpeg.

ThePedroo commented 4 months ago

We need further logging then, as only the request isn't enough

Fyphen1223 commented 4 months ago

Gotchu, I will upload logs as soon as possible.

ThePedroo commented 4 months ago

Oops, closed due to a rebase

Fyphen1223 commented 4 months ago

btw what kind of logs should I upload

UnschooledGamer commented 4 months ago

btw what kind of logs should I upload

the logs.txt file generated by NodeLink

Fyphen1223 commented 4 months ago

btw what kind of logs should I upload

the logs.txt file generated by NodeLink

k

UnschooledGamer commented 4 months ago

@Fyphen1223 Confirmed at our Discord Server That it's resolved/closed