Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network error on start up #315

Closed
j9p0 opened this issue Apr 18, 2024 · 2 comments
Closed

Network error on start up #315

j9p0 opened this issue Apr 18, 2024 · 2 comments

Comments

@j9p0
Copy link

j9p0 commented Apr 18, 2024

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!

@s0600204
Copy link
Contributor

Hi!

You're using the Flatpak, correct?

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

@FrancescoCeruti
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants