Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Processing UnicodeDecodeError #20394

Closed
qgib opened this issue Feb 14, 2015 · 4 comments
Closed

Processing UnicodeDecodeError #20394

qgib opened this issue Feb 14, 2015 · 4 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms
Milestone

Comments

@qgib
Copy link
Contributor

qgib commented Feb 14, 2015

Author Name: Pedro Venâncio (Pedro Venâncio)
Original Redmine Issue: 12205
Affected QGIS version: master
Redmine category:processing/gui
Assignee: Jürgen Fischer


Couldn't load plugin processing due to an error when calling its initGui() method

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/qgis/utils.py", line 228, in startPlugin
    plugins[packageName].initGui()
  File "/usr/share/qgis/python/plugins/processing/ProcessingPlugin.py", line 60, in initGui
    self.toolbox = ProcessingToolbox()
  File "/usr/share/qgis/python/plugins/processing/gui/ProcessingToolbox.py", line 76, in __init__
    self.fillTree()
  File "/usr/share/qgis/python/plugins/processing/gui/ProcessingToolbox.py", line 227, in fillTree
    self.fillTreeUsingProviders()
  File "/usr/share/qgis/python/plugins/processing/gui/ProcessingToolbox.py", line 329, in fillTreeUsingProviders
    providerItem = TreeProviderItem(providerName)
  File "/usr/share/qgis/python/plugins/processing/gui/ProcessingToolbox.py", line 368, in __init__
    self.populate()
  File "/usr/share/qgis/python/plugins/processing/gui/ProcessingToolbox.py", line 407, in populate
    + QCoreApplication.translate( "TreeProviderItem", " [{0} geoalgorithms]" ).format( count ) )
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe7 in position 10: ordinal not in range(128)

Python version:
2.7.6 (default, Mar 22 2014, 23:03:14) 
[GCC 4.8.2]

QGIS version:
2.7.0-Master Master, exported

I think it is related to 4a44956

@qgib
Copy link
Contributor Author

qgib commented Feb 14, 2015

Author Name: Jürgen Fischer (@jef-n)


which translation are you using?

@qgib
Copy link
Contributor Author

qgib commented Feb 14, 2015

Author Name: Pedro Venâncio (Pedro Venâncio)


Hi Jurgen,

I've confirmed that the conflict is with the plugin [0] [1], which is written in portuguese.

[0] https://github.com/qgispt/processing_pttransform
[1] http://qgis.pt/plugins.html

@qgib
Copy link
Contributor Author

qgib commented Feb 14, 2015

Author Name: Jürgen Fischer (@jef-n)


I think that is a plugin bug. I filed this issue "processing_pttransform !#16":qgispt/qgis_pt_processing_pttransform#16


  • resolution was changed from to up/downstream
  • status_id was changed from Open to Closed

@qgib
Copy link
Contributor Author

qgib commented Feb 16, 2015

Author Name: Pedro Venâncio (Pedro Venâncio)


Thanks Jurgen, it's fixed now.

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms labels May 25, 2019
@qgib qgib added this to the Version 2.8 milestone May 25, 2019
@qgib qgib closed this as completed May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms
Projects
None yet
Development

No branches or pull requests

1 participant