-
Notifications
You must be signed in to change notification settings - Fork 94
Fixing Common Errors
Luke edited this page Dec 12, 2017
·
1 revision
Those errors usually occur when lavalink.py's websocket tries to establish a connection with lavalink, but ends up connecting to a webserver (e.g. apache, nginx). To resolve them, you should try change the port that lavalink uses (you can edit this via application.yml, usually located in the same directory as lavalink). Don't forget to reflect these changes when instantiating a new lavalink.py client!