You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! When running python -m g4f.gui.webview --debug, the backend methods are not being executed.
It used to work before, but for no apparent reason, it stopped.
What’s especially concerning is the 405 error on the /backend-api/v2/conversation method. In my opinion, everything is being passed correctly in the code.
If I start the API and go to http://127.0.0.1:8080/, everything works fine.
Python 3.11.9
Windows 11
The text was updated successfully, but these errors were encountered:
Hello! When running
python -m g4f.gui.webview --debug
, the backend methods are not being executed.It used to work before, but for no apparent reason, it stopped.
What’s especially concerning is the 405 error on the /backend-api/v2/conversation method. In my opinion, everything is being passed correctly in the code.
If I start the API and go to http://127.0.0.1:8080/, everything works fine.
Python 3.11.9
Windows 11
The text was updated successfully, but these errors were encountered: