View Single Post
filip.pz's Avatar
Posts: 108 | Thanked: 579 times | Joined on Feb 2013 @ Požega, Croatia
#334
First of all thanks for a great app!
I'm not sure whether this bug is in xbmcremote or xbmc itself so I apologize in advance for possible "false positive".
The bug is in using "foreign" characters in directory names on xbmc which break xbmcremote - ie I have directory in "Pictures" category that is called "Naše" (notice the s charon sign). When I try to enter this directory the xbmcremote breaks with "Connection failed: Unknown error". By starting it from shell ("-d connect" option) I caught the error - first xbmcreports:
Code:
got files: QVariant(QVariantMap, QMap(("files", QVariant(QVariantList, (QVariant(QVariantMap, QMap(("file", QVariant(QString, "/home/filip/NaĹĄe/SomeFolder/")...
(notice the ĹĄ instead of š), and after that "the breaking" error:
Code:
image fetching failed "Error downloading http://192.168.2.102:8080/vfs//home/filip/NaĂ
ÂĄe/SomeFolder/ - server replied: Not Found"
Obviously either the xbmcremote is not handling "foreign" characters correctly - or maybe xbmc remote is serving them incorrectly.

TIA!