acheong08 / OpenAIAuth

Reverse engineered Auth0 for OpenAI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: Authenticator.__init__() missing 1 required positional argument: 'puid'

zhaozhiming opened this issue · comments

Hi, I found this error when running the program. What is the puid? Please help. Thanks.

My script is as below:

from OpenAIAuth import Authenticator


if __name__ == '__main__':
  auth = Authenticator(email_address="email", password="pwd")
  auth.begin()
  print(auth.get_access_token())

I have the same doubt

commented

plus accounts ,puid cookie

Still working on version that doesn't require plus account. Our endpoints got blocked