4Borg WebUI Error

Hi there,
I have a problem when I try to set up the Web UI for my new 4Borg. The camera and everything else seem working fine.

I attached a picture of the error I get.

Thanks for your help

Images: 
piborg's picture

This error means that the script cannot run as the web page for the Raspberry Pi because something else already is.

This may be because:

  1. You have another copy of 4BorgWeb.py already running
  2. There is another script running which does the same thing
  3. There is a service or program installed using the address already

Either you can try and figure out what the other program is and disable it, or you can make the script use a different port.

To change the port in the script you need to find this line:
webPort = 80
and change to a different number, for example:
webPort = 2000

To access the page with a different port you need to change the URL slightly.
Add a : followed by the new port number like this:
http://192.168.0.198:2000
Everything else should work the same as normal.

I tried changing the webPort and that works!! I will check what else is using the socket later.

Thanks for your help and the quick reply

Subscribe to Comments for "4Borg WebUI Error"