Posts: 30
Joined: Dec 2013
Reputation:
0
Worked perfectly now, thanks!
Greetz, Unr3aL67
Posts: 51
Joined: Jan 2013
Reputation:
2
hi there, my missing top_250 isn't saving titles, it looks like this
---------------------------
Missing Top250 generated on 24 May 2014
078 - - [tt1877832]
123 - - [tt2278388]
-----------------
anyone know the issue?
Posts: 4,061
Joined: Oct 2007
Reputation:
90
zag
Team-Kodi Member
Posts: 4,061
Will give it a go soon but does anyone got any ideas how to turn this into a smart playlist?
Posts: 4
Joined: Feb 2012
Reputation:
0
2014-07-02, 05:57
(This post was last modified: 2014-07-02, 05:58 by MrBucket101.)
thank you!!!
this script is awesome, no issues on XBMC 13.1
Posts: 1,846
Joined: Oct 2012
Reputation:
123
I haven't tried it on OpenELEC yet but it works for me on Windows 7.
Posts: 9
Joined: Mar 2014
Reputation:
0
I also checked older versions, and they give exactly the same error message
Posts: 68
Joined: May 2013
Reputation:
0
What an awesome add-on; exactly what i was looking for.
Outstanding Jandalf - big thanks
My only minor suggestion is would be great to display the actual ranking within the 250.
excellent, excellent
Jim
Posts: 9
Joined: Mar 2014
Reputation:
0
Ok, today I got the possibility to check the log file of OpenElec.
It's exactly the same problem:
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.KeyError'>
Error Contents: ('movies',)
Traceback (most recent call last):
File "/storage/.xbmc/addons/script.imdbupdate/default.py", line 49, in <module>
gui()
File "/storage/.xbmc/addons/script.imdbupdate/default.py", line 18, in gui
stop = Movies().start()
File "/storage/.xbmc/addons/script.imdbupdate/resources/lib/movies.py", line 20, in start
movies = getMoviesWith('imdbnumber', 'votes', 'rating')
File "/storage/.xbmc/addons/script.imdbupdate/resources/lib/util.py", line 150, in getMoviesWith
return movies["result"]["movies"]
KeyError: ('movies',)
-->End of Python script error report<--