Custom Query (1137 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (58 - 60 of 1137)

Ticket Resolution Summary Owner Reporter
#1731 fixed pywps: Execute request fails ('NoneType' object has no attribute 'lower') live-demo@… Bas Couwenberg
Description

The hello-world process in pywps fails Execute requests reporting:

NoneType' object has no attribute 'lower'

The Apache error logs contains the stacktrace:

PyWPS [2016-06-10 17:58:40,353] INFO: Reading processes from directory [/usr/local/share/pywps/processes]
PyWPS [2016-06-10 17:58:40,354] INFO: Following processes are imported: ['hello-world']
PyWPS [2016-06-10 17:58:40,357] INFO: Status [processpaused]: Getting input name of process hello-world
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pywps/Wps/Execute/__init__.py", line 386, in __init__
    self.consolidateInputs()
  File "/usr/lib/python2.7/dist-packages/pywps/Wps/Execute/__init__.py", line 537, in consolidateInputs
    resp = input.setValue(inp)
  File "/usr/lib/python2.7/dist-packages/pywps/Process/InAndOutputs.py", line 404, in setValue
    self.storeData(input["value"])
  File "/usr/lib/python2.7/dist-packages/pywps/Process/InAndOutputs.py", line 457, in storeData
    if  (self.format["mimetype"].lower().split("/")[0] != "text" and self.format["mimetype"].lower() != "application/xml"):
AttributeError: 'NoneType' object has no attribute 'lower'
PyWPS [2016-06-10 17:58:40,359] INFO: Status [processfailed]: 'NoneType' object has no attribute 'lower'

To reproduce:

$ wget -q "http://localhost/pywps/wps.py?SERVICE=WPS&Version=1.0.0&REQUEST=Execute&Identifier=hello-world&DataInputs=name=foo" -O -
#1760 fixed GMT quickstart hopelessly outdated live-demo@… Bas Couwenberg
Description

With the disappearance of Hamish the project he is a contact for suffer.

The GMT quickstart is a good example, it's hopelessly outdated since the switch to GMT 5.x.

The GMT quickstart should not be linked to from any pages until it has been updated by a new maintainer.

#1764 fixed Replace osmapi package with python-osmapi live-demo@… Bas Couwenberg
Description

The package for the Python osmapi module in OSGeo-Live is still based on the old unofficial packaging, the package is now Debian & Ubuntu (since wily) as python-osmapi:

The package in OSGeo-Live should switch to the source package maintained by the Debian GIS team.

The install_osm.sh doesn't need to be modified, the binary package name has stayed the same (python-osmapi).

The source package maintained by the Debian GIS team also builds the module for Python 3 (python3-osmapi) which the source package in OSGeo-Live does not.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.