Hello, <br><br>i have this line <br><br> info = newitem.discover_uri(("file://" + path).encode('utf-8'))<br><br>and with the .encode() it works with everything i enter on path variable but when<br>the path variable contains a letter with a tone in greek , for example "/home/chris/Μουσική"<br>
the tone is the ' above the letter "η" at the end of the string in our current example, i get this error <br><br> info = newitem.discover_uri(("file://" + path).encode('utf-8'))<br> glib.GError: Δεν βρέθηκε ο πόρος.<br>
<br>the "Δεν βρέθηκε ο πόρος." can be translated to "the source hasn't been found", something like that :P<br><br>do you have any idea how to solve this?<br><br>thanks in advance!<br>