Cheng Nan

Results 4 issues of Cheng Nan

### 错误描述 > 你所遇到的错误是怎么样的?最好提供错误截图 ### 错误提示和日志内容 > 有没有错误的提示,和日志的内容(在浏览器中f12打开开发者工具,console的错误提示,日志内容在Filter中填入cxmooc,然后全部复制上来) ### 出现时间 > 你是怎么操作出现的这个错误?能不能复现呢?(再次出现) ### 使用环境 > 你的浏览器版本和扩展的版本,油猴,Chrome,还是火狐? ### 其它信息 > 出现的页面链接和课程等信息,另外是否可以提供账号,可以在此处留下邮箱

The tutorial on how to deploy on the server is a little unclear. Can you explain in detail how to obtain cf_clearance and user_agent on the server?

more detials is ```File "C:\data\code\web_chat\bots\chatGPT\gpt_robot.py", line 5, in from revChatGPT.revChatGPT import Chatbot File "C:\Users\Admin\AppData\Local\Programs\Python\Python39\lib\site-packages\revChatGPT\revChatGPT.py", line 12, in from playwright.async_api import async_playwright File "C:\Users\Admin\AppData\Local\Programs\Python\Python39\lib\site-packages\playwright\async_api\__init__.py", line 25, in import playwright.async_api._generated File "C:\Users\Admin\AppData\Local\Programs\Python\Python39\lib\site-packages\playwright\async_api\_generated.py",...

bug

My robot is init like this ``` class GPT_Robot(object): def __init__(self, name='ChatGPT', conversation_id=None): self.chatbot = Chatbot(config, conversation_id=conversation_id) self.chatbot.reset_chat() # Forgets conversation self.chatbot.refresh_session() # Uses the session_token to get a new...