Hellowlol / HTPC-Manager

A fully responsive interface to manage all your favorite software on your Htpc.
MIT License
344 stars 48 forks source link

SSL Error #612

Open santiman717 opened 5 years ago

santiman717 commented 5 years ago

Reporting Issues:

To ensure that a I has enough information to work with please include all of the following information.

Use proper markdown syntax to structure your post (i.e. code/log in code blocks).

Make sure you provide the following information below:

Close your issue when it's solved! If you found the solution yourself please comment so that others benefit from it.

Link to log:

MichaIng commented 3 years ago
ChannelFailures: IOError("Port 8085 not free on '192.168.0.72'",)

It seems like something else listens on port 8085 already. To check/list all TCP/UDP listening processes with ports, you can run:

ss -tulpn

If you still use HTPC Manager, you might want to consider migrating to our maintained Python 3 fork: https://github.com/HTPC-Manager/HTPC-Manager