metabaron / Gomiso-XBMC

Gomiso integration within XBMC
GNU General Public License v2.0
5 stars 2 forks source link

While watching a movie: name 'season' is not defined #2

Closed metabaron closed 12 years ago

metabaron commented 13 years ago

22:22:12 T:6312 M:2192416768 ERROR: Error Type: exceptions.NameError 22:22:12 T:6312 M:2192416768 ERROR: Error Contents: name 'season' is not defined 22:22:12 T:6312 M:2192400384 ERROR: Traceback (most recent call last): File "C:\Users\Stephan\AppData\Roaming\XBMC\addons\script.gomiso\default.py", line 205, in ? letsGo.checking(json_result[0]['media']['id'], season, episode, 'watched on XBMC with gomiso addon') NameError: name 'season' is not defined 22:22:15 T:6916 M:2193334272 ERROR: Error Type: exceptions.NameError 22:22:15 T:6916 M:2193334272 ERROR: Error Contents: name 'season' is not defined 22:22:15 T:6916 M:2193321984 ERROR: Traceback (most recent call last): File "C:\Users\Stephan\AppData\Roaming\XBMC\addons\script.gomiso\default.py", line 205, in ? letsGo.checking(json_result[0]['media']['id'], season, episode, 'watched on XBMC with gomiso addon') NameError: name 'season' is not defined

This occurred while i was watching a movie. I don't know if your plugin supports movies or only tv shows and i don't remember if there was an error before while watching anything else than tv shows but this was the first time i noticed this little script error window in xbmc.

metabaron commented 12 years ago

Can't reproduce