Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lavaplayer completely stopped working without giving any errors #90

Closed
MrPotatoezzz opened this issue Mar 30, 2024 · 10 comments · Fixed by taclayto52/bob-jr-lava#24
Closed

Comments

@MrPotatoezzz
Copy link

MrPotatoezzz commented Mar 30, 2024

Lavaplayer completely stopped playing music. I get no errors in console, so it's basically impossible to debug. Sorry that I can't provide more information, but it is all the information I have.

@devoxin
Copy link
Member

devoxin commented Mar 30, 2024

Do you log track exception events?
Edit: Just seen you're a Lavalink user. You can configure debug logging via your application.yml

@MrPotatoezzz
Copy link
Author

MrPotatoezzz commented Mar 30, 2024

Sorry. I thought I was using lavalink, but I'm using Lavaplayer. I do not log track events. Lavaplayer worked perfectly fine for the past few months. It only broke once when it needed to be updated, but it doesn't seem like there is a newer version available right now This is the maven dependency I use:

<dependency>
       <groupId>dev.arbjerg</groupId>
       <artifactId>lavaplayer</artifactId>
       <version>2.1.1</version>
     </dependency>
```` .

@MrPotatoezzz MrPotatoezzz changed the title Lavalink completely stopped working without giving any errors Lavaplayer completely stopped working without giving any errors Mar 30, 2024
@devoxin
Copy link
Member

devoxin commented Mar 30, 2024

I do not log track events

You should. If there's an error, it'll tell you.

Lavaplayer worked perfectly fine for the past few months. It only broke once when it needed to be updated

This doesn't matter. Lavaplayer's scraping nature means stuff will break with no notice.

it doesn't seem like there is a newer version available right now

There is, it's on the use-web-client branch.

@JustRed23
Copy link

I am also experiencing some issues, I do not get a stacktrace, but the friendly exception does give me some info:
Could not load track: Video returned by YouTube isn't what was requested

@devoxin
Copy link
Member

devoxin commented Mar 30, 2024

I am also experiencing some issues, I do not get a stacktrace, but the friendly exception does give me some info: Could not load track: Video returned by YouTube isn't what was requested

#84, #89

@Korolz
Copy link

Korolz commented Mar 31, 2024

Unfortunately, I also encountered a similar problem with launching tracks from Youtube. Everything was working great, but a couple of weeks ago my bot would sometimes stop playing tracks, throwing a FriendlyException.
After the release of version 2.1.1, I immediately updated LavaPlayer and the problem went away for a while, but now it has returned again and for the second day any track from Youtube returns FriendlyException with the COMMON severity type.
I will be glad if you can find a solution to this problem or at least a workaround

@devoxin
Copy link
Member

devoxin commented Mar 31, 2024

Unfortunately, I also encountered a similar problem with launching tracks from Youtube. Everything was working great, but a couple of weeks ago my bot would sometimes stop playing tracks, throwing a FriendlyException. After the release of version 2.1.1, I immediately updated LavaPlayer and the problem went away for a while, but now it has returned again and for the second day any track from Youtube returns FriendlyException with the COMMON severity type. I will be glad if you can find a solution to this problem or at least a workaround

And those exceptions are usually accompanied with a message and possibly a stacktrace. What you have provided is everything but and basically impossible to diagnose any errors from as there are so many COMMON severity FriendlyExceptions.

If I had to guess, you're experiencing the same issue as everyone else in the thread.

#84 #89

@JamesEArnold
Copy link

For anyone else who was struggling to find the dependency that fixes this:

  <repository>
  	<id>arbjergDev-snapshots</id>
  	<name>Lavalink Repository</name>
  	<url>https://maven.lavalink.dev/snapshots</url>
  </repository>

<dependency>
  <groupId>dev.arbjerg</groupId>
  <artifactId>lavaplayer</artifactId>
  <version>0eaeee195f0315b2617587aa3537fa202df07ddc-SNAPSHOT</version>
</dependency>

@DxsSucuk
Copy link
Contributor

DxsSucuk commented May 3, 2024

Any bump ups on the branch? Since its 4 commits behind with a few quality of life changes.

@topi314
Copy link
Member

topi314 commented May 3, 2024

@devoxin devoxin closed this as not planned Won't fix, can't repro, duplicate, stale May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants