#/youtube/stream endpoint 500 error

1 messages · Page 1 of 1 (latest)

eternal echo
#
  • youtube-source v1.11.1
  • using oauth

plugin works fine when I play a yt track using my bot, but when I'm trying to hit /youtube/stream endpoint I got this response:

{
    "timestamp": 1733904195892,
    "status": 500,
    "error": "Internal Server Error",
    "message": "Request processing failed: com.sedmelluq.discord.lavaplayer.tools.FriendlyException: Please sign in",
    "path": "/youtube/stream/X-YtmD0YsBA"
}
latent glacier
#

Yeah u can pass the client name

#

But it's optional

eternal echo
# latent glacier But it's optional

I try to add withClient=TVHTML5EMBEDDED and got this response (I guess it's incorrect client name)

{
    "timestamp": 1733914993831,
    "status": 500,
    "error": "Internal Server Error",
    "message": "Handler dispatch failed: java.lang.NoSuchMethodError: 'void org.springframework.web.server.ResponseStatusException.<init>(org.springframework.http.HttpStatus, java.lang.String)'",
    "path": "/youtube/stream/X-YtmD0YsBA"
}

then I try to add this withClient=TVHTML5_SIMPLY_EMBEDDED_PLAYER
and got the same response

{
    "timestamp": 1733914241195,
    "status": 500,
    "error": "Internal Server Error",
    "message": "Request processing failed: com.sedmelluq.discord.lavaplayer.tools.FriendlyException: Please sign in",
    "path": "/youtube/stream/X-YtmD0YsBA"
}

:/