Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rosetta Database Access #541

Open
csknk opened this issue Jan 4, 2024 · 0 comments
Open

Rosetta Database Access #541

csknk opened this issue Jan 4, 2024 · 0 comments
Labels
question Further information is requested

Comments

@csknk
Copy link

csknk commented Jan 4, 2024

Ask a question

Hi,
until recently we have been successfully running cardano-rosetta 2.1.0 via Dockerhub.

We now have an issue with (I think) database access. For example:

echo "testnet network query:"
curl -X POST "$endpoint/network/status" \
	-H "Content-Type: application/json" \
	-d '{ "network_identifier": {"blockchain": "cardano", "network": "preprod" }, "metadata": {}}'

returns:

{"code":5000,"message":"An error occurred","retriable":true,"details":{"message":"An error occurred for request 2879: relation \"block\" does not exist"}}

We get the same result if we try to access a specific block. As far as I can tell, the node is synced. We're getting the same issue for both mainnet and preprod nodes.

Is this a known issue?

@csknk csknk added the question Further information is requested label Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant