Bug report #18510
Select within
Status: | Closed | ||
---|---|---|---|
Priority: | High | ||
Assignee: | - | ||
Category: | Vectors | ||
Affected QGIS version: | 3.0.0 | Regression?: | No |
Operating System: | Windows 7 | Easy fix?: | No |
Pull Request or Patch supplied: | No | Resolution: | invalid |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 26398 |
Description
Hello,
When I try to run select_within for selecting features within one layer which are within another layer, I get an error. Please see the attached error message:
2018-03-22T11:37:34 WARNING Traceback (most recent call last):
File "C:/Users/Administrator/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\SelectWithin\select_within.py", line 243, in run
self.iface.messageBar().pushWidget(progressMessageBar, self.iface.messageBar().INFO)
AttributeError: 'QgsMessageBar' object has no attribute 'INFO'
History
#1 Updated by Nyall Dawson over 6 years ago
- Resolution set to invalid
- Status changed from Open to Closed
Needs to be fixed in the plugin, not an issue with qgis itself.
#2 Updated by Antonio Sposaro over 6 years ago
I don't know if you are aware, but there is a problem in submitting the requests in the plug in session. Category can't be inserted and hence no post can be added
#3 Updated by Harrissou Santanna over 6 years ago
Which plugin session are you referring to? Nyall was saying that you should report this issue at https://github.com/HeikkiVesanto/SelectWithin/issues as it's a plugin issue not QGIS'