Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

角色武器等 资源图片 不显示 #178

Closed
citydirector opened this issue Oct 6, 2021 · 21 comments
Closed

角色武器等 资源图片 不显示 #178

citydirector opened this issue Oct 6, 2021 · 21 comments
Labels
invalid This doesn't seem right

Comments

@citydirector
Copy link

image

@Arondight
Copy link
Owner

看一下是不是这个问题 #35 (comment)

@mark9804
Copy link
Collaborator

mark9804 commented Oct 6, 2021

这个问题发生的原因是你的服务器无法从https://upload-bbs.mihoyo.com/*获取图片。你的服务器在国内吗?

我不在国内的服务器会遇到这种情况,所以我个人猜想可能是网络问题
image

@citydirector
Copy link
Author

内存有2G,已用24%(充足);服务器在上海

@Arondight
Copy link
Owner

内存有2G,已用24%(充足);服务器在上海

你能发一个完整的图片么,uid 可以打码,你这个图片元素不全很难判断问题,另外贴一下 角色 刻晴 返回的图片

@citydirector
Copy link
Author

D10~5CN`0BKMC @BYT2{$0X
image

@Arondight
Copy link
Owner

这的确是无法连接米游社资源,你得自己查查这个问题,例如你在 vps 上请求一下这个地址看看。

https://upload-bbs.mihoyo.com/game_record/genshin/character_icon/UI_AvatarIcon_Ningguang.png

@citydirector
Copy link
Author

可以正常请求或者下载(curl和wget)
image

@Arondight
Copy link
Owner

既然你系统中能够正常下载,那么取消一下 npm 的代理然后重启 bot 看一看

npm config rm proxy
npm config rm https-proxy
unset HTTP_PROXY
unset HTTPS_PROXY
unset http_proxy
unset https_proxy
npm run stop
npm run init

如果有好转,删掉 bot.pm2 执行 npm run start

@citydirector
Copy link
Author

解决了,确实是代理的问题,大概是开着ss装完nodejs后没关闭又继续执行了npm install导致的

@Arondight
Copy link
Owner

我想继续问一下,你安装的时候,有按照文档中写的设置了 npm_config_proxy 这个变量么?

npm_config_proxy=http://<ip>:<port> npm install

@citydirector
Copy link
Author

没有

@citydirector
Copy link
Author

当时只安装了ss+Privoxy,然后配置了一下全局http/https的变量(/etc/profile)

@Arondight
Copy link
Owner

当时只安装了ss+Privoxy,然后配置了一下全局http/https的变量(/etc/profile)

好的,谢谢,记得删除这两个变量的配置

@citydirector
Copy link
Author

感谢提醒,之前已经原路删除了

@citydirector
Copy link
Author

这个沙雕问题又出现了,但是只出现在一台服务器上(换而言之另一台没出现)

@citydirector
Copy link
Author

还是这个issue的这台服务器,按照经验简单排查了一下,“信息 刻晴”渲染的图片是正常的,https://upload-bbs.mihoyo.com/*能访问,npm的代理也不存在,chromium版本也从90更新到96
image

@citydirector
Copy link
Author

似乎是今天突然出现的,总不可能是因为更新跨度太大出问题了吧()

@Arondight
Copy link
Owner

连不上米游社,得自己想办法

@citydirector
Copy link
Author

连不上米游社,得自己想办法

curl和wget都ok,这台服务器真是反复横跳()

@mark9804
Copy link
Collaborator

mark9804 commented Nov 23, 2021

不知道该说什么,我就默默把这个排版问题认领走吧

这个圣遗物我们本地都有资源,没必要抓米游社的图浪费时间,写个函数换源得了

image

@citydirector
Copy link
Author

唉,不会调试找问题就很难受()

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

3 participants