Bug report #10442
Processing crashes if type nonascii symbols in algorithm search field
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Victor Olaya | ||
Category: | Processing/Core | ||
Affected QGIS version: | 2.2.0 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 18854 |
Description
Traceback:
Traceback (most recent call last): File "/home/rykov/.qgis2/python/plugins/processing/modeler/ModelerDialog.py", line 406, in fillAlgorithmTree self.fillAlgorithmTreeUsingProviders() File "/home/rykov/.qgis2/python/plugins/processing/modeler/ModelerDialog.py", line 511, in fillAlgorithmTreeUsingProviders text = str(self.searchBox.text()) UnicodeEncodeError: 'ascii' codec can't encode character u'\\u0430' in position 0: ordinal not in range(128)
History
#1 Updated by Giovanni Manghi over 10 years ago
- Status changed from Open to Feedback
Cannot confirm on QGIS master, on both Windows and Linux. Please try and report back.
#2 Updated by Alexander Bruy over 10 years ago
- Resolution set to fixed/implemented
- Target version changed from Version 2.2 to Version 2.4
- Status changed from Feedback to Closed
Fixed in master
#3 Updated by Giovanni Manghi over 9 years ago
- Category changed from 94 to Processing/Core