You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file property of the URLHandler object checks if the data size is larger than the maximum data size. When it exceeds the maximum value, it raises an error:
Description
The
file
property of theURLHandler
object checks if the data size is larger than the maximum data size. When it exceeds the maximum value, it raises an error:pywps/pywps/inout/basic.py
Line 458 in 20e1e25
The value is in units of bytes, but the message says megabytes.
Also, it would be useful if the message included the actual size of the data.
Environment
Steps to Reproduce
Additional Information
The text was updated successfully, but these errors were encountered: