#No nodes found.
1 messages · Page 1 of 1 (latest)
Are you sure the Lavalink is working properly? Which Lavalink version you use?
You can use online ip port checker to test your server is accessable or not. https://portchecker.co/checking
Port Checker is a simple tool to check for open ports and test port forwarding setup on your router.
Verify and diagnose connection errors on your computer.
No nodes found.
Hi, I've checked and the port is open.
Still having issues.
is your lavalink server on right now?
I can make my replit lavalink server online right now, would you like that?
yea
Starting it
lavalink-replit-2.bonnieee123456.repl.co
443
bolt123
Here
ok
do you see any connection in lavalink server log?
Lemme check
i can't connect to your server
but i have tested on my lavalink server host on replit and it works
Do you think I should make new lavalink?
umm yea try to recreate a server on replit
Alright, I'll try and let you know. Thanks for the help!
no problem 🙂
btw which lavalink server are you using?
you must use Lavalink Server v3.7.0 +
Oh, that might be the issue. Do you have a lavlink for replit which is that version?
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();
Thank you!
I see
You can also look at this https://github.com/DarrenOfficial/lavalink-replit
Thank you! Youre very helpful to me. 😄
you are welcome 
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.
what's wrong with Vocard 3?
I have done what there was in the Readme.md file, I have forked the bot in replit, configured it, and added many working lava link servers, but I still got an error.
What version are you using on the lavalink server
How can I check?
it will shows in the console log while you starting the lavalink server
Ah alright, please wait
you are using 3.5
Is higher version required?
you must use 3.7.0 or above
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?
yes you can do in this way
Thank you
But the best way is this
Does it have to be blank repl or node/JavaScript?
you can clone this repo and replace index.js and start.sh that Asher provided
Thank you.
Yes I've discovered that
some music streaming functions are not working on 3.5 like playing twitch audio
I really like your bot, it's really good!
thank you very much 
Thank youu!!