Open
Description
File "/home/pi/coderbot/camera.py", line 51, in init
self._streamer = streamer.JpegStreamer...
socket.error: [Errno 98] Address already in use
Caused by JpegStreamer that still using the address because it did not terminate when coderbot was terminated
Fix:
- when coderbot is stopped (by
./stop.sh
orsudo service coderbot stop
) also stop the JpegStreamer server - find and stop JpegStreamer servers using the required address before starting JpegStreamer