qBitTorrent-nox (seemingly) randomly time outing on the web client

Linux specific questions, problems.
Post Reply
dormierian

qBitTorrent-nox (seemingly) randomly time outing on the web client

Post by dormierian »

qBitTorrent's web UI is (seemingly) randomly, with no warning, returning a timeout; the website will not load; this occurs both on the port, from localhost, and on the domain name. No other services (any arrs, certain trackers, my browser, etc) can connect with it. It does not appear to keep seeding when down.

The logs contain (I think) no useful info, just a listening alert: https://pastebin.com/raw/ARrXnb6g (ip and port removed)

Below is my UptimeKuma log for qBitTorrent. The uptime is clearly not great.
Image
Here is my systemctl file:

Code: Select all

Description=qBittorrent
After=network.target

[Service]
Type=forking
User=qbittorrent
Group=qbittorrent
UMask=007
ExecStart=/usr/bin/qbittorrent-nox -d --webui-port=7080
Restart=on-failure

[Install]
WantedBy=multi-user.target
CPU usage and ram usage is minimal, 8gb 64bit pi 4 with idle 4gb ram usage and ~10% cpu. My pi is set to restart at midnight every day. qBitTorrent does have a lot of torrents on it though; about 400. Using systemctl restart, start, or running the command, takes a very long time to do anything (multiple minutes). All other services running on pi work when qBitTorrent is down, except the ones that rely on it.

It's proving very difficult to bugfix this issue as it appears to be random, but I have tried:

Reinstalling qbittorrent & libtorrent (I have avoided purge, out of fear of it removing my settings), restarting qBitTorrent every time it timeouts, etc.

Sorry if this isn't the right fit for this forum, this is my first post here.

Thanks!

(yes, this post is mostly copied from my post of raspberry pi stack exchange, as i recieved no info there)
mrlaser

Re: qBitTorrent-nox (seemingly) randomly time outing on the web client

Post by mrlaser »

I'm having similar issues, and I've tried re-installing on a fresh Ubuntu 22.04.03 install.

This command is timing out:

Code: Select all

sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-stable
User avatar
Peter
Administrator
Administrator
Posts: 2702
Joined: Wed Jul 07, 2010 6:14 pm

Re: qBitTorrent-nox (seemingly) randomly time outing on the web client

Post by Peter »

If you run -nox, just use the static build.

https://github.com/userdocs/qbittorrent-nox-static
User avatar
Peter
Administrator
Administrator
Posts: 2702
Joined: Wed Jul 07, 2010 6:14 pm

Re: qBitTorrent-nox (seemingly) randomly time outing on the web client

Post by Peter »

mrlaser wrote: Mon Aug 21, 2023 1:13 am I'm having similar issues, and I've tried re-installing on a fresh Ubuntu 22.04.03 install.

This command is timing out:

Code: Select all

sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-stable
Post the entire command output or put it on https://pastebin.centos.org/ and link it here.
Post Reply