blockfrost / blockfrost-backend-ryo

Blockfrost API backend. You can now Run-Your-Own.
Apache License 2.0
68 stars 17 forks source link

/utils/txs/evaluate MediaType issue #32

Closed martap79 closed 1 year ago

martap79 commented 1 year ago

consuming /utils/txs/evaluate spits out below error. Same action (same data) works perfectly fine using the public endpoints. running the latest docker image (0cc7767f979bdc03df48ee45e884e01f98a2c81290aa2706d2aa445c4ea8a7e7).

raise ApiError(request_response)
blockfrost.utils.ApiError: {'error': 'Unsupported Media Type', 'message': 'Unsupported Media Type: application/cbor', 'status_code': 415}

Any idea what could be the issue here? Other endpoints work perfectly fine.

martap79 commented 1 year ago

support confirmed this endpoint is not supported in RYO as it depends on ogmios.