blacktwin / JBOPS

Just a Bunch Of Plex Scripts
1.67k stars 307 forks source link

plex_netflix_check.py error #295

Closed kicks88 closed 3 years ago

kicks88 commented 3 years ago

Any idea on how to fix this or tell me where I might be going wrong? Thanks

python3 plex_netflix_check.py --l Movies --site Netflix Running check on 2 Fast 2 Furious Traceback (most recent call last): File "plex_netflix_check.py", line 230, in <module> main() File "plex_netflix_check.py", line 226, in main plex_library_search(opts.library[0], opts.site, opts.episodes, opts.search_limit) File "plex_netflix_check.py", line 176, in plex_library_search if instantwatch_search(title.title, title.type, site, search_limit) > 0: File "plex_netflix_check.py", line 80, in instantwatch_search res_results = res_data['div'][0]['div'][1]['div'][0] KeyError: 1

yisraelkelsick commented 3 years ago

Also having this issue as well

blacktwin commented 3 years ago

Updated script. Please try again.

kicks88 commented 3 years ago

That worked perfect cheers!