Skip to content

Unable to populate database through seedpsd-cli

I've successfully installed the docker Podman version. The installation itself has apparently worked. Also the creation of the DB, schemes seems to provide some results. Certainly it works using RESIF as SEEDPSD_FDSN_CLIENT.

However, using INGV as FDSN client, I get stuck when I try to update the metadata using seedpsd-cli metadata update. The first step for the networks pass, but it fails on the first station. The problem seems to be independent from the stations used. Such error happens using others FDSN clients too (i.e. NOA, ETH).

From the traceback, it looks like the code attempts to serialise a AttribDict object into json, but fails on this, because it does not know how to handle that type.

See the log attached.

seedpsd-metadata-error.txt

¯\_(ツ)_/¯