Code Monkey home page Code Monkey logo

Comments (11)

busybox11 avatar busybox11 commented on June 10, 2024 2

same here

from musicbot.

pavl21 avatar pavl21 commented on June 10, 2024

I have the same problem

from musicbot.

MasqueOu avatar MasqueOu commented on June 10, 2024

Can you try another LavaPlayer Library?

Maven:

        <dependency>
            <groupId>dev.arbjerg</groupId>
            <artifactId>lavaplayer</artifactId>
            <version>2.0.2</version>
        </dependency>

from musicbot.

andy01745 avatar andy01745 commented on June 10, 2024

same

from musicbot.

ZIFIXLeDebutant avatar ZIFIXLeDebutant commented on June 10, 2024

this problem has also recently appeared and yet everything was fine yesterday

from musicbot.

mahmud-niaz avatar mahmud-niaz commented on June 10, 2024

facing the same issue...I need to restart the server everytime when ever this happened. can anyone help me to solve this?

from musicbot.

PerplexedGator avatar PerplexedGator commented on June 10, 2024

Same issue, been like this for a while now.

from musicbot.

WildChargerTV avatar WildChargerTV commented on June 10, 2024

+1. Only happens with one specific video so far for me but definitely a problem.

from musicbot.

Molenfeuer avatar Molenfeuer commented on June 10, 2024

Can you try another LavaPlayer Library?

Maven:

        <dependency>
            <groupId>dev.arbjerg</groupId>
            <artifactId>lavaplayer</artifactId>
            <version>2.0.2</version>
        </dependency>

It works (at least for now)!

Linux Guide

  1. Download this MusicBot sourcecode and open its folder
  2. Just delete or comment out the following block from pom.xml
<dependency>
  <groupId>com.github.jagrosh</groupId>
  <artifactId>lavaplayer</artifactId>
  <version>jmusicbot-SNAPSHOT</version> 
</dependency>
  1. Replace it with @MasqueOu part
<dependency>
  <groupId>dev.arbjerg</groupId>
  <artifactId>lavaplayer</artifactId>
  <version>2.0.2</version>
</dependency>
  1. Install Maven according to this guide by Digital Ocean! (Windows and mac have to search their own solution :D But at least WSL should work)
  2. Run "mvn package"
  3. The bot is located under target/JMusicBot-X.X.X-All.jar!

from musicbot.

jagrosh avatar jagrosh commented on June 10, 2024

Duplicate of #885

from musicbot.

WildChargerTV avatar WildChargerTV commented on June 10, 2024

damn he really did that despite OP lol

from musicbot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.