I get this error on both 2.10 & 2.12 on two different machines running Ubuntu 14.04 with Python 2.7.6.
When trying to run the fixed-distance buffer on a shapefile with polylines I get the following error:
QgsFeature.setGeometry(QgsGeometry): argument 1 has unexpected type 'NoneType' See log for more detailsWith full trace-back:
Uncaught error while executing algorithmTraceback (most recent call last):Traceback (most recent call last):| File "/usr/share/qgis/python/plugins/processing/core/GeoAlgorithm.py", line 230, in execute|self.processAlgorithm(progress)|File "/usr/share/qgis/python/plugins/processing/algs/qgis/FixedDistanceBuffer.py", line 72, in processAlgorithm|dissolve, segments)|File "/usr/share/qgis/python/plugins/processing/algs/qgis/Buffer.py", line 81, in buffering| outFeat.setGeometry(outGeom)|TypeError: QgsFeature.setGeometry(QgsGeometry): argument 1 has unexpected type 'NoneType'|The first time I opened the "Processing" log to see more about this error, I noticed a problem with the SAGA installation but fixing that doesn't seem to solve this problem.
أكثر...
When trying to run the fixed-distance buffer on a shapefile with polylines I get the following error:
QgsFeature.setGeometry(QgsGeometry): argument 1 has unexpected type 'NoneType' See log for more detailsWith full trace-back:
Uncaught error while executing algorithmTraceback (most recent call last):Traceback (most recent call last):| File "/usr/share/qgis/python/plugins/processing/core/GeoAlgorithm.py", line 230, in execute|self.processAlgorithm(progress)|File "/usr/share/qgis/python/plugins/processing/algs/qgis/FixedDistanceBuffer.py", line 72, in processAlgorithm|dissolve, segments)|File "/usr/share/qgis/python/plugins/processing/algs/qgis/Buffer.py", line 81, in buffering| outFeat.setGeometry(outGeom)|TypeError: QgsFeature.setGeometry(QgsGeometry): argument 1 has unexpected type 'NoneType'|The first time I opened the "Processing" log to see more about this error, I noticed a problem with the SAGA installation but fixing that doesn't seem to solve this problem.
أكثر...