geopython / GeoHealthCheck

Service Status and QoS Checker for OGC Web Services
https://geohealthcheck.org
MIT License
83 stars 71 forks source link

Error when adding or testing Resource in web UI on demo site #451

Closed justb4 closed 1 year ago

justb4 commented 1 year ago

Describe the bug Seen Error when adding or testing Resource in web UI on https://demo.geohealthcheck.org

To Reproduce Steps to reproduce the behavior, e.g.:

  1. Go to https://demo.geohealthcheck.org
  2. Click on menu 'Add'
  3. Add any Resource type like Web Address (URL)
  4. See error when adding or in Editor when pushing Test button

Expected Behavior Expect above actions to be successful.

Screenshots or Logfiles Log output when adding or testing any Resource on the Web UI, here plain URL.

2023-07-01 09:57:09,577 - GeoHealthCheck.probe - INFO - Requesting: GET url=https://demo.pygeoapi.io
2023-07-01 09:57:09,588 - GeoHealthCheck.probe - INFO - Result: success=False msg=Perform_request Err: RecursionError maximum recursion depth exceeded while calling a Python object response_time=0.11711

Context (please complete the following information):

If running with Docker:

Additional context Suddenly occurred after last build 2 weeks ago, no real changes were made, remains even after emptying the DB.

justb4 commented 1 year ago

Fixed with PR #452.