-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
connection refused #142
Comments
Just a heads up, you put you email and password in clear text |
what do you mean? it is |
|
Repository owner
deleted a comment from
raskalc
Mar 17, 2023
Oh shitttt, bro thank you
… On 17 Mar 2023, at 20:48, raskalc ***@***.***> wrote:
BRO, WHY U SENDING YOUR F*CKING PASSWORD IN LOGS?
WHYYYYYYYYYYY?
—
Reply to this email directly, view it on GitHub <#142 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AWDTSA335CFL3E6XSLV4YJDW4SBTLANCNFSM6AAAAAAVFOVL24>.
You are receiving this because you authored the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Traceback (most recent call last):
File "/Users/abdibrokhim/VisualStudioCode/OpenDataHackathon/Lychee/backend/main.py", line 24, in
chat = Chat(email="", password="", options=options)
File "/Users/abdibrokhim/VisualStudioCode/OpenDataHackathon/Lychee/backend/venv/lib/python3.10/site-packages/pychatgpt/main.py", line 56, in init
self._setup()
File "/Users/abdibrokhim/VisualStudioCode/OpenDataHackathon/Lychee/backend/venv/lib/python3.10/site-packages/pychatgpt/main.py", line 145, in _setup
self._create_access_token()
File "/Users/abdibrokhim/VisualStudioCode/OpenDataHackathon/Lychee/backend/venv/lib/python3.10/site-packages/pychatgpt/main.py", line 163, in _create_access_token
openai_auth.create_token()
File "/Users/abdibrokhim/VisualStudioCode/OpenDataHackathon/Lychee/backend/venv/lib/python3.10/site-packages/pychatgpt/classes/openai.py", line 128, in create_token
response = self.__session.get(url=url, headers=headers)
File "/Users/abdibrokhim/VisualStudioCode/OpenDataHackathon/Lychee/backend/venv/lib/python3.10/site-packages/tls_client/sessions.py", line 363, in get
return self.execute_request(method="GET", url=url, **kwargs)
File "/Users/abdibrokhim/VisualStudioCode/OpenDataHackathon/Lychee/backend/venv/lib/python3.10/site-packages/tls_client/sessions.py", line 346, in execute_request
raise TLSClientExeption(response_object["body"])
tls_client.exceptions.TLSClientExeption: failed to do request: Get "https://chat.openai.com/auth/login": dial tcp 127.0.0.1:8080: connect: connection refused
The text was updated successfully, but these errors were encountered: