-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
delugePush3.py IndexError #10
Comments
Hey @hinderaker , can you share your deluge version and python version? You can find them out by running:
|
Hey @ckcr4lyf :) deluge 2.0.5 |
Also tried it with newest docker image from linuxserver.io now. deluge 2.1.1 <Deferred at 0x7fc7f393e490 current result: None> |
Let me try it out with the Deluge 2 & Python 3 as well and get back to you. Are you running it as |
Yes, and it works fine during testing. Its when executed by deluged it fails. |
Gotcha. Are you using some kind of docker setup? Could you add a debug line in deluge-dc-notif/delugePush3.py Lines 64 to 66 in c32e75b
Add the line at the same indentation as line 65. That should print out what you got, might help in tracing the problem |
It sure did help! Got the following error: This is the exact same issue as #6. I did the same chmod -R 0777 /root and its now functioning properly. Sorry for wasting your time! :/ |
It requires permission to create /root/.config/deluge/ui.conf
|
Not at all! Glad you got it working. And thanks for highlighting the issue, I shall highlight the permission possible fix in a docker setup section. Cheers |
Traceback (most recent call last):
File "/config/deluge-dc-notif/delugePush3.py", line 128, in
getState(torrentHash, torrentName, RATIO_CHECK_DELAY, False)
File "/config/deluge-dc-notif/delugePush3.py", line 71, in getState
tracker = lines[7][9:]
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: