cabernetwork / cabernet

Cabernet allows control of IPTV streams. Plugins supports DaddyLive, Pluto TV, XUMO, M3U/XMLTV.XML files (SamsungTV, STIRR, DistroTV, Plex TV)
https://cabernetwork.github.io
MIT License
184 stars 25 forks source link

OSError: [Errno 98] Address in use #79

Closed netstrem closed 1 year ago

netstrem commented 1 year ago

I've recently gotten this error. Is this an error with a port already being in use? And if so, how can I fix it?

rocky4546 commented 1 year ago

The cause is normally the user messing with setup, trying to get things the way they want it. What happens is the terminate routine does not execute correctly leaving python processes stuck and running. Since I do development, I see this when I cause a bad exception. The way to fix is to find the list of "tvh_main.py" processes and kill them. Then it will start correctly. This will never occur when you are running normally.

netstrem commented 1 year ago

I restarted rather than pkilling all the individual processes and it works fine now. Thanks a lot.