Angelblue05 4127 Posted October 12, 2014 Share Posted October 12, 2014 (edited) I am using the xbmb3c repo version 0.9.6 When I try to mark an episode as watched, it gives me a script error failed. I was using "Play all from here" before I realized it didn't mark my episodes as watched and I had to manually do it and noticed the error. Here is the relevant part of the log (level 1): 01:07:49 T:1288 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <type 'exceptions.NameError'> Error Contents: global name 'xbmcgui' is not defined Traceback (most recent call last): File "C:\Users\Corruption\AppData\Roaming\XBMC\addons\plugin.video.xbmb3c/default.py", line 2788, in <module> markWatched(url) File "C:\Users\Corruption\AppData\Roaming\XBMC\addons\plugin.video.xbmb3c/default.py", line 312, in markWatched resp = requests.delete(url, data='', headers=getAuthHeader()) # mark unwatched first to reset any play position File "C:\Users\Corruption\AppData\Roaming\XBMC\addons\plugin.video.xbmb3c/default.py", line 125, in getAuthHeader txt_mac = clientInfo.getMachineId() File "C:\Users\Corruption\AppData\Roaming\XBMC\addons\plugin.video.xbmb3c\resources\lib\ClientInformation.py", line 8, in getMachineId WINDOW = xbmcgui.Window( 10000 ) NameError: global name 'xbmcgui' is not defined -->End of Python script error report<-- Edit: I also noticed xbmb3c stopped reporting in Media Browser Server dashboard under active device. I also do not see the episodes being added to the resume section in the web client. Edited October 12, 2014 by Angelblue05 Link to comment Share on other sites More sharing options...
jasonmcroy 296 Posted October 12, 2014 Share Posted October 12, 2014 I am noticing the same issue in version 0.9.6. I am running the Helix 4 version of Kodi and the 1080XF Skin. When I try to manually marked an episode as watched it throws the 'ERROR', Script failed: XBMB3C plugin. It shows anything I already have marked as watched via the web client (once I turn on that feature in the plugin) but I can't mark it within Kodi. Here is my latest log: xbmc.log -Jason Link to comment Share on other sites More sharing options...
xnappo 1588 Posted October 12, 2014 Share Posted October 12, 2014 I think this is the same problem I posted a patch for here: http://mediabrowser.tv/community/index.php?/topic/11410-deleting-item-no-longer-works-script-error/ I will also push to the repo today. xnappo Link to comment Share on other sites More sharing options...
Angelblue05 4127 Posted October 13, 2014 Author Share Posted October 13, 2014 The new version 0.9.601 has resolved this issue. Thanks! Link to comment Share on other sites More sharing options...
b0dyr0ck2006 57 Posted January 2, 2015 Share Posted January 2, 2015 Is there a way to manually mark items as watched? Link to comment Share on other sites More sharing options...
xnappo 1588 Posted January 2, 2015 Share Posted January 2, 2015 Yes - the context menu. Right click, or 'C' on the keyboard, then 'Mark Watched' 1 Link to comment Share on other sites More sharing options...
b0dyr0ck2006 57 Posted January 2, 2015 Share Posted January 2, 2015 cheers Link to comment Share on other sites More sharing options...
im85288 1493 Posted January 7, 2015 Share Posted January 7, 2015 Is there a way to manually mark items as watched? Or you can use the alternate info dialog provided in some skins. Link to comment Share on other sites More sharing options...
Recommended Posts