juzeon / SydneyQt

A cross-platform desktop client for the jailbroken New Bing AI Copilot (Sydney ver.) built with Go and Wails (previously based on Python and Qt).
The Unlicense
828 stars 76 forks source link

[BUG] Error Pops Up When Sydney Makes A Response ```InternalError": "Unhandled Exception``` #215

Closed ThePatriotsXOF closed 7 months ago

ThePatriotsXOF commented 8 months ago

Checks

Describe the bug

Responses does work very fine with no issues however an error pops up every response sydney make. "InternalError": "Unhandled Exception

https://github.com/juzeon/SydneyQt/assets/150899804/9beeeff8-42e7-4309-bb2e-562d55dab8e2

Desktop (please complete the following information):

juzeon commented 8 months ago

Seems like a bug on bing's side. Does this occur in v2.3.0?

ThePatriotsXOF commented 8 months ago

yes it happened on the previous version too.

Pocarai commented 8 months ago

Seems like a bug on bing's side. Does this occur in v2.3.0?

Same happened in v2.3.1, I thought it is in the app or Hardware Issue image

ubranch commented 8 months ago

image same

jschmudd commented 7 months ago

Same thing happens with the web api when no search is false. And with that it just closes out the connection after returning the error, no response is given. At least that's the case for the openai styled endpoint.

jschmudd commented 7 months ago

@juzeon Figured it out. It is the deuct3 option that is causing the error to occur. Idk what that option does though. Removing it causes everything to work fine.

juzeon commented 7 months ago

@jschmudd Thanks dude.