mmdl / sd-xbmc

Automatically exported from code.google.com/p/sd-xbmc
0 stars 0 forks source link

search function results script error #330

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, I'm trying to use 'search' function in bestplayer.tc, kinomaniak or ie. 
kinopecetowiec. When i type smth in and click 'ok' i've got a message "script 
error...". I run through my log file and it seems that one file is missing.
-------- BEG., of Log File --------------
11:14:17 T:2681893984  NOTICE: [Polish Live TV 1] Loading BestPlayer
11:14:20 T:2681893984   ERROR: EXCEPTION Thrown (PythonToCppException) : 
-->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.IOError'>
                                            Error Contents: (2, 'No such file or directory', '/storage/.xbmc/userdata/addon_data/plugin.video.polishtv.live/history.xml')
                                            Traceback (most recent call -------- END of Log File --------------

I tried to create an empty file and named it properly but that didn't work. I 
had a message, that file is invalid. It looks like, everytime i click search 
function it wants to save it in my search history file which is invalid or 
missing. I've got the same error msg when i try click 'hisory search'. Is there 
a way to fix it? If u give me the right content of that xml file, that actually 
might work out.

I use raspberry pi, openelec 3.0, xbmc 12.1, sd-xbmc plugin 1.0.2

Best regards, Tomasz Jurkowski

Original issue reported on code.google.com by uk.bo...@googlemail.com on 5 Apr 2013 at 9:36

GoogleCodeExporter commented 8 years ago
Minimum content of the history file should be:
<history>
</history>

good luck.

Original comment by jatrn69 on 8 Apr 2013 at 8:43

GoogleCodeExporter commented 8 years ago
Yup, that worked just fine :) 
Thanks a lot, now i can fully enjoy it :)
best regards, tom

Original comment by uk.bo...@googlemail.com on 13 Apr 2013 at 9:26