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

Error When Downloading #136

Open
Moman49 opened this issue Mar 20, 2024 · 1 comment
Open

Error When Downloading #136

Moman49 opened this issue Mar 20, 2024 · 1 comment

Comments

@Moman49
Copy link

Moman49 commented Mar 20, 2024

File "C:\Users\mosta\AppData\Local\Programs\Python\Python310\lib\threading.py", line 1016, in _bootstrap_inner
self.run()
File "C:\Users\mosta\AppData\Local\Programs\Python\Python310\lib\threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "R:\stable-diffusion-webui\venv\lib\site-packages\socketio\client.py", line 705, in _handle_eio_message
self._handle_event(pkt.namespace, pkt.id, pkt.data)
File "R:\stable-diffusion-webui\venv\lib\site-packages\socketio\client.py", line 581, in _handle_event
r = self._trigger_event(data[0], namespace, *data[1:])
File "R:\stable-diffusion-webui\venv\lib\site-packages\socketio\client.py", line 629, in _trigger_event
return self.handlers[namespace]event
File "R:\stable-diffusion-webui\extensions\sd_civitai_extension\civitai\link.py", line 175, in on_command
elif command == 'resources:add': return on_resources_add(payload)
File "R:\stable-diffusion-webui\extensions\sd_civitai_extension\civitai\link.py", line 92, in on_resources_add
report_status(True)
File "R:\stable-diffusion-webui\extensions\sd_civitai_extension\civitai\link.py", line 51, in report_status
command_response(payload, history=True)
File "R:\stable-diffusion-webui\extensions\sd_civitai_extension\civitai\link.py", line 211, in command_response
sio.emit('commandStatus', payload)
File "R:\stable-diffusion-webui\venv\lib\site-packages\socketio\client.py", line 393, in emit
raise exceptions.BadNamespaceError(
socketio.exceptions.BadNamespaceError: / is not a connected namespace.

@Kour0O
Copy link

Kour0O commented Mar 20, 2024 via email

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

No branches or pull requests

2 participants