2024-02-03 17:45:38 - root - INFO - BING_COOKIE loaded from ./cookie.json
2024-02-03 17:45:38 - root - WARNING - Allow everyone mode
2024-02-03 17:45:38 - root - WARNING - You set BING_COOKIE to not None, but you allowed everyone to use this bot
2024-02-03 17:45:39 - httpx - INFO - HTTP Request: GET https://www.bing.com/turing/conversation/create "HTTP/1.1 200 OK"
Traceback (most recent call last):
File "/home/runner/PyroEdgeGPTBot/main.py", line 130, in
"bot": tmpLoop.run_until_complete(EdgeGPT.Chatbot.create(proxy=PROXY_BING, cookies=BING_COOKIE)), # 共用一个 cookie.json 文件
File "/nix/store/xf54733x4chbawkh1qvy9i1i4mlscy1c-python3-3.10.11/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete
return future.result()
File "/home/runner/PyroEdgeGPTBot/.pythonlibs/lib/python3.10/site-packages/EdgeGPT/EdgeGPT.py", line 41, in create
self.chat_hub = ChatHub(
File "/home/runner/PyroEdgeGPTBot/.pythonlibs/lib/python3.10/site-packages/EdgeGPT/chathub.py", line 42, in init
conversation_signature=conversation.struct["conversationSignature"],
KeyError: 'conversationSignature'
how to fix this issue?
2024-02-03 17:45:38 - root - INFO - BING_COOKIE loaded from ./cookie.json
2024-02-03 17:45:38 - root - WARNING - Allow everyone mode
2024-02-03 17:45:38 - root - WARNING - You set BING_COOKIE to not None, but you allowed everyone to use this bot
2024-02-03 17:45:39 - httpx - INFO - HTTP Request: GET https://www.bing.com/turing/conversation/create "HTTP/1.1 200 OK"
Traceback (most recent call last):
File "/home/runner/PyroEdgeGPTBot/main.py", line 130, in
"bot": tmpLoop.run_until_complete(EdgeGPT.Chatbot.create(proxy=PROXY_BING, cookies=BING_COOKIE)), # 共用一个 cookie.json 文件
File "/nix/store/xf54733x4chbawkh1qvy9i1i4mlscy1c-python3-3.10.11/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete
return future.result()
File "/home/runner/PyroEdgeGPTBot/.pythonlibs/lib/python3.10/site-packages/EdgeGPT/EdgeGPT.py", line 41, in create
self.chat_hub = ChatHub(
File "/home/runner/PyroEdgeGPTBot/.pythonlibs/lib/python3.10/site-packages/EdgeGPT/chathub.py", line 42, in init
conversation_signature=conversation.struct["conversationSignature"],
KeyError: 'conversationSignature'
how to fix this issue?