FATAL: API error in Wayland stand alone app. #9
Replies: 2 comments 1 reply
-
|
found it, confirmed in return "\n⚠️ FATAL: ALL configured APIs failed to process the request."This is returned only if every provider in print(f"❌ Failed using {provider_name}: {e.__class__.__name__} - {e}. Attempting fallback...")but that only goes to stdout in the terminal, Most likely root cause
Suggested fix
Question@mclovin22117 — can you confirm whether a |
Beta Was this translation helpful? Give feedback.
-
|
The issue has been resolved. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The script is catching the real error in the background, hiding it, and just spitting out that generic "FATAL" fallback message.

It is being fixed.
Beta Was this translation helpful? Give feedback.
All reactions