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
{{ message }}
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
When I use the Query function: answer = Query(query, style='precise'), I an error message related to cookie import:
BingChat|DEBUG |2023-08-01T11:25:53+0100|Importing cookies from: bing_cookies_1.json
File "C:\ProgramData\anaconda3\lib\site-packages\EdgeGPT\EdgeUtils.py", line 146, in init
Cookie.import_next()
File "C:\ProgramData\anaconda3\lib\site-packages\EdgeGPT\EdgeUtils.py", line 88, in import_next
Cookie.import_data()
File "C:\ProgramData\anaconda3\lib\site-packages\EdgeGPT\EdgeUtils.py", line 65, in import_data
cls.image_token = cls.image_token[0].get("value")
IndexError: list index out of range
And these are the first three cookies from my json-file (containing in total around 20 cookies):
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I use the Query function: answer = Query(query, style='precise'), I an error message related to cookie import:
BingChat|DEBUG |2023-08-01T11:25:53+0100|Importing cookies from: bing_cookies_1.json
File "C:\ProgramData\anaconda3\lib\site-packages\EdgeGPT\EdgeUtils.py", line 146, in init
Cookie.import_next()
File "C:\ProgramData\anaconda3\lib\site-packages\EdgeGPT\EdgeUtils.py", line 88, in import_next
Cookie.import_data()
File "C:\ProgramData\anaconda3\lib\site-packages\EdgeGPT\EdgeUtils.py", line 65, in import_data
cls.image_token = cls.image_token[0].get("value")
IndexError: list index out of range
And these are the first three cookies from my json-file (containing in total around 20 cookies):
Beta Was this translation helpful? Give feedback.
All reactions