This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
-
Initializing... You: Bot: After this,it stop responding.I wait many many times,But the respond is break. |
Beta Was this translation helpful? Give feedback.
Answered by
Nu11Const
Jun 5, 2023
Replies: 2 comments 2 replies
-
I'm trying to change the WSS url,But it result this: Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/data/data/com.termux/files/usr/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/EdgeGPT.py", line 771, in ask
async for final, response in self.chat_hub.ask_stream(
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/EdgeGPT.py", line 561, in ask_stream
self.wss = await self.session.ws_connect(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/aiohttp/client.py", line 795, in _ws_connect
raise WSServerHandshakeError(
aiohttp.client_exceptions.WSServerHandshakeError: 502, message='Invalid response status', url=URL('wss://sydney.vcanbb.chat/sydney/Chathub')
>>> ans = asyncio.run(bot.ask(prompt="你好",conversation_style="balanced",wss_link="wss://bing.vcanbb.top/sydney/ChatHub"))
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x70061b59d0>
Status code: 400
{"conversationId":"***","result":{"value":"InvalidRequest","message":"Conversation not found.","error":"InvalidRequest","serviceVersion":"20230605.2"}}
https://sydney.bing.com/sydney/UpdateConversation/
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/data/data/com.termux/files/usr/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/EdgeGPT.py", line 771, in ask
async for final, response in self.chat_hub.ask_stream(
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/EdgeGPT.py", line 603, in ask_stream
raise Exception("Update web page context failed")
Exception: Update web page context failed |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah,when i update the version,this issue is fixed