Code Monkey home page Code Monkey logo

Comments (28)

acheong08 avatar acheong08 commented on August 17, 2024 6

I've been able to get it working with accessToken reliably. Logging in via email/password still down though

Edit: Doesn't work anymore but can authenticate with email/password now...

from pychatgpt.

rawandahmad698 avatar rawandahmad698 commented on August 17, 2024 4

Update

looks like this is an issue with their servers, I constantly get 5xx errors. Sometimes I can't even login using a browser.

from pychatgpt.

rawandahmad698 avatar rawandahmad698 commented on August 17, 2024 1

Confirmed, I'm having this issue too

from pychatgpt.

rawandahmad698 avatar rawandahmad698 commented on August 17, 2024

You may be rate limited by Auth0. Could you try using a different account?

from pychatgpt.

acheong08 avatar acheong08 commented on August 17, 2024

@rawandahmad698 It seems to be a common error. There are a lot of people experiencing this on my side as well, myself included

from pychatgpt.

acheong08 avatar acheong08 commented on August 17, 2024

The response is blank

from pychatgpt.

rawandahmad698 avatar rawandahmad698 commented on August 17, 2024

Interesting. I will go over the process.

from pychatgpt.

acheong08 avatar acheong08 commented on August 17, 2024

It seems to be an issue on their side. The response code is correct but nothing is returned. I think their service is temporarily down (auth)

from pychatgpt.

KohnoseLami avatar KohnoseLami commented on August 17, 2024

It seems to be an issue on their side. The response code is correct but nothing is returned. I think their service is temporarily down (auth)

I agree, I've used a proxy or created a different account, but I can't log in normally either.

from pychatgpt.

MirrorCY avatar MirrorCY commented on August 17, 2024

After changing accounts and proxy and waiting a while, can sometimes goto Phase 8.

openai.py", line 359, in _part_eight
    raise Exceptions.Auth0Exception("[OpenAI][8] While most of the process was successful, "
pychatgpt.classes.exceptions.Auth0Exception: [OpenAI][8] While most of the process was successful, Auth0 didn't issue an access token, Use proxies or retry.

from pychatgpt.

acheong08 avatar acheong08 commented on August 17, 2024

Valid auth tokens are also not getting a response. They are down

from pychatgpt.

acheong08 avatar acheong08 commented on August 17, 2024
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'><html xmlns='http://www.w3.org/1999/xhtml'><head><meta content='text/html; charset=utf-8' http-equiv='content-type'/><style type='text/css'>body {font-family:Arial; margin-left:40px; }img  { border:0 none; }#content { margin-left: auto; margin-right: auto }#message h2 { font-size: 20px; font-weight: normal; color: #000000; margin: 34px 0px 0px 0px }#message p  { font-size: 13px; color: #000000; margin: 7px 0px 0px0px}#errorref { font-size: 11px; color: #737373; margin-top: 41px }</style><title>Service unavailable</title></head><body><div id='content'><div id='message'><h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p></div><div id='errorref'><span>0m66QYwAAAACPkK4lk1D/TKtD2BBYPextU0pDRURHRTA1MTUAZTY2YjhiMDMtMDc5My00NDA5LTk3NzMtMmU2MTJlNzFhMWUz</span></div></div></body></html>

from pychatgpt.

olyble avatar olyble commented on August 17, 2024

yes,i have

from pychatgpt.

cesarhuret avatar cesarhuret commented on August 17, 2024

Getting the same error too

from pychatgpt.

2659170494 avatar 2659170494 commented on August 17, 2024

Fortunately, I have encountered this problem.

But I tried it again and it worked again. Perhaps this is a probabilistic problem?

from pychatgpt.

2659170494 avatar 2659170494 commented on August 17, 2024

After I tried again, it failed again

I tried to log in on the website, but then I found that I could not log in and I was stuck in the link: https://chat.openai.com/auth/login?callbackUrl=https%3A%2F%2Fchat.openai.com%2F&error=OAuthSignin

This may be a problem with the server

from pychatgpt.

acheong08 avatar acheong08 commented on August 17, 2024

It has been fixed up to part seven. AccessToken authentication already back up

from pychatgpt.

acheong08 avatar acheong08 commented on August 17, 2024

It's back down

from pychatgpt.

acheong08 avatar acheong08 commented on August 17, 2024

It's back up again. Very unreliable

from pychatgpt.

rawandahmad698 avatar rawandahmad698 commented on August 17, 2024

That's Azure for you, So much for the "best IaaS" out there. This would have never happened if they chose AWS lol, On a side note: they grew from a thousand to a Million in a day, and that was 3-4 days ago.

from pychatgpt.

2659170494 avatar 2659170494 commented on August 17, 2024

πŸ˜‚πŸ˜‚πŸ˜‚

from pychatgpt.

acheong08 avatar acheong08 commented on August 17, 2024

I've used Azure as well. It sucks.

I still prefer Microsoft to Amazon any day though. AWS risky. Sometimes the buckets just somehow scale up and cost you a ton

from pychatgpt.

rawandahmad698 avatar rawandahmad698 commented on August 17, 2024

@acheong08 happens only if you're inexperienced, and go around enabling/creating tons of resources, with all due respect. I manage two AWS accounts and I never had billing issue

To outline, I'm 2X certified, and currently a Community Builder for AWS

from pychatgpt.

acheong08 avatar acheong08 commented on August 17, 2024

True. I am still a student/intern and have no experience

from pychatgpt.

MirrorCY avatar MirrorCY commented on August 17, 2024

​It works now πŸš€

from pychatgpt.

dylanbud avatar dylanbud commented on August 17, 2024

Getting a lot of 503 errors, must be OpenAI servers. A sample in readme to refresh token might be helpful

from pychatgpt.

rawandahmad698 avatar rawandahmad698 commented on August 17, 2024

Update 2:

As per https://discord.gg/openai -- the servers are currently down

image

from pychatgpt.

rawandahmad698 avatar rawandahmad698 commented on August 17, 2024

Update 3:

Looks like everything is back on, Including token regeneration.

[OpenAI][9] Saving access token...
[OpenAI][8] Saved access token
Hello there! It's nice to meet you. Is there something on your mind that you would like to talk about? I'm here to help answer any questions you might have.

As for the issue, I'll update the package and include better errors and a few new things

from pychatgpt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.