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

python error when searching tools in Processing/QGIS master #22231

Closed
qgib opened this issue Feb 4, 2016 · 2 comments
Closed

python error when searching tools in Processing/QGIS master #22231

qgib opened this issue Feb 4, 2016 · 2 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 4, 2016

Author Name: Giovanni Manghi (@gioman)
Original Redmine Issue: 14234
Affected QGIS version: master
Redmine category:processing/core
Assignee: Victor Olaya


it only happens on Windows:

2016-02-04T18:31:40 1 Traceback (most recent call last):
File "C:/OSGeo4W/apps/qgis-dev/./python/plugins\processing\gui\ProcessingToolbox.py", line 105, in textChanged
self._filterItem(self.algorithmTree.invisibleRootItem(), text)
File "C:/OSGeo4W/apps/qgis-dev/./python/plugins\processing\gui\ProcessingToolbox.py", line 127, in _filterItem
showChild = self._filterItem(child, text)
File "C:/OSGeo4W/apps/qgis-dev/./python/plugins\processing\gui\ProcessingToolbox.py", line 127, in _filterItem
showChild = self._filterItem(child, text)
File "C:/OSGeo4W/apps/qgis-dev/./python/plugins\processing\gui\ProcessingToolbox.py", line 135, in _filterItem
if item.alg.shortHelp() is not None:
File "C:/OSGeo4W/apps/qgis-dev/./python/plugins\processing\algs\gdal\GdalAlgorithm.py", line 56, in shortHelp
''' % (self.commandName(), self.commandName()))
File "C:/OSGeo4W/apps/qgis-dev/./python/plugins\processing\algs\gdal\GdalAlgorithm.py", line 64, in commandName
name = alg.getConsoleCommands()[0]
AttributeError: dissolve instance has no attribute 'getConsoleCommands'

@qgib
Copy link
Contributor Author

qgib commented Feb 5, 2016

Author Name: Alexander Bruy (@alexbruy)


Not reproducible here with latest master. Maybe you have some 3rd party Processing providers installed?

@qgib
Copy link
Contributor Author

qgib commented Feb 5, 2016

Author Name: Giovanni Manghi (@gioman)


  • resolution was changed from to invalid
  • status_id was changed from Open to Closed

@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.14 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