EIDA / webdc3

WebDC3 is the webinterface for EIDA.
http://geofon.gfz-potsdam.de/software/webdc3/
GNU General Public License v3.0
11 stars 9 forks source link

An error in arclink #26

Closed GarryLai closed 5 years ago

GarryLai commented 5 years ago

It dlsplay

Fetching the list of time windows... ...done Sent 0 requests Routing of 3 lines failed

after send a request. I have set the correct address in webinterface.cfg, what should I do next to fix it?

andres-h commented 5 years ago

You need correct arclink bindings pointing to your server(s), eg., ~/seiscomp3/etc/key/station_* should contain "arclink:default" and ~/seiscomp3/etc/key/arclink/profile_default should have correct content.

Note that ArcLink will be deprecated soon in favor of FDSNWS. There is an initial version of webdc3 without ArcLink (deployed at BMKG) at https://github.com/andres-h/webdc3/tree/bmkg

GarryLai commented 5 years ago

Thanks, it really works.