mirror of
https://github.com/router-for-me/EasyCLI.git
synced 2026-04-25 07:35:51 +03:00
[GH-ISSUE #5] Gemini CLI 授权生成JSON失败 #6
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/EasyCLI#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DSLZL on GitHub (Oct 10, 2025).
Original GitHub issue: https://github.com/router-for-me/EasyCLI/issues/5
使用 Gemini CLI 授权时,授权成功:
但是等一会在 EasyCLI 的授权界面里能看到:
@luispater commented on GitHub (Oct 10, 2025):
是不是没有输入project id?
@DSLZL commented on GitHub (Oct 10, 2025):
是的,原来和这个有关啊?
那能不能加个自动创建project?
@DSLZL commented on GitHub (Oct 11, 2025):
我这边有几个号也是有项目的,还是不行,不是说如果不填写会自动读取第一个项目么?
@DSLZL commented on GitHub (Oct 21, 2025):
佬这个问题依旧存在,能看出问题嘛
@luispater commented on GitHub (Oct 21, 2025):
确定输入了project id,而且project id输入正确?
@DSLZL commented on GitHub (Oct 21, 2025):
是的,我不止自己测试,也问了好几个人,都是网页显示正常,但是GUI里就是这样
已经试过手动输入project id了,也确认project id输入正确,无论是复制粘贴还是手动输入都一样,也确认过大小写和有没有空格以及隐藏字符,都没有问题🥲
@luispater commented on GitHub (Oct 21, 2025):
网页显示正常是啥意思?webui里可以正常工作,但是GUI里就不能?
@DSLZL commented on GitHub (Oct 21, 2025):
没有,是回调网页,显示successful什么的,然后回去一看就冒上面图的报错了
@luispater commented on GitHub (Oct 21, 2025):
配置文件中的代理设置了吗?或者开启全局的tun?
@DSLZL commented on GitHub (Oct 21, 2025):
试过了,无论是单独开代理还是开全局TUN也一样,我还是觉得很奇怪🧐
@luispater commented on GitHub (Oct 21, 2025):
那你换命令行试试
@DSLZL commented on GitHub (Oct 21, 2025):
指的是直接用CLIProxyAPI么?
@luispater commented on GitHub (Oct 21, 2025):
对,直接命令行登录看看
@DSLZL commented on GitHub (Oct 21, 2025):
啥也没改,变这个,不知道那一步出问题了😥:
为localhost:8085
@luispater commented on GitHub (Oct 21, 2025):
这是直接命令行下使用的样子吗?看上去是端口被占用了,重启电脑重新再试试
@DSLZL commented on GitHub (Oct 23, 2025):
清理了一下端口就没什么问题了,可以正常生成json
现在主要是不知道为什么EasyCLI不行,如果可以像命令行那样可以直白的看到日志就好了
@beilo commented on GitHub (Oct 24, 2025):
+1 我也碰到这个问题
@Ravens2121 commented on GitHub (Nov 29, 2025):