Skip to content

Common Issues

garsh1 edited this page Oct 27, 2020 · 2 revisions

Common Issues

Packages Missing

  • If a package is missing first try to install the requirements.txt by running python -m pip install requirements.txt
  • You can manually install packages with pip by running python pip install Package replacing "Package" with the packages name.

Connection refused

(Connection timed out, The target machine did not respond, etc)

  • Be sure you have port forwarded ports 1337-1339 for the web-gui (NOT 5000!) or the port you started the server with for command line.
  • Be sure the ports mentioned above are excluded from firewalls
  • Set any VMs to Bridged Adapter