mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Torrents lost after restarting qBittorrent #13047
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#13047
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @intelfx on GitHub (Feb 10, 2022).
qBittorrent & operating system versions
Operating system: Arch Linux x64
qBittorrent: 4.4.0-2
Qt: 6.2.3-4
libtorrent-rasterbar: 2.0.5-1
What is the problem?
qBittorrent was installed from
qbittorrent-noxpackage to run in headless mode. After initial configuration, adding a torrent, downloading it and restarting the service via systemd (meaning a SIGTERM) the torrent is gone from the Web UI.Steps to reproduce
No response
Additional context
No response
Log(s) & preferences file(s)
Log (
.local/share/qBittorrent/logs/qbittorrent.log) excerpt:Contents of
BT_backupdirectory:@MarkMan0 commented on GitHub (Oct 3, 2022):
I have had the same issue, multiple times, on a raspberry pi. Not only torrents, but the configuration/settings were lost too. This is really frustrating, because I had several categories set up, and now I have to add the torrents one-by-one, by hand a redo the categories.
@SundayBraid commented on GitHub (May 12, 2024):
Hello, Same issue mentioned by @MarkMan0 has been observed on my Freebsd server.
When sending SIGTERM the configuration is overwritten.
Workaround
My (dirty) Workaround : editing the
/usr/local/etc/rc.d/qbittorrentto send another signal that is not handled by Qbittorrent.Below my pkg and systeminfo