关于在中国地区使用的问题汇总
发布时间:2026-09-18 | 浏览:3
Notifications You must be signed in to change notification settings
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
lencx Dec 27, 2022 Maintainer
请大家不要再开新的 issues 了,因为它们的问题都是一样的。可以在这里进行讨论,感谢配合!
总结:所有的访问出错,归根结底都是网络问题,使用了代理还是无法访问,那就是代理或代理配置问题。
目前 OpenAI 的限制是全球性的,和网络,代理软件的设置,节点 IP 所处的地区等等都有关系。如果遇到无法访问的问题,不要怀疑 APP,因为它没有对你的网络进行任何额外的处理。所以关于网络问题大家需要自行解决,ChatGPT 应用并不提供网络代理或者网络配置,它只是对官网 chat.openai.com 网址的包装,扩展了一些额外的功能,仅此而已。以下这些问题都是因为网络问题或者 openai 自身问题造成的。
浏览器可以使用,但是 app 却无法使用(自身代理未能代理到系统级)
代理软件如何设置全局或系统级,建议自行搜索或联系代理软件客服帮忙处理
为什么不可以在 app 里支持代理,因为 app 打包依托于 Tauri ,它充当内置浏览器和系统之间的胶水层,承上启下。并未看到 tauri api 有对代理相关的描述。所以总结两点:
网络限制来自于第三方,在应用内部解决似乎不是很合理
Feature request: proxy support #28
Ability to set proxy #59
ChatGPT is at capacity right now #60
Hmmm… can't reach this page #76
[Security]ChatGPT报错“Too many requests in 1 hour.Try again later“ #625
[Bug]打开应用后只有一个白屏 #642
[Bug] Can't login with Google: "500. That’s an error." #665
Replies: 85 comments · 99 replies
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
oyty Dec 29, 2022
关于APP内置代理的问题,到是有一个迂回的方案,直接在clash上走规则代理 DOMAIN-SUFFIX,openai.com,🚀 ChatGPT
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
linonetwo Apr 18, 2023
为啥我的 proxifier 拦截不到这个 ChatGPT app 往 openai 的流量呢?
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
letterk May 14, 2023
为啥我的 proxifier 拦截不到这个 ChatGPT app 往 openai 的流量呢?
这类打包app,proxifier 都拦截不了,现在使用clash,rule模式,配置里写好所有国内的域名和ip,直连,clash打开系统代理。 打包app,要么走系统代理, 要么就需要改源码,把代理功能加到网络相关里去。本身这类tauri electron都不提供代理的接口
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
ThirtyDegreesRay May 7, 2024
2024年4月底左右,chatGPT增加了新的接口(chatgpt.com)调用,需要额外加下这个规则,不然会提示开启了VPN,无法使用。
DOMAIN-SUFFIX,openai.com,🚀 ChatGPT DOMAIN-SUFFIX,chatgpt.com,🚀 ChatGPT
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
qwertyCHU Oct 2, 2024
2024年4月底左右,chatGPT增加了新的接口(chatgpt.com)调用,需要额外加下这个规则,不然会提示开启了VPN,无法使用。
DOMAIN-SUFFIX,openai.com,🚀 ChatGPT DOMAIN-SUFFIX,chatgpt.com,🚀 ChatGPT
请问是在混合模式中添加这两句吗,我的规则好像不太知道怎么添加
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
JasonYin520 Dec 23, 2024
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
LLouice Dec 30, 2022
记录一下我的设置,可能对某些人有所帮助 系统:Windows 11 问题: 浏览器通过vps代理出现 too many requests in 1 hour, Try later again!(使用客户端出现同样的问题) 解决:测试使用 Tor 浏览器可以访问和使用ChatGPT 最终:使用 Profixier 配置 tor 浏览器 的 proxy sever (socks5, port 9150); proxy rule 配置为 Applications: any; Target hosts: *.openai.com ; action: Proxy SOCKS 127.0.0.1:9150 这样配置好后打开Tor浏览器Connect通Tor网络后就可以正常使用本客户端了
进阶:直接使用tor.exe cli 开启代理(default port 9050) 免去打开Tor浏览器
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
kimycai Mar 17, 2023
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
Flan1411 Apr 9, 2023
地区限制,换一个节点,最好换成美国
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
MuseMatrix Apr 14, 2023
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
JasonYin520 Dec 23, 2024
w'h为啥显示这个,已经更改到美国的节点了,尝试了很多次了
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
FromCIN Aug 4, 2025
我改成TUN模式就好了,具体什么原理也不清楚
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
Underquant Jan 1, 2023
登陆的时候挂全局代理,登陆之后使用pac就可以,不会再次检测使用地点
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
kuaiyun33 Mar 10, 2023
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
dameng2023 Mar 17, 2023
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
lishujun5 Mar 24, 2023
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
tdcsu Jun 5, 2023
it does not work today in China using V2RayN
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
KillGoddess Oct 5, 2023
非常不友好,设置全局代理我直接进网页使用了。懂的都东
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
nxtreaming Jan 3, 2023
直接全局VPN,用代理是自己找麻烦。
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
lishujun5 Mar 24, 2023
全局vpn和代理区别是啥,搞不懂,代理全局不行了
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
Ethkuil Jan 10, 2023
在代理软件里将"openai.com"设为 通过代理连接 即可。比如说手动修改一下 PAC。差不多几十秒就搞定了。
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
snow8261 Mar 11, 2023
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
Larry-Wilkins Jan 30, 2023
拼音输入时enter键会直接发送,这是我自己的问题吗,还是都用的英文,一个issue没看到orz
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
tanpengsccd Feb 8, 2023
同有这个问题, 输入拼音时,不选词 直接回车 一般是直接打出 拼音英文,但不会回车,但是app 会直接回车发送.
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
lencx Feb 8, 2023 Maintainer Author
直接回车,在浏览器也是同样的问题吧?
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
tanpengsccd Feb 8, 2023
直接回车,在浏览器也是同样的问题吧?
我刚试了chrome 正常 ,没有这个问题
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
lencx Feb 8, 2023 Maintainer Author
似乎不好处理,因为斜杠指令的功能是通过脚本注入在拦截回车事件,但是无法判定你是不是在输入拼音。所以按下回车会认为你就是在发送。
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
mieuf Mar 6, 2023
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
seekme-ai Jan 31, 2023
You do not have access to chat.openai.com.
The site owner may have set restrictions that prevent you from accessing the site. I got an error when visiting chat.openai.com/.
Error code: 1020
Ray ID: 79215bb8da7d82a4
Data center: iad08
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
tanpengsccd Feb 8, 2023
某些IDC的IP 被封锁了. https://hostloc.com/forum.php?mod=viewthread&tid=1134046&highlight=chatgpt
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
FWiner Feb 8, 2023
蛋疼,用aws的全部阵亡了,感觉已经和地域没关系了,好几家大厂的vps ip号段好像都被ban了
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
star2k Feb 8, 2023
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
Sun-Dawn Apr 19, 2023
我大前天还行的,ip没被封,而且长时间不对话也不会报错(甚至好几个小时不对话,回来接着对话一样能用),自从前天,把👴ip疯了,好不容易换了个能用的节点,现在20s不对话,再对话就报错,必须刷新界面,搞得我很烦
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
KillGoddess Oct 5, 2023
换个代理/VPN地址为美国就行了,不过得过一会才行,都用魔法了还用软件干嘛,软件里面还要登录,: (
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
Java2Boy Feb 6, 2023
安装完客户端,打开闪退,EGDE 可正常使用 系统:Windows 10 企业版 21H1 19043.1526,安装路径:D:\Program Files\ChatGPT 环境:v2rayN+节点 问题: 浏览器通过代理正常使用,客户端安装完成后打开闪退 解决:暂无解决办法
[2023-01-18][03:08:20][chatgpt::app::setup][�[92mINFO�[0m] stepup [2023-01-18][03:08:20][chatgpt::app::setup][�[92mINFO�[0m] global_shortcut: `` [2023-01-18][03:08:20][chatgpt::app::setup][�[92mINFO�[0m] global_shortcut_parse_error: [AcceleratorParseError]: Unexpected empty token while parsing accelerator [2023-01-18][03:08:20][chatgpt::app::setup][�[92mINFO�[0m] stepup::run_check_update [2023-01-18][03:08:20][chatgpt::utils][�[92mINFO�[0m] run_check_update: silent=false has_msg=None [2023-01-18][03:08:20][attohttpc][�[34mDEBUG�[0m] trying to connect to lencx.github.io:443 [2023-01-18][03:08:20][attohttpc][�[34mDEBUG�[0m] trying to connect to [2606:50c0:8001::153]:443 [2023-01-18][03:08:20][attohttpc][�[34mDEBUG�[0m] successfully connected to [2606:50c0:8001::153]:443, took 87ms [2023-01-18][03:08:20][attohttpc][�[34mDEBUG�[0m] GET /ChatGPT/install.json HTTP/1.1 [2023-01-18][03:08:20][attohttpc][�[34mDEBUG�[0m] creating a length body reader [2023-01-18][03:08:20][attohttpc][�[34mDEBUG�[0m] creating gzip decoder [2023-01-18][03:08:20][attohttpc][�[34mDEBUG�[0m] status code 200 [2023-01-18][03:25:13][chatgpt::app::setup][�[92mINFO�[0m] stepup [2023-01-18][03:25:13][chatgpt::app::setup][�[92mINFO�[0m] global_shortcut_start [2023-01-18][03:25:13][chatgpt::app::setup][�[92mINFO�[0m] is_registered: true [2023-01-18][03:25:13][chatgpt::app::setup][�[92mINFO�[0m] global_shortcut_end [2023-01-18][03:25:13][attohttpc][�[34mDEBUG�[0m] trying to connect to lencx.github.io:443 [2023-01-18][03:25:13][attohttpc][�[34mDEBUG�[0m] trying to connect to [2606:50c0:8001::153]:443 [2023-01-18][03:25:13][attohttpc][�[34mDEBUG�[0m] successfully connected to [2606:50c0:8001::153]:443, took 150ms [2023-01-18][03:25:13][attohttpc][�[34mDEBUG�[0m] GET /ChatGPT/install.json HTTP/1.1 [2023-01-18][03:25:13][attohttpc][�[34mDEBUG�[0m] creating a length body reader [2023-01-18][03:25:13][attohttpc][�[34mDEBUG�[0m] creating gzip decoder [2023-01-18][03:25:13][attohttpc][�[34mDEBUG�[0m] status code 200 [2023-01-29][10:50:11][chatgpt::app::setup][�[92mINFO�[0m] stepup [2023-01-29][10:50:11][chatgpt::app::setup][�[92mINFO�[0m] global_shortcut_start [2023-01-29][10:50:11][chatgpt::app::setup][�[92mINFO�[0m] is_registered: true [2023-01-29][10:50:11][chatgpt::app::setup][�[92mINFO�[0m] global_shortcut_end [2023-01-29][10:50:11][attohttpc][�[34mDEBUG�[0m] trying to connect to lencx.github.io:443 [2023-01-29][10:50:17][chatgpt::app::setup][�[92mINFO�[0m] stepup [2023-01-29][10:50:17][chatgpt::app::setup][�[92mINFO�[0m] global_shortcut_start [2023-01-29][10:50:17][chatgpt::app::setup][�[92mINFO�[0m] is_registered: true [2023-01-29][10:50:17][chatgpt::app::setup][�[92mINFO�[0m] global_shortcut_end [2023-01-29][10:50:17][attohttpc][�[34mDEBUG�[0m] trying to connect to lencx.github.io:443 [2023-02-06][15:20:55][chatgpt::app::setup][INFO] stepup [2023-02-06][15:20:55][chatgpt::app::setup][INFO] global_shortcut_unregister [2023-02-06][15:20:55][chatgpt::app::setup][INFO] run_check_update [2023-02-06][15:20:55][chatgpt::app::setup][INFO] stepup_tray [2023-02-06][15:20:55][chatgpt::utils][INFO] run_check_update: silent=false has_msg=None [2023-02-06][15:20:55][chatgpt::app::setup][INFO] main_window: https://chat.openai.com [2023-02-06][15:20:55][attohttpc][DEBUG] trying to connect to lencx.github.io:443 [2023-02-06][15:21:04][chatgpt::app::setup][INFO] stepup [2023-02-06][15:21:04][chatgpt::app::setup][INFO] global_shortcut_unregister [2023-02-06][15:21:04][chatgpt::app::setup][INFO] stepup_tray [2023-02-06][15:21:04][chatgpt::app::setup][INFO] main_window: https://chat.openai.com [2023-02-06][15:21:04][chatgpt::app::setup][INFO] run_check_update [2023-02-06][15:21:04][chatgpt::utils][INFO] run_check_update: silent=false has_msg=None [2023-02-06][15:21:04][attohttpc][DEBUG] trying to connect to lencx.github.io:443 [2023-02-06][15:23:45][chatgpt::app::setup][INFO] stepup [2023-02-06][15:23:45][chatgpt::app::setup][INFO] global_shortcut_unregister [2023-02-06][15:23:45][chatgpt::app::setup][INFO] stepup_tray [2023-02-06][15:23:45][chatgpt::app::setup][INFO] run_check_update [2023-02-06][15:23:45][chatgpt::app::setup][INFO] main_window: https://chat.openai.com [2023-02-06][15:23:45][chatgpt::utils][INFO] run_check_update: silent=false has_msg=None [2023-02-06][15:23:45][attohttpc][DEBUG] trying to connect to lencx.github.io:443 [2023-02-06][15:27:05][chatgpt::app::setup][INFO] stepup [2023-02-06][15:27:05][chatgpt::app::setup][INFO] global_shortcut_unregister [2023-02-06][15:27:05][chatgpt::app::setup][INFO] stepup_tray [2023-02-06][15:27:05][chatgpt::app::setup][INFO] run_check_update [2023-02-06][15:27:05][chatgpt::app::setup][INFO] main_window: https://chat.openai.com [2023-02-06][15:27:05][chatgpt::utils][INFO] run_check_update: silent=false has_msg=None [2023-02-06][15:27:05][attohttpc][DEBUG] trying to connect to lencx.github.io:443 [2023-02-06][15:27:08][chatgpt::app::setup][INFO] stepup [2023-02-06][15:27:08][chatgpt::app::setup][INFO] global_shortcut_unregister [2023-02-06][15:27:08][chatgpt::app::setup][INFO] stepup_tray [2023-02-06][15:27:08][chatgpt::app::setup][INFO] run_check_update [2023-02-06][15:27:08][chatgpt::app::setup][INFO] main_window: https://chat.openai.com [2023-02-06][15:27:08][chatgpt::utils][INFO] run_check_update: silent=false has_msg=None [2023-02-06][15:27:08][attohttpc][DEBUG] trying to connect to lencx.github.io:443 [2023-02-06][15:27:23][chatgpt::app::setup][INFO] stepup [2023-02-06][15:27:23][chatgpt::app::setup][INFO] global_shortcut_unregister [2023-02-06][15:27:23][chatgpt::app::setup][INFO] stepup_tray [2023-02-06][15:27:23][chatgpt::app::setup][INFO] main_window: https://chat.openai.com [2023-02-06][15:27:23][chatgpt::app::setup][INFO] run_check_update [2023-02-06][15:27:23][chatgpt::utils][INFO] run_check_update: silent=false has_msg=None [2023-02-06][15:27:23][attohttpc][DEBUG] trying to connect to lencx.github.io:443
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
rainbow401 Feb 7, 2023
OpenAI's services are not available in your country.
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
luoxia-wen Feb 9, 2023
ubuntu22.04 下载的.deb安装后点击图标无法打开(点击没反应)
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
luoxia-wen Feb 9, 2023
.deb无法使用,如何卸载/删除?
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
lencx Feb 9, 2023 Maintainer Author
安装包删除请自行搜索,应用在 22 版本系统存在依赖兼容问题,建议安装 .appimage。
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
lucasjinreal Feb 15, 2023
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
lencx Feb 15, 2023 Maintainer Author
不是写着超出限制了吗,我现在发现很多 openai 的问题都提到我这里来了。
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
henry-996 Mar 5, 2023
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
tiantian1645 Mar 20, 2023
开了全局代理也是这样429错误 但是外部浏览器是没问题的
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
deardeer7 Mar 31, 2023
开了全局代理也是这样429错误 但是外部浏览器是没问题的
我和你一样,之前都一直好好的,然后这两天上去,开始是提示登录过期了,然后我重新登录就这样了,昨天和今天试的都是这样;奇怪的是浏览器用着还是正常的,我还怀疑是app的问题呢。蹲一个解决方案
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
Sun-Dawn Apr 19, 2023
开了全局代理也是这样429错误 但是外部浏览器是没问题的
我和你一样,之前都一直好好的,然后这两天上去,开始是提示登录过期了,然后我重新登录就这样了,昨天和今天试的都是这样;奇怪的是浏览器用着还是正常的,我还怀疑是app的问题呢。蹲一个解决方案
我也遇到过这个问题,后来换了一个节点就好了
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
vangie Feb 16, 2023
搜狗输入法有问题,用回车确认候选词的时候会触发文本框的提交
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
lencx Feb 16, 2023 Maintainer Author
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
LingkKang Feb 17, 2023
网站上回车是换行,app 里直接就发送了。找了一圈没找到相关设置。
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
TJtangjun Mar 16, 2023
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
itcast-l Feb 18, 2023
建议加一个换行操作,比如其它软件可以设置为ctrl +回车换行
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
TJtangjun Mar 16, 2023
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
moongrant Feb 24, 2023
在系统图标的那个界面,请问有办法直接ENTER发送么,现在enter直接是换行
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
moongrant Feb 24, 2023
其实网页也是这样,但是不知道有没有什么方法可以解决一下,求指教= =
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
RebelYoung Mar 17, 2023
可能你窗口太窄了,我电脑上正常enter发送,shift+enter换行,你把窗口设宽了,就是enter直接发送
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
moongrant Mar 21, 2023
可能你窗口太窄了,我电脑上正常enter发送,shift+enter换行,你把窗口设宽了,就是enter直接发送
我看最新的更新系统托盘已经直接支持enter发送了。。。但是我安装完之后发现还是不行。。。也没找到在哪里进行设置
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
Ares960826 Jun 4, 2024
问题是我现在人在国外,用了app后也会出现这个问题。。。。。。。。。。。我可没节点可以换啊,这可怎么办呢》
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
fjg666 Jun 4, 2024
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
yvonna1913 Jun 4, 2024
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
fjg666 Jun 4, 2024
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
yvonna1913 Jun 4, 2024
我不知道为什么会抄送给你啊 你发什么火啊脾气这么大 我就是在底下回复了我不知道你为啥会收到啊。。莫名其妙的
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
fjg666 Jun 4, 2024
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
fjg666 Jun 4, 2024
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
yvonna1913 Jun 4, 2024
你开头一句你是不是有病把我问懵了,你如果不是发火的话那拜托你说话态度温和一点吧 另外我看了邮件不是我发的,是楼上另外一个哥们,我也是莫名其妙被抄送的
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
yvonna1913 Jun 4, 2024
你如果突然收到陌生人一句消息问【你是不是有病】,你是什么感受呢?那你可能确实没有在发火,但是看到这句话都会觉得莫名其妙吧,也并不是我敏感
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
yvonna1913 Jun 4, 2024
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
fjg666 Jun 4, 2024
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
honghh2018 Aug 2, 2024
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
fmatrixch Aug 2, 2024
全局也不行,clash和ssr都试过。标签页上只有一个ChatGPT字样,白屏加载不出来,和锁区一样
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
FrandreJoestar Aug 30, 2024
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
pc-Liu-03 Sep 3, 2024
我也遇到了,似乎是新问题,不知道怎么解决
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
heyChenfu Sep 26, 2024
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
imsharukh1994 Aug 30, 2024
感谢您提供的详细总结和解释!很明显,我们遇到的问题主要与网络配置和代理有关,而不是应用程序本身。我感激您对应用程序在代理支持方面的局限性以及第三方施加的网络限制的澄清。
对于遇到麻烦的用户,似乎最好的解决方法是:
检查网络配置 :确保代理设置已正确配置,并且如果需要的话,这些设置应该是全局的。
联系代理支持 :如果您不确定如何设置或配置代理,联系代理软件的支持团队可能会有所帮助。
考虑网络限制 :由于这些问题可能是由于地区性网络限制或其他外部因素造成的,探索替代网络解决方案或等待 OpenAI 提供更广泛的支持可能是必要的。
再次感谢您解决这些问题。如果有人找到了解决方法或其他解决方案,请在这里分享,以便我们都能从集体智慧中受益!
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
RhonLiu Sep 18, 2024
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
NoNameMYSM Nov 14, 2024
我开了plus,用的4o,但是突然就无法检索网页了。就是我让他上网找论文,但是他告诉我无法检索网页。我的台机从谷歌浏览器换到EG就解决了,但是笔记本这样操作却没用,想问下大家有类似情况吗,如何解决的
There was an error while loading. Please reload this page .
There was an error while loading. Please reload this page .
honghh2018 Jan 29, 2025
This discussion was converted from issue #83 on January 03, 2023 11:13.