lavalink-devs / youtube-source

A rewritten YouTube source manager for Lavaplayer.
MIT License
162 stars 28 forks source link

random 'Please sign in' error #61

Closed ZL927 closed 1 month ago

ZL927 commented 1 month ago

Basic Troubleshooting

Version of youtube-source

1.8.3

The search query/queries, URL(s), playlist ID(s)/URL(s) or video ID(s)/URL(s) that triggered the issue

any url

Code Example

-

Exception and Stacktrace

2024-10-10T17:42:06.397+08:00 WARN 15980 --- [Lavalink] [back-1-thread-1] c.s.d.l.t.p.LocalAudioTrackExecutor : Suspicious exception for playback of 6dOtVTDdiauQNBQEDOtlAB

com.sedmelluq.discord.lavaplayer.tools.FriendlyException: Please sign in at dev.lavalink.youtube.track.YoutubeAudioTrack.process(YoutubeAudioTrack.java:102) ~[jar:file:C:\Users\user\music.\plugins\youtube-plugin-1.8.3.jar!/:na] at com.sedmelluq.discord.lavaplayer.track.DelegatedAudioTrack.processDelegate(DelegatedAudioTrack.java:25) ~[lavaplayer-2.2.2.jar!/:na] at com.github.topi314.lavasrc.mirror.MirroringAudioTrack.process(MirroringAudioTrack.java:55) ~[jar:file:C:\Users\user\music.\plugins\lavasrc-plugin-4.3.0.jar!/:na] at com.sedmelluq.discord.lavaplayer.track.playback.LocalAudioTrackExecutor.execute(LocalAudioTrackExecutor.java:109) ~[lavaplayer-2.2.2.jar!/:na] at com.sedmelluq.discord.lavaplayer.player.DefaultAudioPlayerManager.lambda$executeTrack$2(DefaultAudioPlayerManager.java:339) ~[lavaplayer-2.2.2.jar!/:na] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[na:na] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[na:na] at java.base/java.lang.Thread.run(Thread.java:1570) ~[na:na]

What is your client configuration?

WEB_REMIX, WEB, ANDROID_TESTSUITE, TVHTML5_SIMPLY_EMBEDDED_PLAYER

YTiceice commented 1 month ago

I also encountered this problem, how did you fix it?

KatsuraNTR commented 1 month ago

Same here.

lMolMol commented 1 month ago

same issue

devoxin commented 1 month ago

Use OAuth.

Tibou-17 commented 1 month ago

Use OAuth.

Can you show examples or give link to documentation of it please ?

And this mean it no will longer be possible to use YouTube API without authentication ?

devoxin commented 1 month ago

Can you show examples or give link to documentation of it please ?

Read the README.

And this mean it no will longer be possible to use YouTube API without authentication ?

Probably not unless a way of streaming videos without it is found.

ZL927 commented 1 month ago

enable oauth in application.yml

I also encountered this problem, how did you fix it?

YTiceice commented 1 month ago

I fixed it, thanks!