-
Notifications
You must be signed in to change notification settings - Fork 141
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
Access Token: Not found Auth0 did not issue an access token. #23
Comments
@zxypro1 是否方便看下这个问题呀 |
auth的问题貌似是api更新导致的,可以尝试 |
尝试了更新chatgptpy,并不能解决问题 |
那我看一下吧。能发下操作系统还有python版本吗。 |
我的mac也有来着,不清楚为什么 |
知道怎么回事了,正在修。 |
操作系统的win10,python版本是3.9.13 |
已合并,在试一下吧@quecaaa |
下面的情况解决了,但是上面仍然提示 |
似乎出现了新的情况: The above exception was the direct cause of the following exception: Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): |
暂时还没遇到过这个错,一会详细看下 |
我下载了新的code,运行之后输入验证码,显示的是
这时候出现背景设定框,选择确认之后出现 不过背景倒是打出来了,随便输入内容后确定,出现 The above exception was the direct cause of the following exception: Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): |
那就是没有获取到token。是一直这样还是偶尔出现? |
其实也还是Auth0的问题。 |
一直都是这样,使用默认的token也是 |
那应该要用proxy了。等下更新吧。 |
我看pychatgpt中有了proxy 所以proxy直接设置一个外网代理服务器就可以么
|
@JackeyWang777 根据pychatgpt的文档应该是填本地的host。但是现在由于openai的更新,pychatgpt已经用不了了。先等等吧。 |
closing |
运行app.py之后输入账号密码,然后提示
[OpenAI][5] Captcha saved to captcha.png in the current directory
[32m[OpenAI][5][37mPlease solve the captcha and press enter to continue: FFBrB8
输入验证码之后出现了下面的情况:
[OpenAI][5] Captcha saved to captcha.png in the current directory
[32m[OpenAI][5] [37mPlease solve the captcha and press enter to continue: FFBrB8
[OpenAI][5] Continuing...
[OpenAI][6] Making request to https://auth0.openai.com/u/login/identifier
[OpenAI][6] Email found
[OpenAI][7] Entering password...
[OpenAI][7] Password was correct
[OpenAI][7] Old state: hKFo2SBkMjZaZmFfeXdtMTZoRHVQeFFZSTlKYUd1cWtyVGdaMaFur3VuaXZlcnNhbC1sb2dpbqN0aWTZIHNvbnRMM0xzMmk1a1dCamtFR2ZRN3BWYXg5WUNVczc0o2NpZNkgVGRKSWNiZTE2V29USHROOTVueXl3aDVFNHlPbzZJdEc
[OpenAI][7] New State: sontL3Ls2i5kWBjkEGfQ7pVax9YCUs74
[OpenAI][8] Making request to https://auth0.openai.com/authorize/resume?state=sontL3Ls2i5kWBjkEGfQ7pVax9YCUs74
[OpenAI][8] All good
[OpenAI][8][CRITICAL] Access Token: Not found Auth0 did not issue an access token.
[OpenAI][9] Attempting to get access token from: https://chat.openai.com/api/auth/session
[OpenAI][9] Access Token: Not found, Please try again with a proxy (or use a new proxy if you are using one)
这时弹出了背景设定框,选择确认之后出现
Exception in thread Thread-1:
Traceback (most recent call last):
File "E:\study\python\Anaconda3\lib\threading.py", line 980, in _bootstrap_inner
self.run()
File "E:\study\python\Anaconda3\lib\threading.py", line 917, in run
self._target(*self._args, **self._kwargs)
File "E:\gm\new\ChineseAiDungeonChatGPT-main\app.py", line 207, in _on_login
self.register_storyteller(use_default=False)
File "E:\gm\new\ChineseAiDungeonChatGPT-main\app.py", line 214, in register_storyteller
self.show_background_window()
File "E:\gm\new\ChineseAiDungeonChatGPT-main\app.py", line 170, in show_background_window
result = tkinter.simpledialog.askstring(
File "E:\study\python\Anaconda3\lib\tkinter\simpledialog.py", line 410, in askstring
d = _QueryString(title, prompt, **kw)
File "E:\study\python\Anaconda3\lib\tkinter\simpledialog.py", line 387, in init
QueryDialog.init(self, *args, **kw)
File "E:\study\python\Anaconda3\lib\tkinter\simpledialog.py", line 282, in init
Dialog.init(self, parent, title)
File "E:\study\python\Anaconda3\lib\tkinter\simpledialog.py", line 174, in init
self.wait_visibility()
File "E:\study\python\Anaconda3\lib\tkinter_init.py", line 705, in wait_visibility
self.tk.call('tkwait', 'visibility', window._w)
_tkinter.TclError: window ".!_querystring" was deleted before its visibility changed
请问是什么原因
The text was updated successfully, but these errors were encountered: