Advertisement
Guest User

Untitled

a guest
May 6th, 2019
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  2. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  3. Error Type: <type 'exceptions.UnicodeDecodeError'>
  4. Error Contents: 'ascii' codec can't decode byte 0xba in position 0: ordinal not in range(128)
  5. Traceback (most recent call last):
  6. File "/data/user/0/tv.mrmc.mrmc/cache/apk/assets/addons/script.keymap/main.py", line 101, in <module>
  7. main()
  8. File "/data/user/0/tv.mrmc.mrmc/cache/apk/assets/addons/script.keymap/main.py", line 89, in main
  9. utils.write_keymap(userkeymap, gen_file)
  10. File "/data/user/0/tv.mrmc.mrmc/cache/apk/assets/addons/script.keymap/utils.py", line 62, in write_keymap
  11. xmlstr = ET.tostring(element, encoding='utf8', method='xml')
  12. File "/opt/android-dev/xbmc-depends/aarch64-linux-android-21/lib/python2.7/xml/etree/ElementTree.py", line 1126, in tostring
  13. File "/opt/android-dev/xbmc-depends/aarch64-linux-android-21/lib/python2.7/xml/etree/ElementTree.py", line 820, in write
  14. File "/opt/android-dev/xbmc-depends/aarch64-linux-android-21/lib/python2.7/xml/etree/ElementTree.py", line 939, in _serialize_xml
  15. File "/opt/android-dev/xbmc-depends/aarch64-linux-android-21/lib/python2.7/xml/etree/ElementTree.py", line 939, in _serialize_xml
  16. File "/opt/android-dev/xbmc-depends/aarch64-linux-android-21/lib/python2.7/xml/etree/ElementTree.py", line 939, in _serialize_xml
  17. File "/opt/android-dev/xbmc-depends/aarch64-linux-android-21/lib/python2.7/xml/etree/ElementTree.py", line 932, in _serialize_xml
  18. File "/opt/android-dev/xbmc-depends/aarch64-linux-android-21/lib/python2.7/xml/etree/ElementTree.py", line 1090, in _escape_attrib
  19. UnicodeDecodeError: 'ascii' codec can't decode byte 0xba in position 0: ordinal not in range(128)
  20. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement