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
Occasionally /mm page won't load for me (robot-icon won't stop spinning), and I see the following error in console:
/mm
Relevant piece of code is here, it seems the reason has to do with a (probably temporary) failure to fetch fiat rate(s):
2025-01-18 20:45:17.206 [ERR] WEB: error getting market report: auto-synced market has an expired price 2025-01-18 20:45:17.206 [TRC] MUX: "POST http://127.0.0.1:3333/api/marketreport HTTP/1.1" from 127.0.0.1:52022 - 200 61B in 196.375µs 2025-01-18 20:45:17.206 [ERR] WEB: error getting market report: auto-synced market has an expired price 2025-01-18 20:45:17.206 [TRC] MUX: "POST http://127.0.0.1:3333/api/marketreport HTTP/1.1" from 127.0.0.1:52021 - 200 61B in 75.5µs 2
I think the solution would look something like this:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Occasionally
/mm
page won't load for me (robot-icon won't stop spinning), and I see the following error in console:Relevant piece of code is here, it seems the reason has to do with a (probably temporary) failure to fetch fiat rate(s):
I think the solution would look something like this:
The text was updated successfully, but these errors were encountered: