-
Notifications
You must be signed in to change notification settings - Fork 14
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
KeyError: 'downloadUrl' #29
Comments
I'm having same issue:
Also FIX doesn't seems to work:
It seems like seedcross doesn't see the file, should I mount another volume in docker? I'm also getting this error sometimes:
|
don't know why some search return torrent without downloadUrl, any how i add a protection in the code. |
This is still not in docker. Is there an eta on updating the docker image? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error observed in log, and task proceed_cross_seed is marked as failed; seemingly at random. Will just hang when searching for some items.
Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/background_task/tasks.py", line 43, in bg_runner
func(*args, **kwargs)
File "/code/seedcross/crseed/tasks.py", line 83, in backgroundCrossSeedTask
iterTorrents(dlclient, param, log)
File "/code/seedcross/crseed/CrossSeedAutoDL.py", line 466, in iterTorrents
matchingResults = searcher.search(searchData, log, guess_cat=cat)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/code/seedcross/crseed/CrossSeedAutoDL.py", line 114, in search
trim_result = self.loadToIndexResult(result_json)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/code/seedcross/crseed/CrossSeedAutoDL.py", line 264, in loadToIndexResult
downloadUrl=result['downloadUrl'],
~~~~~~^^^^^^^^^^^^^^^
KeyError: 'downloadUrl'
The text was updated successfully, but these errors were encountered: