BangumiBot icon indicating copy to clipboard operation
BangumiBot copied to clipboard

Highly customisable automatic project to follow & watch Anime, works well with media libraries such as Jellyfin

Results 5 BangumiBot issues
Sort by recently updated
recently updated
newest added

使用仓库里的 Dockerfile 构建失败. 同样在 debian12 arm64 中直接使用, pip 安装依赖也有这个问题, 但在ubuntu lts 和 debian11 中却正常安装. log ```log 25.46 error: subprocess-exited-with-error 25.46 25.46 × Getting requirements to build wheel did not run...

问题表现:如果不使用给BangumiBot专用的下载器,而是连接一个已经有种子的下载器的话,BangumiBot会尝试在redis数据库中查找这些种子的信息。因为这些种子信息在redis中不存在,rename函数中的info为None,所以会报错。 PS: 因为不知道贵项目使用的什么代码格式化器,就没有格式化这一行过长的代码。

Bumps [httpx](https://github.com/encode/httpx) from 0.22.0 to 0.23.0. Release notes Sourced from httpx's releases. Version 0.23.0 0.23.0 (23rd May, 2022) Changed Drop support for Python 3.6. (#2097) Use utf-8 as the default...

dependencies

问题描述如题 启动命令: docker run -d --name='bangumi' --net='bridge' -e TZ="Asia/Shanghai" -e 'BANGUMI_CHECK_INTERVAL'='600' -e 'BANGUMI_CLIENT_TYPE'='aria2' -e 'BANGUMI_CLIENT_IP'='172.17.0.18' -e 'BANGUMI_CLIENT_PORT'='6800' -e 'BANGUMI_CLIENT_PASSWORD'='XXXXXXX' -e 'BANGUMI_REDIS_HOST'='172.17.0.19' -e 'BANGUMI_REDIS_PORT'='6379' -e 'BANGUMI_REDIS_PASSWORD'='XXXXXXX' -e 'BANGUMI_SEEDING'='false' -p '7048:8000/tcp' -v...

~/scripts/Bangumi $ uvicorn main:app --host 0.0.0.0 --log-config conf/log.yml 2022-09-25 19:56:27 - [INFO] - Aria2 Connecting to http://127.0.0.1:6800 2022-09-25 19:56:27 - [INFO] - Started server process [31025] 2022-09-25 19:56:27 - [INFO]...

bug