Skip to content

Fixing Common Errors

Luke edited this page Dec 12, 2017 · 1 revision

How to fix common errors with Lavalink.py

Status code not 101: 200 or Malformed HTTP Message

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!