2015-08-24, 21:23
(2015-08-23, 15:45)lowfi Wrote: 8.3 is not working in osx (10.10.5) kodi 15.1:
Code:15:33:55 T:4571271168 NOTICE: -->Python Interpreter Initialized<--
15:33:55 T:4571271168 NOTICE: [IMDB Update] - Starting IMDB Update v0.8.3
15:33:58 T:4571271168 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ValueError'>
Error Contents: zero length field name in format
Traceback (most recent call last):
File "/Users/sebas/Library/Application Support/Kodi/addons/script.imdbupdate/default.py", line 63, in <module>
gui()
File "/Users/sebas/Library/Application Support/Kodi/addons/script.imdbupdate/default.py", line 20, in gui
stop = Movies().start()
File "/Users/sebas/Library/Application Support/Kodi/addons/script.imdbupdate/resources/lib/movies.py", line 22, in start
self.startProcess(movies, total)
File "/Users/sebas/Library/Application Support/Kodi/addons/script.imdbupdate/resources/lib/movies.py", line 66, in startProcess
updated += self.updateMovie(movie, httphandler)
File "/Users/sebas/Library/Application Support/Kodi/addons/script.imdbupdate/resources/lib/movies.py", line 88, in updateMovie
elif (imdb.votes() == "0") or (imdb.votes() == "N/A"):
File "/Users/sebas/Library/Application Support/Kodi/addons/script.imdbupdate/resources/lib/imdbMovie.py", line 54, in votes
def votes(self): return "{:,}".format(self.__votes).replace(",", SEPARATOR)
ValueError: zero length field name in format
-->End of Python script error report<--
15:34:09 T:4592009216 WARNING: DARWINOSX: underflow (0 vs 4096 bytes)
ok, can you open the terminal (type "terminal" in the spotlight search) and type "python" and press enter. what version number do you have?