lavalink-devs / Lavalink

Standalone audio sending node based on Lavaplayer.
https://lavalink.dev/
MIT License
1.58k stars 668 forks source link

Soundcloud: Error in playback 189559327 #204

Closed ghost closed 4 years ago

ghost commented 5 years ago

Im trying to play music thru soundcloud. This particular search does not work tho.

Lavalink version used: 3.2.1 Client used: Eris-Lavalink

Server side Logs: https://pastebin.com/Q2DpHnyx

Client side error logs: ERROR {"op":"event","type":"TrackExceptionEvent","track":"QAAAiAIAF1NoaWdhdHN1IHdhIEtpbWkgbm8gVXNvAAlmYW56ZW4xOTAAAAAAAAGbXQAJMTg5NTU5MzI3AAEAOGh0dHBzOi8vc291bmRjbG91ZC5jb20vZmFuemVuMTkwL3NoaWdhdHN1LXdhLWtpbWktbm8tdXNvAApzb3VuZGNsb3VkAAAAAAAAAAA=","error":"Something broke when playing the track.","guildId":"446603458389475329"}

Song trying to play : shigatsu wa kimi no uso

schnapster commented 5 years ago

In the stacktrace you can see that you are receiving an HTTP 401 code from sound cloud. The track you are trying to play is probably private or has some other kind of access control.

ghost commented 5 years ago

Maybe limit the search on public songs? Just an idea.

Edit: Its a public track tho 802AFF2B-A780-4FFE-9485-D35B5C321ED3

ghost commented 5 years ago

Heya. What’s the status of the fix?

schnapster commented 5 years ago

The status of the fix is that it is waiting on someone to use some of their free time and contribute it. Maybe you, since this looks important to you? Also this looks like more of a lavaplayer issue than a lavalink issue, so you should probably open an issue there.

ghost commented 5 years ago

Will do. Thanks!