-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Button press returning response code 422 Unprocessable Entity #1139
Comments
I also encountered this issue. The new computer system has this issue with Win11, while the old computer system did not have this issue with Win10. |
For reference, I recorded a video of me downloading a completely fresh installation of koyha ss: |
I'm also having the same issue and I am on windows 11. I have tried so many different release versions and none have worked. I use to use this before and it worked until I updated to the latest version. So far the releases I have tried to downgrade and still have the issues are:
|
I found the fix by another user: #1129 (comment) |
Also encountered almost the same problem. |
This seems to work as a temporary fix! 🙏 |
Hi there,
After cloning, installing and running the setup.bat then the gui.bat file, any button press does not work and instead returns a 422 response code.
See attached gif:
index.js:170 POST http://127.0.0.1:7860/run/predict 422 (Unprocessable Entity)
$r @ index.js:170
(anonymous) @ index.js:396
Promise.then (async)
j @ index.js:385
pe @ Blocks.svelte:286
je @ Blocks.svelte:280
await in je (async)
(anonymous) @ Blocks.svelte:361
(anonymous) @ index.mjs:1170
Fr @ index.mjs:1170
f @ Button.svelte:12
(anonymous) @ index.mjs:1170
Fr @ index.mjs:1170
v @ Button.svelte:11
Show 4 more frames
Is there any way I can fix this? Thanks
The text was updated successfully, but these errors were encountered: