-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
Queue Errors -> Session Hijacking #713
Comments
yup, I am experiencing the same problem. |
I've experienced the same issue, as well as encountering this issue with a single client if the client exits its browser session. |
a temp fix is landed in 2.1.751 |
That fix makes it absolutely more tolerable because the queue doesn't break anymore. The only problem that is left is:
As said, the queue doesn't break anymore. But because of privacy reasons a fix for this possible image-leak-bug is still relevant I think. But so far, great work! And thanks very much, because I don't have to restart the server anymore! |
@666spawn999 tried my best as a python newbie, fixed in #826 |
Hi,
I'm trying to setup a Fooocus intance for me and my colleagues.
Sadly, a problem with the queuing System is preventing, that we can use it together.
Error:
Video of Problem with 2 browsers
![Fooocus_Queue_Hijacking2](https://private-user-images.githubusercontent.com/33587160/275901442-9ac0b7b3-d121-4c7d-b71a-209560e61117.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTk3NzUsIm5iZiI6MTczOTQ1OTQ3NSwicGF0aCI6Ii8zMzU4NzE2MC8yNzU5MDE0NDItOWFjMGI3YjMtZDEyMS00YzdkLWI3MWEtMjA5NTYwZTYxMTE3LmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE1MTExNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTI4OThmNjhhOTVmNzhjMjcyYjk4MDk5OTU4MzA5NzU4MmE0NDI2MGEwYTNhZWNiYzczY2Y0OGNlNTAzMGY4MWImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.KVT9Nz9dJePUCJpt74J-1F6UjS2L1fc6HaeaIA4ndqM)
Steps to Replicate:
some more thoughts
Altogether this is a big problem that currently makes it impossible to share Fooocus Installation with others. All Forks I have tried are having the same problem. Some even more because they send Results to different clients in sync..
I think, this issues are related:
#625
A fix would be highly appreciated!
If you have some tips on this, I can also try to fix it myself, but currently I'm a little lost at this issue.
If this is a general problem with gradio and can't be fixed by the Fooocus Team maybe someone has some idead how to fix it in gradio?
(I really love Fooocus and all the features and the simplicity of it. Thanks for all your work!
But sadly, bugs like this prevent me from using it in production or teams :( )
The text was updated successfully, but these errors were encountered: