-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
When trying to disable source 8 via --disable-source 8, and error happens when writing the config file:
2020-04-19 23:29:21.950 spawn: Executing "/usr/bin/tv_grab_nl3.py"
2020-04-19 23:29:22.374 spawn: Loaded the English texts file
2020-04-19 23:29:22.385 spawn: Using config file: /var/packages/tvheadend/target/.xmltv/tv_grab_nl3_py.conf
2020-04-19 23:29:22.621 spawn: Downloading tv_grab_API.json...
2020-04-19 23:29:22.735 spawn: Downloading tv_grab_nl.json...
2020-04-19 23:29:23.014 spawn: An unexpected error has occured:
2020-04-19 23:29:23.015 spawn: Traceback (most recent call last):
2020-04-19 23:29:23.015 spawn: File "/usr/lib/python2.7/site-packages/tvgrabpyAPI/tv_grab_config.py", line 142, in grabber_main
2020-04-19 23:29:23.015 spawn: x = config.validate_commandline()
2020-04-19 23:29:23.015 spawn: File "/usr/lib/python2.7/site-packages/tvgrabpyAPI/tv_grab_config.py", line 765, in validate_commandline
2020-04-19 23:29:23.015 spawn: self.write_opts_to_log()
2020-04-19 23:29:23.015 spawn: File "/usr/lib/python2.7/site-packages/tvgrabpyAPI/tv_grab_config.py", line 2741, in write_opts_to_log
2020-04-19 23:29:23.015 spawn: log_array.append(u' prime_source = %s (%s)\n' % (src_id, self.channelsource[src_id].source))
2020-04-19 23:29:23.015 spawn: KeyError: -1
Reactions are currently unavailable