linux-show-player icon indicating copy to clipboard operation
linux-show-player copied to clipboard

Network error on start up

Open j9p0 opened this issue 10 months ago • 1 comments

Describe the bug Every time I open up 0.6.* I get a network error. Also happens on new installs

To Reproduce Steps to reproduce the behavior: Just opening it

Expected behavior No network error

Screenshots Screenshot from 2024-04-18 11-30-03

Linux Show Player version: 0.6.3

OS Version on ubuntu 22.0.4.4 lts

Additional context the details of the error. Seems that it can't bind to ip adress/port

Traceback (most recent call last): File "/app/lib/python3.11/site-packages/lisp/core/plugin_loader.py", line 106, in _load_plugin yield name, plugin(self.application) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/lib/python3.11/site-packages/lisp/plugins/network/network.py", line 40, in init self.server = APIServerThread( ^^^^^^^^^^^^^^^^ File "/app/lib/python3.11/site-packages/lisp/plugins/network/server.py", line 30, in init self.wsgi_server = make_server( ^^^^^^^^^^^^ File "/usr/lib/python3.11/wsgiref/simple_server.py", line 154, in make_server server = server_class((host, port), handler_class) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/socketserver.py", line 456, in init self.server_bind() File "/usr/lib/python3.11/wsgiref/simple_server.py", line 50, in server_bind HTTPServer.server_bind(self) File "/usr/lib/python3.11/http/server.py", line 136, in server_bind socketserver.TCPServer.server_bind(self) File "/usr/lib/python3.11/socketserver.py", line 472, in server_bind self.socket.bind(self.server_address) OSError: [Errno 99] Cannot assign requested address

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "/app/lib/python3.11/site-packages/lisp/core/plugin_loader.py", line 88, in _load_plugins yield from self._load_plugin(plugin, plugin_name) File "/app/lib/python3.11/site-packages/lisp/core/plugin_loader.py", line 114, in _load_plugin raise PluginInitFailedException( lisp.core.plugin_loader.PluginInitFailedException: Failed to initialize plugin: "Network"

By the way, thanks for writing this great software! Been using 0.5 for some time now and it's great!

j9p0 avatar Apr 18 '24 09:04 j9p0

Hi!

You're using the Flatpak, correct?

Do you happen to have the Open Lighting Architecture (OLA) daemon olad running in the background?

s0600204 avatar Apr 18 '24 12:04 s0600204

This is usually because there's another instance of LiSP running or some other application is using the same network port used by network plugin.

Unless you need the plugin, you can disabled it in File->Preferences->Plugins

FrancescoCeruti avatar May 31 '24 19:05 FrancescoCeruti