Opened 3 years ago
Last modified 3 years ago
#3471 new bug
Data Disapears, some reappears
Reported by: | zipfel | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | needs verified |
Component: | Unknown | Version: | 2.0.3 |
Keywords: | data missing vanished reappear | Cc: |
Description
I had a list of about 20 torrents that deluge still sees in the webui but are all red. I checked my download directory and all my data is missing! I opened the permissions wide open just as a test, restarted deluged service and no change. did an update upgrade, rebooted and 3 of the 20 torrents show up again in the directory but are still red in the webui. I added another torrent as a test and I cant see it in the download directory anymore and it appears to be seeding just fine.
The cause of this is that I had an unexpected power outage a few nights ago and i also updated and upgraded after i restored power. That is when i noticed the issue.
my setup:
deluged 2.0.3 libtorrent: 1.1.13.0 Python: 3.8.5 OS: Linux Ubuntu 20.04 focal
The status message in Details says the following:
Status: Missing or invalid torrent data!
### CLI Output ###
zipfel@aura-server:/home/deluge/data/downloads$ sudo systemctl status deluged ● deluged.service - Deluge Bittorrent Client Daemon
Loaded: loaded (/etc/systemd/system/deluged.service; enabled; vendor preset: enabled) Active: active (running) since Tue 2021-05-25 18:39:18 MDT; 6min ago
Main PID: 4077 (deluged)
Tasks: 8 (limit: 38340)
Memory: 162.6M CGroup: /system.slice/deluged.service
└─4077 /usr/bin/python3 /usr/bin/deluged -d
May 25 18:39:19 aura-server deluged[4077]: observer(event) May 25 18:39:19 aura-server deluged[4077]: File "/usr/lib/python3/dist-packages/twisted/logger/_legacy.py", line 93, > May 25 18:39:19 aura-server deluged[4077]: self.legacyObserver(event) May 25 18:39:19 aura-server deluged[4077]: File "/usr/lib/python3/dist-packages/deluge/log.py", line 204, in emit May 25 18:39:19 aura-server deluged[4077]: getattr(LoggingLoggerClass, event_dictlog_level.name)( May 25 18:39:19 aura-server deluged[4077]: File "/usr/lib/python3.8/logging/init.py", line 1481, in critical May 25 18:39:19 aura-server deluged[4077]: self._log(CRITICAL, msg, args, kwargs) May 25 18:39:19 aura-server deluged[4077]: File "/usr/lib/python3.8/logging/init.py", line 1565, in _log May 25 18:39:19 aura-server deluged[4077]: fn, lno, func, sinfo = self.findCaller(stack_info, stacklevel) May 25 18:39:19 aura-server deluged[4077]: builtins.TypeError: findCaller() takes from 1 to 2 positional arguments b
### End ###
I have attached cat of all deluge logs from syslog as well. I am still learning linux so please let me know if there is anything else I need to attach.
Thank you for any assistance!
Attachments (1)
Change History (2)
by , 3 years ago
Attachment: | deluge.zip added |
---|
comment:1 by , 3 years ago
I checked my tracker and it said at first that i was not seeding but after the upgrade and reboot, it says that im actively seeding but all still red in the webui except a new torrent i added which is blue.
cat /var/log/syslog | grep deluged > deluge.log