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

Shared sequencer: Handle response decode errors #2494

Open
Dentosal opened this issue Dec 11, 2024 · 0 comments
Open

Shared sequencer: Handle response decode errors #2494

Dentosal opened this issue Dec 11, 2024 · 0 comments
Labels
tech-debt The issue is to improve the current code and make it more clear/generic/reusable/pretty/avoidable.

Comments

@Dentosal
Copy link
Member

From Slack

With the new SS URL for testnet () we got these errors on devnet and testnet :

fuelcore-authority {"timestamp":"2024-12-11T10:15:18.992963Z","level":"ERROR","fields":{"e":"missing field `gas_info` at line 1 column 222"},"target":"fuel_core_services::service","line_number":373,"span":{"service":"SharedSequencer","name":"initialize_loop"},"spans":[{"name":"fuelcore-authority","name":"new"},{"service":"SharedSequencer","name":"initialize_loop"}]} 

ll places where we decode the response can fail and then it would be nice to include the text of the response. In this case we can debug the issue
image

@Dentosal Dentosal added the tech-debt The issue is to improve the current code and make it more clear/generic/reusable/pretty/avoidable. label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech-debt The issue is to improve the current code and make it more clear/generic/reusable/pretty/avoidable.
Projects
None yet
Development

No branches or pull requests

1 participant