Bug report #15492

Iterative execution of algorithms doesn't work.

Added by Nobuhiko Yoshimura over 7 years ago. Updated about 6 years ago.

Status:Closed
Priority:Normal
Assignee:-
Category:Processing/Core
Affected QGIS version:2.16.1 Regression?:No
Operating System: Easy fix?:No
Pull Request or Patch supplied:No Resolution:not reproducable
Crashes QGIS or corrupts data:No Copied to github as #:23416

Description

I was trying to clip dem by watersheds.
It was same process as below.

http://docs.qgis.org/2.2/ja/docs/training_manual/processing/iterative.html

But it doesn't work when it iterates.
Without iteration, I could clip my data.
I made sure that polygon(watersheds) and raster(dem) have same CRS.

I think this function is very useful for everyone.
Please give me some idea to fix this problem.

error message from QGIS
AttributeError: 'NoneType' object has no attribute 'error'
Traceback (most recent call last):
File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python/plugins\\processing\\gui\\AlgorithmDialog.py", line 238, in accept
if runalgIterating(self.alg, self.iterateParam, self):
File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python/plugins\\processing\\gui\\AlgorithmExecutor.py", line 90, in runalgIterating
if runalg(alg):
File "C:/PROGRA~1/QGIS21~1.1/apps/qgis/./python/plugins\\processing\\gui\\AlgorithmExecutor.py", line 52, in runalg
progress.error(e.msg)
AttributeError: 'NoneType' object has no attribute 'error'

Python version: 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)]
QGIS version: 2.16.1-Nødebo Nødebo, 8545b3b

スクリーンショット_2016-08-29_07.23.48.png (308 KB) Nobuhiko Yoshimura, 2016-08-28 03:24 PM

History

#1 Updated by Alexander Bruy almost 7 years ago

  • OS version deleted (10)
  • Category set to Processing/Core
  • Operating System deleted (Windows)

#2 Updated by Giovanni Manghi almost 7 years ago

  • Easy fix? set to No
  • Regression? set to No

#3 Updated by Alexander Bruy over 6 years ago

  • Description updated (diff)
  • Status changed from Open to Feedback

Please check with latest 2.18 and master

#4 Updated by Alexander Bruy over 6 years ago

  • Status changed from Feedback to Closed

Closed for the lack of feedback. Please reopen if necessary.

#5 Updated by Giovanni Manghi about 6 years ago

  • Resolution set to not reproducable

Also available in: Atom PDF