<html><body><p>Hi, I'm running PyWPS service with some processes. Everything 
is 
working fine bud i wanted to try Qgis plugin WPS client and problems 
showed up.</p><p><br></p>

<p>First thing is that my process takes a while but Qgis ends with "Timed out"
 even if <code>statusSupported</code>
 is set to True. The only way i found to deal with this was enlarging 
the time limit in Qgis for network. But i don't think that's the way it 
should work.</p>

<p><br></p><p>Second is error which I get when process is done. Process 
returns geotiff With <code>statusSupported=true</code>, 
<code>storeResponse=True</code> and <code>useMapscript=True/False</code> 
(both).</p>

<p><br></p><p>All these attemps ends with 
error:</p><p><br></p><p><br></p><pre><code>traceback (most recent call last):
  File "/home/gis/.qgis//python/plugins/wps/QgsWpsDockWidget.py", line 816, in
 resultHandler
    return self.errorHandler(resultXML)
  File "/home/gis/.qgis//python/plugins/wps/QgsWpsDockWidget.py", line 968, in
 errorHandler
    QMessageBox.critical(self.iface.mainWindow(), "Exception report", 
exceptionHtml)
TypeError: arguments did not match any overloaded call:
  QMessageBox.critical(QWidget, QString, QString, QMessageBox.StandardButtons 
buttons=QMessageBox.Ok, QMessageBox.StandardButton 
defaultButton=QMessageBox.NoButton): argument 3 has unexpected type 'NoneType'
  QMessageBox.critical(QWidget, QString, QString, int, int, int button2=0): 
argument 3 has unexpected type 'NoneType'
  QMessageBox.critical(QWidget, QString, QString, QString, QString 
button1Text=QString(), QString button2Text=QString(), int 
defaultButtonNumber=0, int escapeButtonNumber=-1): argument 3 has unexpected 
type 'NoneType'<br><br><br></code></pre><p>Unfortunately I have no idea what 
does it mean. Thanks for any clue.</p>

<p>Here is initialization of process and definition of the output. Whole 
process is
pretty long and this should be enough.
<a href="http://pastebin.com/d750FWQF" rel="nofollow"><br></a></p><p><a 
href="http://pastebin.com/d750FWQF" 
rel="nofollow">http://pastebin.com/d750FWQF</a></p>

<p><br></p><p>Martin</p><pre><br></pre></body></html>