Zer0Two
Zer0Two
DFDimensional Fun
Created by Zer0Two on 12/28/2023 in #lavaclient
Search Exception: Unknown file format.
Im using "@lavaclient/spotify" and using this as configuration
client: {
id: process.env.SPOTIFY_CLIENT_ID,
secret: process.env.SPOTIFY_CLIENT_SECRET,
},
autoResolveYoutubeTracks: false,
loaders: ["album", "artist", "playlist", "track"],
}
client: {
id: process.env.SPOTIFY_CLIENT_ID,
secret: process.env.SPOTIFY_CLIENT_SECRET,
},
autoResolveYoutubeTracks: false,
loaders: ["album", "artist", "playlist", "track"],
}
but on my serverside does an error written in the tile (lavasrc-plugin-3.2.10 is the only plugin i have)
46 replies
DFDimensional Fun
Created by Zer0Two on 12/28/2023 in #lavaclient
Having an issue with my own Pterodactyl Egg but don't know a fix
Im using my own lavalink server and when i try making a request is empty and 404 trying to do myip:2333 im presented with This application has no explicit mapping for /error, so you are seeing this as a fallback. Thu Dec 28 08:14:22 CET 2023 There was an unexpected error (type=Not Found, status=404). Not Found
36 replies