#No nodes found.

1 messages · Page 1 of 1 (latest)

remote tartan
#

Hello! I've recently went across this bot, and decided to fork it on repl.

I have tried many public, and my own lavalink servers, but I still get the "No nodes available." error. Could anyone help me?

river badge
river badge
river badge
#

No nodes found.

remote tartan
river badge
remote tartan
remote tartan
#

Here

river badge
#

ok

river badge
remote tartan
river badge
#

wrong password?

#

what is your config in application.yml?

remote tartan
#

There you go

river badge
#

i can't connect to your server

#

but i have tested on my lavalink server host on replit and it works

remote tartan
#

Do you think I should make new lavalink?

river badge
#

umm yea try to recreate a server on replit

remote tartan
river badge
#

no problem 🙂

#

btw which lavalink server are you using?

#

you must use Lavalink Server v3.7.0 +

remote tartan
#

Oh, that might be the issue. Do you have a lavlink for replit which is that version?

river badge
#

it is how i setup lavalink server on replit

start.sh

## install jabba and sht
echo Downloading Java 16...
curl -sL https://github.com/shyiko/jabba/raw/master/install.sh | bash -s -- --skip-rc && . ~/.jabba/jabba.sh
## get java 16
jabba install [email protected]
echo Java is installed.
java -version
npm i
echo Donwloading lavalink jar...
node index

index.js

const { default: { stream } } = require("got");
const { createWriteStream } = require("fs"); 
const { execSync } = require("child_process");
const url = "https://github.com/freyacodes/Lavalink/releases/download/3.7.5/Lavalink.jar"; // This will always pull the latest with soundcloud fix ect ect
const start = () => {
    const download = stream(url).pipe(createWriteStream('Lavalink.jar'));
    download.on("finish", () => {
        execSync("java -jar Lavalink.jar", { stdio: "inherit" });
    });
};

start();
remote tartan
#

Thank you!

river badge
remote tartan
#

I see

river badge
remote tartan
#

Thank you! Youre very helpful to me. 😄

river badge
#

you are welcome nekocatpopcorn

river badge
remote tartan
# river badge is your problem got solved?

Unfortunately, it's not. I have tried working lavalinks on other bots and they work perfectly, it's just Vocard 3. But it's okay! I find your bot and your developers doing great job. You guys must be very talented.

remote tartan
cobalt shore
#

What version are you using on the lavalink server

remote tartan
cobalt shore
#

it will shows in the console log while you starting the lavalink server

remote tartan
#

Ah alright, please wait

cobalt shore
#

you are using 3.5

remote tartan
#

Is higher version required?

cobalt shore
#

you must use 3.7.0 or above

remote tartan
#

Oh i see, is there any way to update inside of replit?

#

Or can I install the latest lavalink.jar file and replace it with the old one?

remote tartan
remote tartan
cobalt shore
cobalt shore
#

no problem nekocatpopcorn

#

3.5 is outdated

remote tartan
cobalt shore
#

some music streaming functions are not working on 3.5 like playing twitch audio

remote tartan
#

I really like your bot, it's really good!

cobalt shore
remote tartan