Code Monkey home page Code Monkey logo

Comments (5)

github-actions avatar github-actions commented on August 11, 2024

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

from docker-qbittorrent.

bloodysneaker avatar bloodysneaker commented on August 11, 2024

Here the qBittorrent internal logs

(N) 2024-03-28T15:29:08 - qBittorrent v4.6.4 started
(N) 2024-03-28T15:29:08 - Using config directory: /config/qBittorrent
(N) 2024-03-28T15:29:08 - Trying to listen on the following list of IP addresses: "0.0.0.0:35449,[::]:35449"
(I) 2024-03-28T15:29:08 - Peer ID: "-qB4640-"
(I) 2024-03-28T15:29:08 - HTTP User-Agent: "qBittorrent/4.6.4"
(I) 2024-03-28T15:29:08 - Distributed Hash Table (DHT) support: ON
(I) 2024-03-28T15:29:08 - Local Peer Discovery support: ON
(I) 2024-03-28T15:29:08 - Peer Exchange (PeX) support: ON
(I) 2024-03-28T15:29:08 - Anonymous mode: OFF
(I) 2024-03-28T15:29:08 - Encryption support: ON
(W) 2024-03-28T15:29:08 - Failed to parse Categories configuration. File: "/config/qBittorrent/categories.json". Error: "illegal value"
(I) 2024-03-28T15:29:09 - Successfully listening on IP. IP: "127.0.0.1". Port: "TCP/35449"
(I) 2024-03-28T15:29:09 - Successfully listening on IP. IP: "127.0.0.1". Port: "UTP/35449"
(I) 2024-03-28T15:29:09 - Successfully listening on IP. IP: "172.168.0.2". Port: "TCP/35449"
(I) 2024-03-28T15:29:09 - Successfully listening on IP. IP: "172.168.0.2". Port: "UTP/35449"
(I) 2024-03-28T15:29:08 - UPnP/NAT-PMP support: ON
(C) 2024-03-28T15:29:09 - Failed to resume torrent. Torrent: "8993f785f4244e8384f241a6cecb881988e6de48". Reason: "Cannot parse resume data: unexpected end of file in bencoded string"
(C) 2024-03-28T15:29:09 - Failed to resume torrent. Torrent: "ef69be8a4047d60a102e6cf539f7b52a4a19e57b". Reason: "Cannot parse resume data: unexpected end of file in bencoded string"
(C) 2024-03-28T15:29:09 - Failed to resume torrent. Torrent: "0c571447fd5aa45c356b525d638e5760dee9c1fc". Reason: "Cannot parse resume data: unexpected end of file in bencoded string"
(C) 2024-03-28T15:29:09 - Failed to resume torrent. Torrent: "9863925a39047b56b0669f260bd3b40db215e59d". Reason: "Cannot parse resume data: unexpected end of file in bencoded string"
(C) 2024-03-28T15:29:09 - Failed to resume torrent. Torrent: "fb3d49d090549017a36999e62e0cc4bca5d842c8". Reason: "Cannot parse resume data: unexpected end of file in bencoded string"
(C) 2024-03-28T15:29:09 - Failed to resume torrent. Torrent: "9e9da91225eebc47a8ddcf97f0ce648859e77a69". Reason: "Cannot parse resume data: unexpected end of file in bencoded string"
(C) 2024-03-28T15:29:09 - Failed to resume torrent. Torrent: "d1391f8d2c193b0689bc7dfba12e6a48d9c121c9". Reason: "Cannot parse resume data: unexpected end of file in bencoded string"
(C) 2024-03-28T15:29:09 - Failed to resume torrent. Torrent: "a00d8b08e1069ca0fe49ef6f435a79648673bd05". Reason: "Cannot parse resume data: unexpected end of file in bencoded string"
(C) 2024-03-28T15:29:09 - Failed to resume torrent. Torrent: "3c43a9905f1ca415081e3cba02e94bb3924e90b4". Reason: "Cannot parse resume data: unexpected end of file in bencoded string"
(C) 2024-03-28T15:29:09 - Failed to resume torrent. Torrent: "4b8df77b1a05ddbb246bde883db1b51f32842378". Reason: "Cannot parse resume data: unexpected end of file in bencoded string"
(C) 2024-03-28T15:29:09 - Failed to resume torrent. Torrent: "8d097045d04a03bf83af3eb31e68466e3cc9cf3c". Reason: "Cannot parse resume data: unexpected end of file in bencoded string"
(W) 2024-03-28T15:29:09 - Couldn't load IP geolocation database. Reason: Unknown error
(W) 2024-03-28T15:29:09 - Failed to parse Watched Folders configuration from /config/qBittorrent/watched_folders.json. Error: "illegal value"
(W) 2024-03-28T15:29:09 - Failed to parse RSS session data. File: "/config/qBittorrent/rss/feeds.json". Error: "illegal value"
(N) 2024-03-28T15:29:10 - Using built-in WebUI.
(W) 2024-03-28T15:29:10 - Couldn't load WebUI translation for selected locale (C).
(N) 2024-03-28T15:29:10 - WebUI: Now listening on IP: *, port: 18181
(W) 2024-03-28T15:29:13 - Couldn't download IP geolocation database file. Reason: An unknown network-related error was detected
(I) 2024-03-28T15:29:16 - Detected external IP. IP: "my external IP"

from docker-qbittorrent.

j0nnymoe avatar j0nnymoe commented on August 11, 2024

Does it work if you roll back the image? From our smoke tests, all seems to be ok: https://ci-tests.linuxserver.io/linuxserver/qbittorrent/latest/index.html
It seems like it's having issues accessing your files or they're corrupted.

Note, no one within the team has an asustor nas device plus we do not support/recommend portainer for our containers.

from docker-qbittorrent.

bloodysneaker avatar bloodysneaker commented on August 11, 2024

Made some other tests.
Clean deploy of the container with this docker create, so no "corrupted" configuration imported.

docker create -i -t --name=qBittorrent_464 \
	-p 18181:18181 \
	-p 6881:6881 \
	-p 6881:6881/udp \
	-e PUID=$C_UID -e PGID=$ADMIN_GID \
	-e WEBUI_PORT=18181 \
	-v /etc/localtime:/etc/localtime:ro \
	-v /usr/builtin/etc/certificate/:/sslcerts/:ro \
	-v /share/Docker/qBittorrent/config_464:/config:rw \
	-v /share/Download:/downloads:rw \
	-v /share:/shared:rw \
	--restart unless-stopped \
	linuxserver/qbittorrent:latest

It works fine until I restart the container, in that case the configuration is resetted again
The log is exactly the same as before.
I don't have a clue, at this point I suspect some regression on the application side

from docker-qbittorrent.

bloodysneaker avatar bloodysneaker commented on August 11, 2024

Ok, I can confirm it's some kind of regression. I've tried manually updating packages starting form 4.6.3 image.
Updating qt6-qtbase from 6.6.2-r0 to 6.6.2-r1 broke my installation.
I'm closing the issue since this is the wrong repo, please forgive me for the mistake

Workaround to use 4.6.4 without updating qt6-qtbase packages:
Start from :4.6.3 image:

docker exec -it container-name sh
apk add qt6-qtbase-sqlite=6.6.2-r0
apk add qt6-qtbase=6.6.2-r0
apk add -U --upgrade --no-cache qbittorrent-nox==4.6.4-r0
exit

Restart the container et voilà, qBT updated and working fine

from docker-qbittorrent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.