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

on new operation "/ is not a connected namespace" shown #1356

Closed
ReimarBauer opened this issue Feb 15, 2022 · 2 comments · Fixed by #1371
Closed

on new operation "/ is not a connected namespace" shown #1356

ReimarBauer opened this issue Feb 15, 2022 · 2 comments · Fixed by #1371
Assignees
Labels
bug Something isn't working mscolab msui
Milestone

Comments

@ReimarBauer
Copy link
Member

operation is created, seems only the communication fails.

CRITICAL: MSS Version: 6.0.2.
CRITICAL: Python Version: 3.9.9 | packaged by conda-forge | (main, Dec 20 2021, 02:41:03) 
[GCC 9.4.0]
CRITICAL: Platform: Linux-5.4.0-99-generic-x86_64-with-glibc2.27 (('64bit', 'ELF'))
CRITICAL: Fatal error: Traceback (most recent call last):
  File "/home/reimar/miniconda3/envs/mssenv/lib/python3.9/site-packages/mslib/msui/mscolab.py", line 742, in add_operation
    self.conn.handle_new_operation(op_id)
  File "/home/reimar/miniconda3/envs/mssenv/lib/python3.9/site-packages/mslib/msui/socket_control.py", line 144, in handle_new_operation
    self.sio.emit('add-user-to-operation', {
  File "/home/reimar/miniconda3/envs/mssenv/lib/python3.9/site-packages/socketio/client.py", line 393, in emit
    raise exceptions.BadNamespaceError(
socketio.exceptions.BadNamespaceError: / is not a connected namespace.

packet queue is empty, aborting
ERROR: packet queue is empty, aborting
packet queue is empty, aborting
ERROR: packet queue is empty, aborting
@ReimarBauer ReimarBauer changed the title new operation creates "/ is not a connected namespace" on new operation "/ is not a connected namespace" shown Feb 15, 2022
@ReimarBauer ReimarBauer self-assigned this Feb 15, 2022
@ReimarBauer
Copy link
Member Author

ReimarBauer commented Feb 15, 2022

Hmm, error does not happen in my development environment with develop or stable.

@ReimarBauer ReimarBauer added the bug Something isn't working label Feb 24, 2022
@ReimarBauer ReimarBauer added this to the 6.0.4 milestone Feb 24, 2022
@ReimarBauer
Copy link
Member Author

This happen with flask-socketio 5.1.1 a downgrade to 5.1.0 solves this.

mamba install flask-socketio==5.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mscolab msui
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant