This repository has been archived by the owner on Aug 3, 2023. It is now read-only.
It doesn't work any more this morning #179
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It worked well last night. But this morning the following is shown:
Status code: 404
<script type="text/javascript" nonce=…………(lots of code)
//]]></script>
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "C:\Users\aaa\AppData\Local\Programs\Python\Python311\Lib\site-packages\EdgeGPT.py", line 467, in
asyncio.run(main())
File "C:\Users\aaa\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Users\aaa\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\aaa\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 653, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "C:\Users\aaa\AppData\Local\Programs\Python\Python311\Lib\site-packages\EdgeGPT.py", line 378, in main
bot = Chatbot()
^^^^^^^^^
File "C:\Users\aaa\AppData\Local\Programs\Python\Python311\Lib\site-packages\EdgeGPT.py", line 308, in init
self.chat_hub: ChatHub = ChatHub(Conversation(self.cookiePath, self.cookies))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\aaa\AppData\Local\Programs\Python\Python311\Lib\site-packages\EdgeGPT.py", line 220, in init
raise Exception("Authentication failed")
Exception: Authentication failed
Beta Was this translation helpful? Give feedback.
All reactions