brianhornsby / script.openvpn

A script that allows you to control OpenVPN from within Kodi.
http://brianhornsby.com/kodi_addons/openvpn
GNU General Public License v3.0
91 stars 30 forks source link

Unicode decoding error #51

Closed soclhai closed 2 years ago

soclhai commented 8 years ago

Hi I'm running OSMC on a raspberry B AND getting the following error in kodi.log:

ERROR: /home/osmc/.kodi/addons/script.openvpn/default.py:259: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal 09:10:07 138.931870 T:2588931056 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- Error Type: <type 'exceptions.UnicodeDecodeError'> Error Contents: 'ascii' codec can't decode byte 0xc3 in position 1: ordinal not in range(128) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1: ordinal not in range(128)

This leads to a memory lag and after a view minutes kodi hangs.