GeoAlgorithms UnicodeEncodeError

Issue #101 closed
Benjamin Jakimow created an issue

Folgende Errors tauchten beim nutzen der EnMAPBox GeoAlgorithms auf, obwohl keine Dateipfade mit Umlauten verwendet wurden;

Processing(2): Uncaught error while executing algorithm
Traceback (most recent call last):
  File "C:/PROGRA~1/QGIS2~1.18/apps/qgis/./python/plugins\processing\core\GeoAlgorithm.py", line 203, in execute
    self.processAlgorithm(progress)
  File "C:\Users\PC-Pool\.qgis2\python\plugins\enmapboxplugin\enmapboxgeoalgorithms\algorithms.py", line 226, in processAlgorithm
    minWinnerCoverage=self.getParameterValue('minWinnerCoverage'))
  File "C:\Users\PC-Pool\.qgis2\python\plugins\enmapboxplugin\site-packages\hubflow\types.py", line 293, in __init__
    classDefinition = ClassDefinition.fromENVIMeta(filename)
  File "C:\Users\PC-Pool\.qgis2\python\plugins\enmapboxplugin\site-packages\hubflow\types.py", line 231, in fromENVIMeta
    ds = Open(filename)
  File "C:\Users\PC-Pool\.qgis2\python\plugins\enmapboxplugin\site-packages\hubdc\model.py", line 11, in Open
    assert exists(str(filename)), filename
UnicodeEncodeError: 'ascii' codec can't encode character u'\xdc' in position 40: ordinal not in range(128)

Comments (6)

  1. Andreas Janz

    Ah ok, na dann wird sich das Mitte Februar mit dem Umstieg auf QGIS 3 von selbst lösen, richtig?

  2. Benjamin Jakimow reporter

    Weiß ich nicht. Evtl. verzögert sich QGIS 3 ja wiederum und das Problem ist seit November bekannt,. Es könnte zumindest mal eine aussagekräftigere Fehlermeldung ausgegeben.

  3. Log in to comment