Problem with Recording Control plugin

For talk and Help about everything concerning TV-Browser.
Antworten
applec0re
Newbie
Beiträge: 2
Registriert: 24 Jun 2015, 03:38

Problem with Recording Control plugin

Beitrag von applec0re »

I have a problem with the Recording Control plugin.

I am located in Australia, running Windows 8.1 on a 64 bit desktop PC, with Java version 1.8.0_45 (both 32 and 64 bit versions are installed). My video recorder is an Astone MP-310DT.

When I right click to record a programme, then click OK in the pop-up, I get an error message as follows:

Send Parameters:
-record 192.168.1.160 DTV2_ABC1 37 2015 6 24 15 9 Once

Result
Traceback (most recent call last):
File "C:\Python33\64\lib\site-packages\cx_Freeze\initscripts\Console3.py", line 27, in <module>
File "mp-310dt.py", line 16, in <module>
IndexError: list index out of range[/color]

This result is similar for a TV channels.

Is anyone able to help, please?
applec0re
Newbie
Beiträge: 2
Registriert: 24 Jun 2015, 03:38

Re: Problem with Recording Control plugin

Beitrag von applec0re »

Sorry, I can't seem to edit my post.

The second last sentence should be :The result is similar for all TV channels.
ds10
Site Admin
Beiträge: 19095
Registriert: 23 Jun 2005, 12:36
Kontaktdaten:

Re: Problem with Recording Control plugin

Beitrag von ds10 »

The error message is from the called Python program? It states that an error occurred in the line 16 of the file mp-310dt.py and the error itself says that the requested index is not in the list. So, for example, if you have a list with 10 entries and for some reason a number greater than 9 or smaller than 0 (if the list has a zero based index) is accessed you will get such an error message.

Without knowing what exactly happens at that point it's not possible to help, but maybe you are sending the index yourself and it doesn't match or the index is created from your other parameter and also doesn't match. First you will need to find out if the command line you are sending is really in the right format.
"First they ignore you, then they ridicule you, then they fight you, then you win." - Mahatma Gandhi
Unterstütze die Weiterentwicklung von TV-Browser
Antworten