Marcelo 3 Posted December 13, 2016 Posted December 13, 2016 Hi guys, I was trying to connect to my server with the Kodi addon and was not ables to. Whe the screen for select server appears I click on my server name but it was not connecting. I search the logs and found this problem: 14:34:07.752 T:14780 NOTICE: EMBY.service -> ERROR:: 'ascii' codec can't decode byte 0xc3 in position 13: ordinal not in range(128) Traceback (most recent call last): File "C:\Users\maced\AppData\Roaming\Kodi\addons\plugin.video.emby\service.py", line 43, in <module> service.service_entry_point() File "C:\Users\maced\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\service_entry.py", line 95, in service_entry_point initialsetup.InitialSetup().setup() File "C:\Users\maced\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\initialsetup.py", line 44, in setup if not self._user_identification(): File "C:\Users\maced\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\initialsetup.py", line 127, in _user_identification user = self.connectmanager.login(server) File "C:\Users\maced\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\connectmanager.py", line 179, in login return self.login_manual(server_address, username) File "C:\Users\maced\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\connectmanager.py", line 209, in login_manual self._connect.onAuthenticated(user) File "C:\Users\maced\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\connect\connectionmanager.py", line 348, in onAuthenticated self.credentialProvider.getCredentials(credentials) File "C:\Users\maced\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\connect\credentials.py", line 77, in getCredentials self._set(data) File "C:\Users\maced\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\connect\credentials.py", line 61, in _set server['Name'] = server['Name'].encode('utf-8') UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 13: ordinal not in range(128) 14:34:07.752 T:14780 NOTICE: EMBY.service -> Forcing shutdown 14:34:07.752 T:14780 NOTICE: EMBY.service_entry -> ======== STOP EMBY ======== My server name was "Servidor de Mídia". After changing the name to another one without a special character everything happens as expected. Hope this report helps. Thanks, Marcelo.
CharleyVarrick 283 Posted December 14, 2016 Posted December 14, 2016 I thought empty spaces were not allowed in computer name
Angelblue05 4132 Posted December 20, 2016 Posted December 20, 2016 @@Luke Are we going to restrict unicode like we do for emby user names?
Recommended Posts