bird-house / pyramid-phoenix

Phoenix is a Pyramid web-application to make it easy to interact with WPS services
http://pyramid-phoenix.readthedocs.io/en/latest/
Apache License 2.0
7 stars 10 forks source link

monitor fails to display details #161

Open cehbrecht opened 5 years ago

cehbrecht commented 5 years ago

Exception in phoenix log:

 File "/opt/birdhouse/src/pyramid-phoenix/phoenix/monitor/panels/__init__.py", line 35, in details
    return dict(job=job_details(request, job_id=job_id))
  File "/opt/birdhouse/src/pyramid-phoenix/phoenix/monitor/panels/__init__.py", line 21, in job_details
    if len(details['status_message']) > 250:
TypeError: object of type 'NoneType' has no len()