Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Socket Error
#3
(2015 Aug 21, 04:18 AM)dan Wrote: That error usually indicates that either the program is already running in the background or some other server is using the same port which is now 80 by default.

If the program is already running in the background you should be able to clear it with the command

Code:
sudo service sip stop

or reboot the Pi.

If another server is using port 80, which is a default web site port, you can try editing the file SIP/data/sd.json .
You will need to find the part

Code:
 "htp": 80,

and change 80 to something like 8080. Then you will need to add
":8080" (without the quotes) to the url of your SIP installation.
Changing to 8080 fixed the problem.  I am playing with Apache which is probably causing the conflict.  Thank you for your fast response.
Reply


Messages In This Thread
Socket Error - by bgubrud - 2015 Aug 21, 01:49 AM
RE: Socket Error - by dan - 2015 Aug 21, 04:18 AM
RE: Socket Error - by bgubrud - 2015 Aug 21, 03:52 PM
RE: Socket Error - by dan - 2015 Aug 21, 08:33 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)