-
Hello everyone, I'm setting up a Lavalink server for my Discord bot and have run into a persistent and complex issue that I haven't been able to solve after extensive troubleshooting. I would greatly appreciate any expert insight. My Environment: Lavalink Version: 4.1.1 I am facing two different issues depending on the YouTube plugin I use:
This is the plugin I want to use. However, Lavalink fails to start every single time. Steps Taken: I create a completely clean directory containing only Lavalink.jar and an application.yml file. I then create a plugins folder and place a freshly downloaded lavasrc-4.7.0.jar inside. Following advice to test this, I tried the older plugin. Partial Success: Surprisingly, with this JAR in the plugins folder, Lavalink starts successfully! It doesn't crash with the "manifest" error. My bot can connect, and it can successfully search for tracks using ytsearch. I am stuck in a difficult situation: The recommended modern plugin (LavaSrc) fails to load entirely on my system for an unknown environmental reason. What could be causing the persistent No plugin manifest found error with LavaSrc on a Windows Server environment, even when the setup is perfectly clean? Are there known issues with file permissions or antivirus software? Thank you for your time and any help you can provide. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is not how you enable oauth in youtube-source. I recommend reading the README again as it details how to properly link an account for oauth usage. |
Beta Was this translation helpful? Give feedback.
This is not how you enable oauth in youtube-source. I recommend reading the README again as it details how to properly link an account for oauth usage.