We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On test deployment, no governance actions are displayed.
commit: b85441e link: https://govtool.cardanoapi.io/connected/governance_actions
{ "dbsyncconfig" : { "host" : "postgres", "dbname" : "govtool_dbsync", "user" : "postgres", "password" : "------xxx----------", "port" : 5432 }, "port" : 8080, "host" : "0.0.0.0", "cachedurationseconds": 20, "sentrydsn": "<redacted>", "metadatavalidationhost": "http://metadata-validation", "metadatavalidationport": 3000, "metadatavalidationmaxconcurrentrequests": 10 }
[ec2-user@ip-10-0-1-213 ~]$ docker logs 260b73dd5e64 | tail -n 30 listening on Host "0.0.0.0":8080 requestVersion = HTTP/1.1 proxySecureMode = ProxySecureWithConnect } ConnectionTimeout Failed to validate metadata for URL: http://cool.stuff with error: HttpExceptionRequest Request { host = "metadata-validation" port = 3000 secure = False requestHeaders = [("Content-Type","application/json")] path = "/validate" queryString = "" method = "POST" proxy = Nothing rawBody = False redirectCount = 10 responseTimeout = ResponseTimeoutDefault requestVersion = HTTP/1.1 proxySecureMode = ProxySecureWithConnect } ConnectionTimeout Failed to validate metadata for URL: https://raw.githubusercontent.com/wafflepool-cardano/drep-demo/main/Dim_Rep_Sum.jsonld with error: HttpExceptionRequest Request { host = "metadata-validation" port = 3000 secure = False requestHeaders = [("Content-Type","application/json")] path = "/validate" queryString = "" method = "POST" proxy = Nothing rawBody = False [ec2-user@ip-10-0-1-213 ~]$ docker exec -it 260b73dd5e64 curl metadata-validation:3000/validate -XPOST \ -d '{"url":"https://raw.githubusercontent.com/wafflepool-cardano/drep-demo/main/Dim_Rep_Sum.jsonld"}' \ -H 'content-type:application/json';echo; {"status":"INCORRECT_FORMAT","valid":false} [ec2-user@ip-10-0-1-213 ~]$
The text was updated successfully, but these errors were encountered:
Maybe related: #1623
Sorry, something went wrong.
Please refresh the stack. Recent backend version isn't calling the metadata-validation service - this service is called directly by frontend
This has been fixed in #1666
mesudip
No branches or pull requests
On test deployment, no governance actions are displayed.
Context & versions
commit: b85441e
link: https://govtool.cardanoapi.io/connected/governance_actions
Backend config
Backend logs
The text was updated successfully, but these errors were encountered: