browned 33 Posted December 26, 2015 Posted December 26, 2015 Get this in the log file. 19:12:32 T:18446744071565156992 NOTICE: EMBY Service -> logMsg : ======== START EMBY ========19:12:32 T:18446744071565156992 NOTICE: EMBY Service -> logMsg : Platform: Linux/RPi19:12:32 T:18446744071565156992 NOTICE: EMBY Service -> logMsg : KODI Version: 16.0-BETA4 Git:2015-12-13-a724f2919:12:32 T:18446744071565156992 NOTICE: EMBY Service -> logMsg : EMBY Version: 1.1.6519:12:32 T:18446744071565156992 NOTICE: EMBY Service -> logMsg : Using plugin paths: True19:12:32 T:18446744071565156992 NOTICE: EMBY Service -> logMsg : Log Level: 219:12:32 T:18446744071565156992 NOTICE: EMBY VideoNodes -> logMsg : Clearing nodes properties.19:12:32 T:18446744071565156992 NOTICE: EMBY InitialSetup -> logMsg : Initial setup called.19:12:32 T:18446744071565156992 NOTICE: EMBY InitialSetup -> logMsg : Server is already set.19:12:33 T:1112719616 NOTICE: Skin Helper Service --> Parameter string: ?action=pvrrecordings&limit=25&reload=19:12:33 T:18446744071565174912 NOTICE: Skin Helper Service --> Parameter string: ?action=recentsongs&limit=25&reload=19:12:33 T:18446744071565156992 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <type 'exceptions.UnboundLocalError'> Error Contents: local variable 'GUID' referenced before assignment Traceback (most recent call last): File "/storage/sdcard1/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/service.py", line 291, in <module> Service().ServiceEntryPoint() File "/storage/sdcard1/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/service.py", line 102, in ServiceEntryPoint ws = wsc.WebSocket_Client() File "/storage/sdcard1/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/resources/lib/websocket_client.py", line 41, in __init__ self.deviceId = self.clientInfo.getDeviceId() File "/storage/sdcard1/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/resources/lib/clientinfo.py", line 91, in getDeviceId GUID.close() UnboundLocalError: local variable 'GUID' referenced before assignment -->End of Python script error report<--19:12:33 T:18446744071565156992 WARNING: CPythonInvoker(2, /storage/sdcard1/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/service.py): the python script "/storage/sdcard1/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/service.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon4xbmc7MonitorE,N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon9xbmcaddon5AddonE
Angelblue05 4132 Posted December 26, 2015 Posted December 26, 2015 (edited) Can you give this build a try, let me know if it works ok then. Edited December 26, 2015 by Angelblue05
browned 33 Posted December 26, 2015 Author Posted December 26, 2015 Same again unfortunately. 23:07:46 T:18446744071565195392 NOTICE: EMBY Service -> logMsg : ======== START EMBY ======== 107.23:07:46 T:18446744071565195392 NOTICE: EMBY Service -> logMsg : Platform: Linux/RPi 108.23:07:46 T:18446744071565195392 NOTICE: EMBY Service -> logMsg : KODI Version: 16.0-BETA4 Git:2015-12-13-a724f29 109.23:07:46 T:18446744071565195392 NOTICE: EMBY Service -> logMsg : EMBY Version: 1.1.65 110.23:07:46 T:18446744071565195392 NOTICE: EMBY Service -> logMsg : Using plugin paths: True 111.23:07:46 T:18446744071565195392 NOTICE: EMBY Service -> logMsg : Log Level: 2 112.23:07:46 T:18446744071565195392 NOTICE: EMBY VideoNodes -> logMsg : Clearing nodes properties. 113.23:07:46 T:18446744071565195392 NOTICE: EMBY InitialSetup -> logMsg : Initial setup called. 114.23:07:46 T:18446744071565195392 NOTICE: EMBY InitialSetup -> logMsg : Server is already set. 115.23:07:46 T:18446744071565195392 NOTICE: EMBY ClientInfo -> logMsg : Generating a new deviceid: [Errno 2] No such file or directory: u'/storage/sdcard1/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby\\machine_guid' 116.23:07:46 T:18446744071565210752 NOTICE: Skin Helper Service --> Parameter string: ?action=recentalbums&limit=25&reload= 117.23:07:46 T:18446744071565213312 NOTICE: Skin Helper Service --> Parameter string: ?action=recentsongs&limit=25&reload= 118.23:07:46 T:18446744071565203072 NOTICE: Skin Helper Service --> Parameter string: ?action=pvrrecordings&limit=25&reload= 119.23:07:46 T:18446744071636375936 NOTICE: virtual void EPG::CEpgContainer::Start(bool) - EPG thread started 120.23:07:46 T:18446744071565195392 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- 121. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! 122. Error Type: <type 'exceptions.UnboundLocalError'> 123. Error Contents: local variable 'GUID' referenced before assignment 124. Traceback (most recent call last): 125. File "/storage/sdcard1/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/service.py", line 291, in <module> 126. Service().ServiceEntryPoint() 127. File "/storage/sdcard1/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/service.py", line 102, in ServiceEntryPoint 128. ws = wsc.WebSocket_Client() 129. File "/storage/sdcard1/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/resources/lib/websocket_client.py", line 41, in __init__ 130. self.deviceId = self.clientInfo.getDeviceId() 131. File "/storage/sdcard1/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/resources/lib/clientinfo.py", line 92, in getDeviceId 132. GUID.close() 133. UnboundLocalError: local variable 'GUID' referenced before assignment 134. -->End of Python script error report<-- 135.23:07:47 T:18446744071565195392 WARNING: CPythonInvoker(2, /storage/sdcard1/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/service.py): the python script "/storage/sdcard1/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.emby/service.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon4xbmc7MonitorE,N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon9xbmcaddon5AddonE 1
Angelblue05 4132 Posted December 26, 2015 Posted December 26, 2015 (edited) One more time, thanks. Edit: attached the wrong zip. One moment. Edited December 26, 2015 by Angelblue05
Angelblue05 4132 Posted December 26, 2015 Posted December 26, 2015 (edited) @@browned Try this build, and let me know. I see the mistake in the path used. I will be back in a few hours. Thanks for your patience. Edited December 26, 2015 by Angelblue05
browned 33 Posted December 26, 2015 Author Posted December 26, 2015 Looks good syncing now. thanks. 1
Angelblue05 4132 Posted December 26, 2015 Posted December 26, 2015 The fix is in the new version 1.1.66.
Recommended Posts