docker-qbittorrent
docker-qbittorrent copied to clipboard
docker安装后下载无网停止
使用的是centos7 docker安装版本为 v4.6.7 Web UI (64-bit) 用root安装命令
docker run -d \
--name=qbittorrent \
-e WEBUIPORT=8080 \
-e PUID=0 \
-e PGID=0 \
-e TZ=Asia/Shanghai \
-p 41003:6881 \
-p 41001:8080 \
-v /root/docker/qbittorrent/config:/config \
-v /root/qb/downloads:/downloads \
--restart always \
superng6/qbittorrent:latest
root用户对docker qb都具有权限
[root@centos ~]# ll /root/docker /root/qb
/root/docker:
total 0
drwxrwxrwx. 4 root root 32 Sep 29 21:00 AutoBangumi
drwxrwxrwx. 3 root root 20 Sep 29 22:18 qbittorrent
/root/qb:
total 0
drwxr-xr-x. 3 root root 163 Sep 29 22:25 downloads
宿主机为192.168.8.149 网线连接到软路由198.168.8.1 国内外都通畅,查看日志遇到报错没有http抬头
[root@centos ~]# docker logs ffeb
[migrations] started
[migrations] no migrations found
───────────────────────────────────────
_____ __ __ _____ _____ _____ _____
| | | | __|_ _| | |
| --| | |__ | | | | | | | | |
|_____|_____|_____| |_| |_____|_|_|_|
_____ __ __ _ __ ____
| __ | | | | | | \
| __ -| | | | |__| | |
|_____|_____|_|_____|____/
Based on images from linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 0
User GID: 0
───────────────────────────────────────
Connecting to githubraw.sleele.workers.dev (172.67.170.24:443)
saving to '/tmp/trackers_list.txt'
trackers_list.txt 100% |********************************| 2954 0:00:00 ETA
'/tmp/trackers_list.txt' saved
已更新trackers。
[custom-init] No custom files found, skipping...
[ls.io-init] done.
WebUI 将在内部准备不久后启动。请稍等…
******** 信息 ********
要控制 qBittorrent,请访问下列地址的 WebUI:http://localhost:8080
WebUI 管理员用户名是:admin
未设置 WebUI 管理员密码。为此会话提供了一个临时密码:XHuESIQBR
你应该在程序首选项中设置你自己的密码
bool Http::RequestParser::parseRequestLine(const QString&) invalid http header: " /images/ratio.svg HTTP/1.1"
Http::RequestParser::ParseResult Http::RequestParser::doParse(const QByteArray&) header parsing error
HTTP 请求错误,将关闭套接字。IP:::ffff:192.168.8.1
bool Http::RequestParser::parseRequestLine(const QString&) invalid http header: " /images/stalledUP.svg HTTP/1.1"
Http::RequestParser::ParseResult Http::RequestParser::doParse(const QByteArray&) header parsing error
HTTP 请求错误,将关闭套接字。IP:::ffff:192.168.8.1
bool Http::RequestParser::parseRequestLine(const QString&) invalid http header: " /images/qbittorrent-tray.svg HTTP/1.1"
Http::RequestParser::ParseResult Http::RequestParser::doParse(const QByteArray&) header parsing error
HTTP 请求错误,将关闭套接字。IP:::ffff:192.168.8.1
更换作者的另一个qb客户端正常下载superng6/qbittorrentee
[root@centos ~]# docker run -d \
> --name=qbittorrent \
> -e WEBUIPORT=8080 \
> -e PUID=0 \
> -e PGID=0 \
> -e TZ=Asia/Shanghai \
> -p 41003:6881 \
> -p 41003:6881/udp \
> -p 41001:8080 \
> -v /root/docker/qbittorrent/config:/config \
> -v /root/qb/downloads:/downloads \
> --restart always \
> superng6/qbittorrentee:latest
但是依然有报错
[root@centos ~]# docker logs c941
[migrations] started
[migrations] no migrations found
───────────────────────────────────────
_____ __ __ _____ _____ _____ _____
| | | | __|_ _| | |
| --| | |__ | | | | | | | | |
|_____|_____|_____| |_| |_____|_|_|_|
_____ __ __ _ __ ____
| __ | | | | | | \
| __ -| | | | |__| | |
|_____|_____|_|_____|____/
Based on images from linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 0
User GID: 0
───────────────────────────────────────
[custom-init] No custom files found, skipping...
2024-09-29 22:50:11 - WARNING - No password set. Skipping password configuration.
2024-09-29 22:50:11 - INFO - Configuration updated successfully.
WebUI 将在内部准备不久后启动。请稍等…
[ls.io-init] done.
******** 信息 ********
要控制 qBittorrent,请访问下列地址的 WebUI:http://localhost:8080
WebUI 管理员用户名是:admin
未设置 WebUI 管理员密码。为此会话提供了一个临时密码:Hdmfys2Zg
你应该在程序首选项中设置你自己的密码
bool Http::RequestParser::parseRequestLine(const QString&) invalid http header: " /scripts/mocha-init.js?locale=zh&v=y7adtn HTTP/1.1"
Http::RequestParser::ParseResult Http::RequestParser::doParse(const QByteArray&) header parsing error
HTTP 请求错误,将关闭套接字。IP:::ffff:192.168.8.1
不明白 实在是不明白