When sending a request with a compex output the pywps services may fail:
File "/usr/local/anaconda/envs/rook/lib/python3.7/site-packages/pywps/app/Process.py", line 478, in setup_outputs_from_wps_request
'MimeType ' + mimetype + ' not valid')
TypeError: can only concatenate str (not "NoneType") to str
The default mimetype has changed from empty string '' to None in pywps 4.5.0 which lets to this error:
Description
When sending a request with a compex output the pywps services may fail:
The default mimetype has changed from empty string
''
toNone
in pywps 4.5.0 which lets to this error:https://github.com/geopython/pywps/blob/20147561c6985525c26b31ee9eac86192487b07e/pywps/app/WPSRequest.py#L525
Environment
Steps to Reproduce
Run the Emu
inout
process with a post request (or using birdy):Additional Information