Skip to content

Event service refuses to serve JSON #44

Description

@pevans-gfz

Today a request for events from the "geofon" service in WebDC3, as JSON like this:

http://eida.gfz.de/webdc3/wsgi/event/geofon?start=2025-07-01&end=2025-07-02&format=json

receives an immediate 502 Bad Gateway response. It should work like the "geofonfdsnws" service in WebDC3:

http://eida.gfz.de/webdc3/wsgi/event/geofonfdsnws?start=2025-07-01&end=2025-07-02&format=json receives text/plain with 12 events.

and like these with format=text

http://eida.gfz.de/webdc3/wsgi/event/geofonfdsnws?start=2025-07-01&end=2025-07-02 receives text/plain, but with 3 events
http://eida.gfz.de/webdc3/wsgi/event/geofon?start=2025-07-01&end=2025-07-02 receives text/plain, but with only 2 events (though that is another issue!)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions