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
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "E:\browser_download\ChineseAiDungeonChatGPT-0.2.0\app.py", line 164, in
story_teller = StoryTeller(config, story_background)
File "E:\browser_download\ChineseAiDungeonChatGPT-0.2.0\story.py", line 10, in init
self.chatbot = Chatbot(config, conversation_id=None)
File "F:\python3.9.7\lib\site-packages\revChatGPT\ChatGPT.py", line 81, in init
self.retry_refresh()
File "F:\python3.9.7\lib\site-packages\revChatGPT\ChatGPT.py", line 92, in retry_refresh
raise exc
File "F:\python3.9.7\lib\site-packages\revChatGPT\ChatGPT.py", line 88, in retry_refresh
self.refresh_session()
File "F:\python3.9.7\lib\site-packages\revChatGPT\ChatGPT.py", line 245, in refresh_session
raise Exception("Failed to refresh session!") from exc
Exception: Failed to refresh session!
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "F:\python3.9.7\lib\site-packages\revChatGPT\ChatGPT.py", line 230, in refresh_session
raise Exception(f'Response code: {response.status_code} \n Response: {response.text}')
Exception: Response code: 200
Response: {}
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "E:\browser_download\ChineseAiDungeonChatGPT-0.2.0\app.py", line 164, in
story_teller = StoryTeller(config, story_background)
File "E:\browser_download\ChineseAiDungeonChatGPT-0.2.0\story.py", line 10, in init
self.chatbot = Chatbot(config, conversation_id=None)
File "F:\python3.9.7\lib\site-packages\revChatGPT\ChatGPT.py", line 81, in init
self.retry_refresh()
File "F:\python3.9.7\lib\site-packages\revChatGPT\ChatGPT.py", line 92, in retry_refresh
raise exc
File "F:\python3.9.7\lib\site-packages\revChatGPT\ChatGPT.py", line 88, in retry_refresh
self.refresh_session()
File "F:\python3.9.7\lib\site-packages\revChatGPT\ChatGPT.py", line 245, in refresh_session
raise Exception("Failed to refresh session!") from exc
Exception: Failed to refresh session!
The text was updated successfully, but these errors were encountered: