Jump to content

Emby for Kodi - Sync don't start


Tolotos

Recommended Posts

Tolotos

Hi,

I setup an additional HTPC and run into an error:

 

Work:

 

1) New installation of OpenElec 5.0.8

2) Setup OpenElec to wait for network at boot time

3) Install Emby

4) Reboot

 

I get displayed my server and be asked for the user to use. 

Immediately after start of the sync the crash occur.

 

Here is the log: http://xbmclogs.com/p8arm48lj   <-- Link is not working, see below for new one

 

Yours Tolotos

Edited by Tolotos
Link to comment
Share on other sites

Tolotos

Here is a new one with debug enabled:

 

I get it the link not working please wait

 

Next try: http://goo.gl/zJwuKl

 

Yes, this is working ;-)

 

 

There are German "Umlaut" characters "ö ä ü ß" in the json string. Maybe this is the problem with version 0.0.10. 

With 0.0.8 i got 2 other systems running. One is a Windows 7 based Notebook the second is a CuBox-i with OpenElec 5.0.8.

 

Tolotos

Edited by Tolotos
Link to comment
Share on other sites

xnappo

Okay, it is a bug because one of your collection paths has a unicode (non-ascii) character in it.  Can you confirm that is the case?

Link to comment
Share on other sites

Tolotos

Some of the "path":"..." values contains unicode characters:

 

"Path":"\\\\STORAGE\\HTPC\\MediaCenter\\TV-Serien\\Die Pfefferkörner"

"Path":"\\\\STORAGE\\HTPC\\MediaCenter\\TV-Serien\\Heiter bis tödlich - Alles Klara"

"Path":"\\\\STORAGE\\HTPC\\MediaCenter\\TV-Serien\\H2O - Plötzlich Meerjungfrau"

"Path":"\\\\STORAGE\\HTPC\\MediaCenter\\TV-Serien\\Fünf Freunde"

"Path":"\\\\STORAGE\\HTPC\\MediaCenter\\TV-Serien\\Adelheid und ihre Mörder"

Edited by Tolotos
Link to comment
Share on other sites

xnappo

Yep - that is killing it.

 

Want to have a try at a fix??

 

Go into the addons/plugin.video.emby/resources/lib

 

open WriteKodiDB.py

 

Change line 1001 from:

path = playurl + "/"

 

to:

 

path = utils.convertEncoding(playurl + "/")

 

xnappo

  • Like 1
Link to comment
Share on other sites

Tolotos

Ok, I'll try. As its OpenElec I must ssh into the box to do the changes.

 

EDIT: Thank you, the sync is running now - you save my Easter weekend ;-)

 

Tolotos

Edited by Tolotos
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...