We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Windows
3.10
0.2.4-fix1
onebot v11 2.2.2
napcat v4.0.3
zhenxun/configs/path_config里的方法:IMAGE_PATH = Path() / "resources" / "image" 调取的是相对路径,会让色图保存失败 改成绝对路径就可以正常保存了:IMAGE_PATH = Path().resolve() / "resources" / "image"
另外问一句下载pixiv的反代url好像有问题, 我在config.yaml里手动指定了i.pixiv.cat为反代域名,但是bot始终以i.pixiv.re域名下载,不知道这个re哪来的
1.启动0.2.4-fix1版本的bot 2.更新色图
No response
The text was updated successfully, but these errors were encountered:
相对路径是应该没问题的,看看你config.yaml这个PIXIV_NGINX_URL怎么填的
Sorry, something went wrong.
No branches or pull requests
操作系统
Windows
Python 版本
3.10
zhenxun_bot 版本
0.2.4-fix1
适配器
onebot v11 2.2.2
协议端
napcat v4.0.3
描述问题
zhenxun/configs/path_config里的方法:IMAGE_PATH = Path() / "resources" / "image" 调取的是相对路径,会让色图保存失败
改成绝对路径就可以正常保存了:IMAGE_PATH = Path().resolve() / "resources" / "image"
另外问一句下载pixiv的反代url好像有问题,
我在config.yaml里手动指定了i.pixiv.cat为反代域名,但是bot始终以i.pixiv.re域名下载,不知道这个re哪来的
复现步骤
1.启动0.2.4-fix1版本的bot
2.更新色图
期望的结果
No response
截图或日志(请勿包含敏感信息如密码、令牌等)
No response
The text was updated successfully, but these errors were encountered: