KeyError: 'releaseUrls' error when downloading Taboo

Issue #99 resolved
Simon Cusack created an issue

I get the same stacktrace in interactive mode, the .patterns.txt file contains

SBS/Genre/Drama/Tab*

Interestingly it works fine for other programs.

\% ./autograbber.py .
INFO Processing directory: /blah/blah/…/webdl
.........
Traceback (most recent call last):
File "./autograbber.py", line 114, in <module>
run()
File "./autograbber.py", line 111, in <lambda>
run = lambda: process_dirs(sys.argv[1:])
File "./autograbber.py", line 97, in process_dirs
process_one_dir(download_dir, pattern_filename)
File "./autograbber.py", line 69, in process_one_dir
match(download_list, node, search)
File "./autograbber.py", line 59, in match
match(download_list, child, pattern, count+1)
File "./autograbber.py", line 59, in match
match(download_list, child, pattern, count+1)
File "./autograbber.py", line 59, in match
match(download_list, child, pattern, count+1)
[Previous line repeated 1 more time]
File "./autograbber.py", line 47, in match
if node.download():
File "/blah/blah/../webdl/sbs.py", line 26, in download
release_url = player_params["releaseUrls"]["html"]
KeyError: 'releaseUrls'

Comments (3)

  1. Log in to comment