Bug report #12106
pyhon error when opening Import into PostGIS from Processing
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Giovanni Manghi | ||
Category: | Processing/QGIS | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | linux | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 20300 |
Description
When opening "Import into PostGIS" from Processing I've this python error:
Traceback (most recent call last):
File "/home/luk/bin/qgis2.8_cr/share/qgis/python/plugins/processing/gui/ProcessingToolbox.py", line 200, in executeAlgorithm
dlg = AlgorithmDialog(alg)
File "/home/luk/bin/qgis2.8_cr/share/qgis/python/plugins/processing/gui/AlgorithmDialog.py", line 52, in init
self.mainWidget = ParametersPanel(self, alg)
File "/home/luk/bin/qgis2.8_cr/share/qgis/python/plugins/processing/gui/ParametersPanel.py", line 97, in init
self.initWidgets()
File "/home/luk/bin/qgis2.8_cr/share/qgis/python/plugins/processing/gui/ParametersPanel.py", line 122, in initWidgets
widget = self.getWidgetFromParameter(param)
File "/home/luk/bin/qgis2.8_cr/share/qgis/python/plugins/processing/gui/ParametersPanel.py", line 221, in getWidgetFromParameter
item.addItem(self.getExtendedLayerName(layer), layer)
File "/home/luk/bin/qgis2.8_cr/share/qgis/python/plugins/processing/gui/ParametersPanel.py", line 198, in getExtendedLayerName
return '{} [{}]'.format(layer.name(), authid)
UnicodeEncodeError: 'ascii' codec can't encode character u'\\xe0' in position 10: ordinal not in range(128)
Associated revisions
History
#1 Updated by Luca Lanteri almost 10 years ago
I've the same problem from many (but not all) qgis processing algorithm (eg: join attribute table, count point in polygon)
#2 Updated by Luca Lanteri almost 10 years ago
The problem is due to some layer with local italian character (accented chars)
#3 Updated by Giovanni Manghi almost 10 years ago
- Resolution set to fixed/implemented
- Assignee changed from Victor Olaya to Giovanni Manghi
- Status changed from Open to Feedback
fixed with
#4 Updated by Giovanni Manghi almost 10 years ago
- Status changed from Feedback to Closed