Mix
Mix
Same issue here, is any update on this?
这个是你需要配置pixiv帐号相关设置 - 如果你不需要pixiv相关的API功能可以在配置文件里面直接关闭pixiv的API功能 - 如果需要的话可以参照 https://github.com/upbit/pixivpy/issues/158 获取相关登录凭证 - 具体来讲你可以参考使用这两个脚本 - https://gist.github.com/ZipFile/c9ebedb224406f4f11845ab700124362 - https://gist.github.com/upbit/6edda27cb1644e94183291109b8a5fde 之后我会考虑在日志中增加相应提示
I have never encountered this problem. Are you using debug mode of HibiAPI under Windows? If so, this issue may be caused by limitation of operating system.
I think I have already located [where the problem is](https://github.com/encode/uvicorn/blame/b8e65e49bfadf6d5ea30e56d0cd9f47329de606c/uvicorn/config.py#L295-L301). This warning will not affect normal production use. I will fix it soon, so please leave this issue open.
看了一下, 这个问题相当奇怪 因为HibiAPI甚至根本没有依赖`aiohttp`, 然而调用堆栈中却出现了 感觉是repl.it自带的依赖产生了污染
> 感觉是repl.it自带的依赖产生了污染 确实是这样... 而且我试了试感觉没法解决这个问题, 感觉要考虑把repl.it部署从文档里面删掉了
最后那个错误再运行一次就行了,没生成配置文件的原因
> 再编辑 手动显式添加依赖`aiohttp = "^3.8.1"`后正常,可能是某个包间接引入的 aiohttp 版本过低 具体原因因为我不太了解 python 就不清楚了 感觉是replit魔改了依赖解析部分(应该是为了支持他们自己的数据库SDK) HibiAPI本身并没有间接引用aiohttp, 这是项目的依赖树, 里面是没有`aiohttp`的 ``` black 22.1.0 The uncompromising code formatter. ├── click >=8.0.0 │ └── colorama * ├── mypy-extensions...
> > 可以部署在koyeb上 但不能直接部署 要做docker镜像 以docker的方式运行 > > 而且koyeb可以24小时运行 不用保活 看了一下, 感觉很香, 但是Koyeb这个帐号我注册不上 有点麻 
做了个临时解决方案(https://github.com/mixmoe/HibiAPI/commit/2202844e7a5aab2a32a7bc71c4fe381d242e41b8)... 至少访问不会报错了