Hello, <br><br>i have this line <br><br>  info = newitem.discover_uri((&quot;file://&quot; + path).encode(&#39;utf-8&#39;))<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 &quot;/home/chris/Μουσική&quot;<br>
the tone is the &#39; above the letter &quot;η&quot; at the end of the string in our current example, i get this error <br><br>  info = newitem.discover_uri((&quot;file://&quot; + path).encode(&#39;utf-8&#39;))<br>  glib.GError: Δεν βρέθηκε ο πόρος.<br>
<br>the &quot;Δεν βρέθηκε ο πόρος.&quot; can be translated to &quot;the source hasn&#39;t been found&quot;, something like that :P<br><br>do you have any idea how to solve this?<br><br>thanks in advance!<br>