Closed Bingchatbot closed 1 year ago
是的,我也出现了这个问题,运行报错后,错误信息是空的。
**`try: print(f"使用模式:{style}") bot = Chatbot(cookies=cookies) print("1") raw_data = await bot.ask(prompt, conversation_style=style) await bot.close()
print(raw_data)
except Exception as e: print(f">>>>>> 报错信息:\t -----> 【{e}】")`**
最后返回: **`使用模式:precise 1
报错信息: -----> 【】`**
我这两天也一直报错,用traceback.print_exc(),是出现了asyncio.exceptions.TimeoutError,和 https://github.com/acheong08/EdgeGPT/issues/606 情况一样
试了一下 https://github.com/acheong08/EdgeGPT/pull/610 这个PR可以修复
试了一下 #610 这个PR可以修复
Thank you! This code fix works great!
This code fix problem : https://github.com/acheong08/EdgeGPT/pull/610
Is there an existing issue for this?
What happened?
If code from: "1. The Chatbot class and asyncio for more granular control Use Async for the best experience, for example: ..." run in replit.com I have a error. Why?
Steps to reproduce the problem
What should have happened?
Version where the problem happens
EdgeGPT-0.12.1
What Python version are you running this with?
Python 3.10.8
What is your operating system ?
Other/Cloud
Command Line Arguments
Console logs
Additional information
A few days ago everything was working without problems.
Link to replit.com with code: https://replit.com/@dz2023/Bing-Chat-v230714?v=1