-
Notifications
You must be signed in to change notification settings - Fork 45
issue with ui stuck at loading #2144
ghalaxianz
started this conversation in
Bug Reports
Replies: 1 comment 2 replies
update: i fixed mine (only the crashing ui not the port conflict)
by updating the websocket.py
systemd service (websocket.service)
root cause:
nqptp reserves UDP port 9000.
websocket.py also tried to bind to UDP port 9000.
Python raised:"OSError: [Errno 98] Address already in use:"
The WebSocket server on 8080 never started.
The browser stayed on Loading... forever because it couldn't connect.
All reactions
2 replies
Same problem here. It’s disappointing this major issue was brought up with the previous release & not addressed in the new release.
All reactions
yes quite a disappointing but i was able to fiX the ui crashing issue although the issue in port conflict still exist but atleast it doesnt crash again
All reactions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment