Posts: 16
Joined: Mar 2015
Reputation:
0
tmacca
Junior Member
Posts: 16
yep, link working again
And I finally have a working IMDB updater!
Thanks for all your hard work on this guys
Posts: 10
Joined: Oct 2017
Reputation:
0
duk81
Junior Member
Posts: 10
Thank you for all the work that you do for this add-on. This is a great add-on and worked perfectly for what I needed. For some reason today it started giving me an error. I'm using 3.1.0 and here is the log:
09:44:20.817 T:19172 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.IndentationError'>
Error Contents: ('unindent does not match any outer indentation level', ('C:\\Users\\Owner\\AppData\\Roaming\\Kodi\\addons\\script.light.imdb.ratings.update\\resources\\core\\imdb_scraper.py', 50, 24, ' if do_loop == 10:\n'))
Traceback (most recent call last):
File "C:\Users\Owner\AppData\Roaming\Kodi\addons\script.light.imdb.ratings.update\main.py", line 9, in <module>
from resources.core import update_main
File "C:\Users\Owner\AppData\Roaming\Kodi\addons\script.light.imdb.ratings.update\resources\core\update_main.py", line 15, in <module>
from imdb_scraper import parse_IMDb_page
IndentationError: ('unindent does not match any outer indentation level', ('C:\\Users\\Owner\\AppData\\Roaming\\Kodi\\addons\\script.light.imdb.ratings.update\\resources\\core\\imdb_scraper.py', 50, 24, ' if do_loop == 10:\n'))
-->End of Python script error report<--
I'm not sure why it started today. I've changed nothing and it worked perfectly a couple days ago. Any help would be greatly appreciated. Thanks.
Posts: 70
Joined: Sep 2017
Reputation:
5
@duke81, please reinstall add-on from link on the first page.
Python is very sensitive for identations, I don't know why the add-on stop working for you. Is it possible that you have modified addon's files?
Posts: 10
Joined: Oct 2017
Reputation:
0
duk81
Junior Member
Posts: 10
Thanks for the quick reply. Reinstalling did work. I hadn't modified any of the files, so not sure what could have happened.
Posts: 543
Joined: Jan 2014
Reputation:
6
But is "resume" to hard to implement via python? Maxim addon had it.
Posts: 2,137
Joined: Sep 2014
Reputation:
57
I can see if movie db is being updated, but no visual on tvshows. Is that something you can add?
How about just updating top250?