Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

You have not been accepted into the beta. #12

Closed
Liu-Angelo opened this issue Feb 10, 2023 · 3 comments
Closed

You have not been accepted into the beta. #12

Liu-Angelo opened this issue Feb 10, 2023 · 3 comments

Comments

@Liu-Angelo
Copy link

— OS:linux
— python version:Python 3.10.4

python3 -m EdgeGPT -h

    EdgeGPT - A demo of reverse engineering the Bing GPT chatbot
    Repo: github.com/acheong08/EdgeGPT
    By: Antonio Cheong

    !help for help

    Type !exit to exit
    Enter twice to send message

Initializing...
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/requests/models.py", line 971, in json
return complexjson.loads(self.text, **kwargs)
File "/usr/local/lib/python3.10/json/init.py", line 346, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python3.10/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/local/lib/python3.10/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/EdgeGPT.py", line 130, in init
self.struct = response.json()
File "/usr/local/lib/python3.10/site-packages/requests/models.py", line 975, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/local/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/local/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/usr/local/lib/python3.10/site-packages/EdgeGPT.py", line 309, in
asyncio.run(main())
File "/usr/local/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete
return future.result()
File "/usr/local/lib/python3.10/site-packages/EdgeGPT.py", line 270, in main
await bot.start()
File "/usr/local/lib/python3.10/site-packages/EdgeGPT.py", line 216, in start
self.conversation = Conversation()
File "/usr/local/lib/python3.10/site-packages/EdgeGPT.py", line 132, in init
raise Exception("Authentication failed. You have not been accepted into the beta.") from json.decoder.JSONDecodeError
TypeError: JSONDecodeError.init() missing 3 required positional arguments: 'msg', 'doc', and 'pos'

@acheong08
Copy link
Owner

Duplicate

@acheong08 acheong08 closed this as not planned Won't fix, can't repro, duplicate, stale Feb 10, 2023
@acheong08

This comment was marked as outdated.

@acheong08
Copy link
Owner

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants