Skip to content
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

[BUG] get no result when fetching https://chatgpt.com/api/auth/session #51

Open
edwardyeung opened this issue Jun 11, 2024 · 0 comments
Labels
unconfirmed bug Potential bugs awaiting confirmation

Comments

@edwardyeung
Copy link

edwardyeung commented Jun 11, 2024

After initializing the chrome driver, the browser get no result when it fetchs this api address,
I am pretty sure I get the correct token from Devtool which is "__Secure-next-auth.session-token".

from UnlimitedGPT import ChatGPT

session_token = "ey..."

chatbot = ChatGPT(
    session_token,
    conversation_id=None,
    proxy=None,
    chrome_args=None,
    disable_moderation=False,
    verbose=True,
)
  • Python version: Python 3.12
  • Operating System: Windows 10
  • UnlimitedGPT version: latest
@edwardyeung edwardyeung added the unconfirmed bug Potential bugs awaiting confirmation label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unconfirmed bug Potential bugs awaiting confirmation
Projects
None yet
Development

No branches or pull requests

1 participant