[bug]: WebUI: has stopped working after crash, even after reboot.
Is there an existing issue for this?
- [X] I have searched the existing issues
OS
Windows
GPU
cuda
VRAM
8
What happened?
I was writing a report for bug #2117 and intentionally caused it to crash the backend several times. After the last time, I can't open WebUI anymore - I only get a white blank page. In the console, it writes ">> System config requested" per page refresh and nothing else.
Here is a list of actions that I took and they did NOT help:
- Rebooting the PC, obviously.
- Checking the source folder -
git statusreports no changes - Checking the user data folder - only changes in the output folder were noticed. I deleted the output folder contents.
- Opening WebUI in another browser which was never used with it before, namely Firefox.
Screenshots
No response
Additional context
No response
Contact Details
No response
Have to tried switching ports? https://github.com/invoke-ai/InvokeAI/blob/main/docs/features/WEB.md#additional-options
You were right, it started working again! But why? Why does it not work on port 9090 anymore? I tried switching back - does not work. Why backend still reacts to refreshes, meaning it isn't blocked completely?
I had a similar problem. It seemed that maybe something else was listening on that port and responding before invoke did? Changing ports gets around it.
It also causes the browser to see it as a different site, with its own set of cookies and such, which might have some effect, though switching browsers should also fix that problem.
Have to tried switching ports? https://github.com/invoke-ai/InvokeAI/blob/main/docs/features/WEB.md#additional-options
Hello, can you please describe how to switch port for dummies? Im having the same issue, and cant figure out how to do this..
I start interface like this: python .\scripts\invoke.py --web --port 24375
I start interface like this:
python .\scripts\invoke.py --web --port 24375
I have try to do this. But it doesn't help. Still have blank screen instead web interface :(
For those having this problem with the 2.2.5 release candidate, try installing 2.2.4 instead. It seems the 2.2.5 installer sometimes misses some files.
Edit: There's also an RC5 now, which may fix these issues.
Closing the issue because major changes to backend made it irrelevant.