RudyB / Deluge-Remote

iOS App That Remotely Controls Deluge Torrent Clients
134 stars 9 forks source link

[Bug] Error when loading torrent #25

Closed dn4hc closed 4 years ago

dn4hc commented 4 years ago

Hey, thanks for the update.

I get the following error whenever i view torrent status or when the dashboard refreshes.

4D562D33-B915-4B7B-BAE0-8AF68E7362A1

7FB43B8F-CA38-4C33-B2EE-148CC953CE74

RudyB commented 4 years ago

What version of deluge daemon are you running? 2.x is currently not supported

dn4hc commented 4 years ago

$ deluged -v deluged: 1.3.15 libtorrent: 1.1.11.0

joshkerr commented 4 years ago

I get that one all the time. I think it happens more when my seedbox is under heavy load. It could be a timing issue. Annoys the hell out of me.

Sent from my iPad On May 30, 2020, 12:30 PM -0500, dn4hc notifications@github.com, wrote:

deluged -v deluged: 1.3.15 libtorrent: 1.1.11.0 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

RudyB commented 4 years ago

@joshkerr This seems like a latency issue when the seedbox is under heavy load. Usually only see this error when a download is eating up all of my bandwidth.

@dn4hc Does this happen constantly or is it an occasional issue?

dn4hc commented 4 years ago

Constantly! Running deluge on rpi4, even when nothing is being downloaded or uploading.

Possible to enable logs?

RudyB commented 4 years ago

@dn4hc I am releasing version 1.3 with a handful of fixes. You will now be able to send me log files whenever you have this issue. Logs will be found in Files App -> Deluge Remote -> Logs

joshkerr commented 4 years ago

Here is a log file with some of the timeouts:

DelugeRemoteLog-06-13-2020.txt

dn4hc commented 4 years ago

Finally found the solution for this issue (for myself)

[Service] User=debian-deluged UMask=000 ExecStart=/usr/bin/deluged -d -l /var/log/deluged/daemon.log -L warning

Umask was set too restrictive so i just changed it to 000.

Issue closed, Thanks a ton.