Skip to content

Troubleshooting

Alexander Smirnov edited this page May 19, 2018 · 12 revisions

Console log spams "Starting Web Server" message

This error arise when the bot app can't initialize built-in web server using the settings specified in settings.json file. Usually it means that specified port is being used by another application or is closed by your OS/router/provider/whatever. If your host machine don't have direct access to your internet IP (e.g. you use router hardware) may be it is wise to configure port forwarding to route requests from you external IP:PORT to internal network IP:PORt available to your host machine.

Console log displays some error messages colore in RED

Contact me on Discord or create new issue on GitHub and we will get it sorted out and fixed!