BC44 / Cross-Seed-AutoDL

Scans files and finds cross-seedable torrents via Jackett
MIT License
137 stars 19 forks source link

Getting error when searching #11

Closed R3D4CTED closed 3 years ago

R3D4CTED commented 3 years ago

Error:

Traceback (most recent call last):
  File "CrossSeedAutoDL.py", line 354, in <module>
    main()
  File "CrossSeedAutoDL.py", line 313, in main
    title=local_release_data['guessed_data']['title'],
KeyError: 'title'
R3D4CTED commented 3 years ago

Added a try: except: block around the info variable definition and made it continue, however, that is just temporarily suppressing the issue to make script usable and not break the others.

BC44 commented 3 years ago

Interesting, what is the filename that this is happening for?

BC44 commented 3 years ago

Well, I added a skip for when the title can't be guessed. If further issues arise, create a new issue, please.