Closed Toasterme closed 9 years ago
I will fix that :-)
On Sun, 2013-11-10 at 14:17 -0800, herouxb wrote:
Hi, i always have this error
AssertionError: Non-OK status code while retrieving get_finished_torrents: 404
Complete output is: $ bin/leechtorrents
Starting download of finished torrents Traceback (most recent call last): File "bin/leechtorrents", line 10, in sys.exit(mainloop()) File "/xyz/seedboxtools-1.2.11/src/seedboxtools/leecher.py", line 167, in mainloop retvalue = do_guarded() File "/xyz/seedboxtools-1.2.11/src/seedboxtools/leecher.py", line 151, in do_guarded remove_finished=opts.remove_finished File "/xyz/seedboxtools-1.2.11/src/seedboxtools/leecher.py", line 12, in download for torrent, status, filename in client.get_files_to_download(): File "/xyz/seedboxtools-1.2.11/src/seedboxtools/clients.py", line 45, in get_files_to_download torrents = self.get_finished_torrents() File "/xyz/seedboxtools-1.2.11/src/seedboxtools/clients.py", line 241, in get_finished_torrents assert r.status_code == 200, "Non-OK status code while retrieving get_finished_torrents: %r"%r.status_code AssertionError: Non-OK status code while retrieving get_finished_torrents: 404
Do you have any ideas ?
thanks,
— Reply to this email directly or view it on GitHub.
Hi,
I have this exact same problem, too. I updated to the latest version in the repository (1.2.12), but still cannot connect to my pulsedmedia seed box..
thank you in advance
Here's the traceback:
badger@neptune:~$ leechtorrents
Starting download of finished torrents
Traceback (most recent call last):
File "/usr/local/bin/leechtorrents", line 5, in
After not being able to reproduce, I strongly suspect that there is a misconfiguration in your configuration file. What mechanism works for you in order to help you fix this thing? I will soon be pushing an update to master in this repository, which will produce a better error message.
I have pushed a new commit to master that will help you diagnose the issue more effectively.
Did it work for you?
I am speculatively closing this issue presuming that this was fixed a few months ago. Please reopen if you feel that the problem was not solved.
Hi, i always have this error
AssertionError: Non-OK status code while retrieving get_finished_torrents: 404
Complete output is: $ bin/leechtorrents
sys.exit(mainloop())
File "/xyz/seedboxtools-1.2.11/src/seedboxtools/leecher.py", line 167, in mainloop
retvalue = do_guarded()
File "/xyz/seedboxtools-1.2.11/src/seedboxtools/leecher.py", line 151, in do_guarded
remove_finished=opts.remove_finished
File "/xyz/seedboxtools-1.2.11/src/seedboxtools/leecher.py", line 12, in download
for torrent, status, filename in client.get_files_to_download():
File "/xyz/seedboxtools-1.2.11/src/seedboxtools/clients.py", line 45, in get_files_to_download
torrents = self.get_finished_torrents()
File "/xyz/seedboxtools-1.2.11/src/seedboxtools/clients.py", line 241, in get_finished_torrents
assert r.status_code == 200, "Non-OK status code while retrieving get_finished_torrents: %r"%r.status_code
AssertionError: Non-OK status code while retrieving get_finished_torrents: 404
Starting download of finished torrents Traceback (most recent call last): File "bin/leechtorrents", line 10, in
Do you have any ideas ?
thanks,