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

When there is an error in obtaining a new frontend, an empty file with the latest version number of the new frontend will be created locally. #4557

Closed
planb788 opened this issue Aug 23, 2024 · 0 comments · Fixed by #4574
Assignees
Labels
Bug Something is confirmed to not be working properly. Potential Bug User is reporting a bug. This should be tested.

Comments

@planb788
Copy link

Expected Behavior

Normal Open Interface

Actual Behavior

If there is an error in network connection, an empty folder named by the latest version number of the new frontend may be obtained. When the network connection is normal, due to the existence of the empty folder, the system will skip UI checking and directly load the empty file as the frontend. At this time, the terminal will display the service IP normally, but the webpage shows that the webpage cannot be found.

Steps to Reproduce

During the front-end download process, forcibly close the terminal and open the terminal again for operation.

Debug Logs

Downloading frontend(Comfy-Org_ComfyUI_frontend) version(1.2.32) to (xxxx\ComfyUI\web_custom_versions\Comfy-Org_ComfyUI_frontend\1.2.32)
Failed to initialize frontend: HTTPSConnectionPool(host='objects.githubusercontent.com', port=443): Read timed out.
Falling back to the default frontend.
[Prompt Server] web root: xxxx\ComfyUI\web

Other

No response

@planb788 planb788 added the Potential Bug User is reporting a bug. This should be tested. label Aug 23, 2024
@huchenlei huchenlei added the Bug Something is confirmed to not be working properly. label Aug 23, 2024
@huchenlei huchenlei self-assigned this Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something is confirmed to not be working properly. Potential Bug User is reporting a bug. This should be tested.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants