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

Infinite Loading #5644

Closed
ShashwatDubey99 opened this issue Nov 16, 2024 · 1 comment · Fixed by #5645
Closed

Infinite Loading #5644

ShashwatDubey99 opened this issue Nov 16, 2024 · 1 comment · Fixed by #5645
Labels
User Support A user needs help with something, probably not a bug.

Comments

@ShashwatDubey99
Copy link

Your question

ui not loading

Logs

Error handling request
Traceback (most recent call last):
  File "/home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages/aiohttp/web_protocol.py", line 452, in _handle_request
    resp = await request_handler(request)
  File "/home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages/aiohttp/web_app.py", line 543, in _handle
    resp = await handler(request)
  File "/home/studio-lab-user/.conda/envs/default/lib/python3.9/site-packages/aiohttp/web_middlewares.py", line 114, in impl
    return await handler(request)
  File "/home/studio-lab-user/sagemaker-studiolab-notebooks/ComfyUI/server.py", line 63, in cache_control
    response: web.Response = await handler(request)
  File "/home/studio-lab-user/sagemaker-studiolab-notebooks/ComfyUI/server.py", line 141, in origin_only_middleware
    response = await handler(request)
  File "/home/studio-lab-user/sagemaker-studiolab-notebooks/ComfyUI/app/user_manager.py", line 181, in listuserdata
    def process_full_path(full_path: str) -> FileInfo | str | list[str]:
TypeError: unsupported operand type(s) for |: '_TypedDictMeta' and 'type'

Other

No response

@ShashwatDubey99 ShashwatDubey99 added the User Support A user needs help with something, probably not a bug. label Nov 16, 2024
@huchenlei
Copy link
Collaborator

Make sure you have python 3.10+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
User Support A user needs help with something, probably not a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants