Advertisement
Guest User

Kodi 15.1 UnicodeEncodeError

a guest
Feb 1st, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. 15:28:32 7867.981445 T:1422222400 NOTICE: Thread LanguageInvoker start, auto delete: false
  2. 15:28:32 7868.213379 T:1422222400 NOTICE: -->Python Interpreter Initialized<--
  3. 15:28:32 7868.213867 T:1422222400 WARNING: CPythonInvoker(80): Script invoked without an addon. Adding all addon modules installed to python path as fallback. This behaviour will be removed in future version.
  4. 15:28:36 7871.931641 T:1422222400 NOTICE: script.module.youtube.dl: youtube_dl core version: 2015.12.23
  5. 15:28:36 7871.941895 T:1422222400 NOTICE: script.module.youtube.dl: DOWNLOAD SERVICE: START
  6. 15:28:36 7871.948242 T:1422222400 NOTICE: script.module.youtube.dl: Loading from queue. #1 this session
  7. 15:28:36 7872.319336 T:1362097216 NOTICE: Traceback (most recent call last):
  8. File "/storage/.kodi/addons/script.module.youtube.dl/lib/YDStreamExtractor.py", line 183, in _getExtension
  9. res = conn.getresponse()
  10. File "/home/stephan/projects/openelec-6.0/build.OpenELEC-RPi2.arm-5.95.5/Python-2.7.3/.install_pkg/usr/lib/python2.7/httplib.py", line 1030, in getresponse
  11. File "/home/stephan/projects/openelec-6.0/build.OpenELEC-RPi2.arm-5.95.5/Python-2.7.3/.install_pkg/usr/lib/python2.7/httplib.py", line 407, in begin
  12. File "/home/stephan/projects/openelec-6.0/build.OpenELEC-RPi2.arm-5.95.5/Python-2.7.3/.install_pkg/usr/lib/python2.7/httplib.py", line 371, in _read_status
  13. BadStatusLine: ''
  14. 15:29:18 7913.945312 T:1353708608 WARNING: Create - unsupported protocol(/usr/share/kodi/addons/webinterface.default/http) in /usr/share/kodi/addons/webinterface.default/http://zc.qq.com/cgi-bin/common/attr
  15. 15:29:18 7913.945801 T:1353708608 ERROR: Exists - Error checking for /usr/share/kodi/addons/webinterface.default/http://zc.qq.com/cgi-bin/common/attr
  16. 15:29:18 7913.946289 T:1353708608 WARNING: CreateLoader - unsupported protocol(/usr/share/kodi/addons/webinterface.default/http) in /usr/share/kodi/addons/webinterface.default/http://zc.qq.com/cgi-bin/common/attr
  17. 15:29:32 7928.613770 T:1685427264 NOTICE: ES: Client from 192.168.1.92 timed out
  18. 15:29:34 7930.846680 T:1405445184 NOTICE: Thread BackgroundLoader start, auto delete: false
  19. 15:29:37 7933.049316 T:1362097216 ERROR: Exception in thread Thread-1:
  20. Traceback (most recent call last):
  21. File "/home/stephan/projects/openelec-6.0/build.OpenELEC-RPi2.arm-5.95.5/Python-2.7.3/.install_pkg/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
  22. File "/home/stephan/projects/openelec-6.0/build.OpenELEC-RPi2.arm-5.95.5/Python-2.7.3/.install_pkg/usr/lib/python2.7/threading.py", line 504, in run
  23. File "/storage/.kodi/addons/script.module.youtube.dl/lib/YDStreamExtractor.py", line 272, in _handleDownload
  24. if os.path.exists(result.filepath + '.part'): os.rename(result.filepath + '.part',result.filepath)
  25. File "/home/stephan/projects/openelec-6.0/build.OpenELEC-RPi2.arm-5.95.5/Python-2.7.3/.install_pkg/usr/lib/python2.7/genericpath.py", line 18, in exists
  26. UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in position 85: ordinal not in range(128)
  27. 15:29:37 7933.106934 T:1422222400 NOTICE: script.module.youtube.dl: DOWNLOAD SERVICE: FINISHED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement