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
809 stars 77 forks source link

[BUG] Cookies Are Expired Even After Renewing #238

Open nukedukem4never opened 4 months ago

nukedukem4never commented 4 months ago

Checks

Describe the bug

I get the cookies from the Bing using the Cookie-Editor in Firefox, Chrome and Edge respectively, but every time I create a new cookies.json file it still says "Error: cannot identify current user, please check if cookie is expired."

To Reproduce

Steps to reproduce the behavior:

  1. Open bing.com
  2. Open Cookie-Editor extension
  3. Export the cookies as .json
  4. Create cookies.json file and paste the cookies
  5. Open SydneyQt
  6. See error

Expected behavior

It supposed to read the cookies

Screenshots

Screenshot from 2024-03-06 17-49-52z

Desktop (please complete the following information):

Additional context

I also tried getting cookies from Copilot and search results but they gave me the same results.

juzeon commented 4 months ago

Hi,

  1. Does this occur in previous versions?
  2. Does the chatbot work actually?
nukedukem4never commented 4 months ago

Hello,

  1. Yes it does. I tried every version up to 2.4.0 and it occurred in every single version.
  2. I cannot confirm it because whenever I touch the drop-down menus (back-end, mode, preset, locale) or follow-up user input, app freezes.
nukedukem4never commented 4 months ago
2. Does the chatbot work actually?

I switched to wayland instance and drop-down menus are working. I tested the chatbot and I can say it works while the error continues.

juzeon commented 4 months ago

Would you cd to the directory and ./SydneyQt-linux-amd64 instead of double click?

nukedukem4never commented 3 months ago

I did that and it gave me this error in terminal when I refresh cookies: 2024/03/12 19:53:45.826904 WARN [req] ignore empty proxy url in SetProxyURL

eapiova commented 3 months ago

Same error in OS Windows 11 Pro

ASOwnerYT commented 2 months ago

You need to sign in to Bing or Copilot, then export the cookies once signed in. Worked for me.

The error message should be changed to ask the user to sign in before exporting cookies

eapiova commented 2 months ago

You need to sign in to Bing or Copilot, then export the cookies once signed in. Worked for me.

The error message should be changed to ask the user to sign in before exporting cookies

Thanks, this fixed it