-
Notifications
You must be signed in to change notification settings - Fork 214
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
关于面板更新失败 #63
Comments
我也是这样一直请求失败 |
自己电脑挂倒是可以 |
一直回复“请求失败:可能是面板服务并发过高,请稍后重试” |
我自己用cf反代了https://enka.shinshin.moe/ |
我这里也是一直存在更新失败的问题,报错是 |
FetchError: request to https://enka.shinshin.moe/u/163202620/__data.json failed, reason: read ECONNRESET |
enka那边上了安全产品只要超过一定频率就会被限制,再请求就返回403。enka经常出问题能否考虑开放miaomiao原来的那个接口服务自行部署,或者通过什么方式能获取?期望能拉下q群1011382654 |
插件最新的更新 有一个国内的api 我换成那个api更新挺快的 四五秒就查询出来了>.< |
Hello! Enka.Network dev here. I'm seeing a lot of HTTP 403 from Cloudflare due to automatic bot detection and a very large number of requests.
----------自动翻译---------- 你好! Enka.Network 开发人员在这里。 由于自动机器人检测和大量请求,我从 Cloudflare 看到了很多 HTTP 403。
|
Please, I wonder if using the address(https://enka.microgg.cn/) also requires an API key to bypass the restrictions? The default address(https://enka.shinshin.moe/) often timeout. If not needed, I will continue to use this address,which can get data more faster than before. |
更新一下插件 我这边更新到了最新的喵喵插件然后API配置里面改成了国内服务的那个API 更新速度现在挺快的 大约四五秒就更新上了 |
#面板更新 的时候会直接回复”请求失败“ |
我这里#喵喵更新,已经是最新的了,后面那个api是怎么改 |
在这个github上面下载zip覆盖到插件文件夹里面,然后Yunzai-Bot\plugins\miao-plugin\config\文件夹里面的profile_default.js复制一份出来 重命名为profile.js 在里面有国内服务的API 把下面的API改一下再重启一次机器人就行了 |
I don't know what enka.microgg.cn is. What is the request format for UID?
|
我也是遇到和楼上同一个问题,按照你的回复更新了api并重启了bot,现在更新面板显示服务器并发过高,请问是我的问题还是目前服务器无法使用? |
|
我和你一样欸。我变成并发过高了 |
看来咱俩问题相同,就是不知道怎么解决了,我猜应该不是api的问题 |
This will allow me to increase ratelimits: #84 |
更新之后可以正常使用了,非常感谢 |
同样的问题,Mark |
We're making special rules for enka.microgg.cn so you can use PicoGG's proxy. The number of requests became too high so my site blocked microgg and minigg... |
enka.microgg.cn & enka.minigg.cn 是因为大陆部分线路因为GFW,所以设置的反向代理服务器 |
确实我用了新的这个地址以后更新就特别快 几秒 直接用enka.network的话要等挺久,有时候也会请求失败。 |
Okay, thanks a lot! |
我也有这个问题,应该不是API的问题,wget一下可以正常获取json文件 |
这个“1234567”文件名是指的uid,可能是你之前测试的时候绑定过这个uid,但是原神不存在1234567这个id,所以会请求失败 |
不是的噢,我这里写1234567只是举例,实际上是一个正常玩家的UID,并没有任何错误.而且我第二句的意思是重建文件之后就该UID可以正常使用. |
大佬们,节点换成上海的那个了,但是持续两天左右了,所有人在更新面板的时候都显示“请求失败,可能是服务负载较高,请稍后重试...”是啥原因啊,镜像挂了还是啥T=T |
enka过年这段时间可能比较容易429更新失败,有一半的账号失效,暂时没时间去更新 |
更新面板时出现了这样的错误,请问一些是什么情况,是本地服务器设置问题还是api负载过高 |
emmm,看了下是ssl协商的问题,我把TLS1.0兼容性选上了,理论上应该ok了? |
感谢帮助,没有问题了 |
Error: ENOENT: no such file or directory, open '/root/TRSS_Yunzai/Yunzai///data/UserData/197125319.json' |
删除这个文件data/UserData/197125319.json |
Enka ReqErr: 504 Gateway Time-out 问题由于我的服务器系香港阿里云,偶有出现以下的问题:
这个问题会表现为我向BOT发送
然后没有下文。 可能是港澳台或国外的服务器对 暂时解决办法我暂时的解决办法:在
在刚才文件里面修改UserAgent应当即可。 |
Enka.Network, at this moment, is configured to send all requests with user agent "MiaoPlugin/3.0" to microgg (CN server). Change the user-agent to something else to bypass the redirect. |
okay tyvm for reminder. |
谢谢大佬,我也在境外,和你遇到的是同样的问题,那个查询没有下文的问题,你在cmd里面可以看到他的查询是504 Timeout状态,但是对于某些uid却查询成功 |
面板更新报错50x错误码的这个问题大概已经定位到了,大概率和我在CDN启用了GZip+Brotli压缩返回数据,并且为了响应速度加上了range协议头,但是服务器不兼容有关。晚点会处理一下 |
面板请求错误 FetchError: request to https://profile.microgg.cn/api/uid/158308116/ failed, reason: read ECONNRESET at ClientRequest. (file:///root/Yunzai |
如果服务器在境外的话,可以翻下这个issue的历史记录,
这样就可以解决了 就是只使用enka的api 然后不设置代理 |
http://status.enka.network/ |
面板更新服务来自enka api
国内网络如Enka服务访问不稳定,可尝试更换 @MiniGrayGay 大佬提供的中转服务
确保miao-plugin已经更新到最新的情况下, 复制
config/profile_default.js
为
config/profile.js
,修改其中enkaApi的url配置,配置完成后重启Bot即可生效面板更新类issue可在此贴下讨论,其余issue进行关闭
The text was updated successfully, but these errors were encountered: