Advertisement
Guest User

Untitled

a guest
Sep 21st, 2015
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. 01:33:38 T:7252 NOTICE: -->Python Interpreter Initialized<--
  2. 01:33:38 T:952 NOTICE: Previous line repeats 1 times.
  3. 01:33:38 T:952 WARNING: CPythonInvoker(22): Script invoked without an addon. Adding all addon modules installed to python path as fallback. This behaviour will be removed in future version.
  4. 01:33:38 T:3956 NOTICE: -->Python Interpreter Initialized<--
  5. 01:33:39 T:4772 NOTICE: Skin Helper Service --> ERROR in UpdateBackgrounds ! --> 'ascii' codec can't encode characters in position 32-39: ordinal not in range(128)
  6. 01:33:39 T:4772 ERROR: Traceback (most recent call last):
  7. 01:33:39 T:4772 ERROR: File "C:\Users\Oren\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\BackgroundsUpdater.py", line 95, in run
  8. 01:33:39 T:4772 ERROR: self.UpdateBackgrounds()
  9. 01:33:39 T:4772 ERROR: File "C:\Users\Oren\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\BackgroundsUpdater.py", line 356, in UpdateBackgrounds
  10. 01:33:39 T:4772 ERROR: self.setImageFromPath("SkinHelper.AllMusicVideosBackground","SkinHelper.AllMusicVideosBackground","",['VideoLibrary.GetMusicVideos','{ "properties": ["title","art"], "limits": {"end":50}, "sort": { "order": "ascending", "method": "random", "ignorearticle": true } }'])
  11. 01:33:39 T:4772 ERROR: File "C:\Users\Oren\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\BackgroundsUpdater.py", line 208, in setImageFromPath
  12. 01:33:39 T:4772 ERROR: image = getCleanImage(image)
  13. 01:33:39 T:4772 ERROR: File "C:\Users\Oren\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\Utils.py", line 648, in getCleanImage
  14. 01:33:39 T:4772 ERROR: image=urllib.unquote(image).decode('utf8')
  15. 01:33:39 T:4772 ERROR: File "C:\Program Files (x86)\Kodi\system\python\Lib\encodings\utf_8.py", line 16, in decode
  16. 01:33:39 T:4772 ERROR: return codecs.utf_8_decode(input, errors, True)
  17. 01:33:39 T:4772 ERROR: UnicodeEncodeError: 'ascii' codec can't encode characters in position 32-39: ordinal not in range(128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement