You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
No idea what triggers it, but happens when I open about:preferences#payments. Everything appears to be working on the page, but I get the console error “ledger balance error: "Error: HTTP response 401 for GET /api/balance"” every few hours or so.
The text was updated successfully, but these errors were encountered:
i am fairly confident you can ignore this! here's what's going on:
the ledger-balance package polls numerous blockchain reporters to get the unconfirmed balance of your brave wallet in order to report information in the right-hand corner. (the actual balance is reported via a round-trip to the actual wallet provider, but on a slower interval).
the 401 is from one of the blockchain reporters that does more aggressive load limiting than the others (not sure why it's not a 429). the way that ledger-balance works is that it round-robins between the blockchain providers and keeps track of response time, errors, etc, so when you see that 401, it's very likely that a new request is sent to another blockchain provider.
if you have some time, take a look at the README and the index.js file starting here to see the list.
No idea what triggers it, but happens when I open about:preferences#payments. Everything appears to be working on the page, but I get the console error “ledger balance error: "Error: HTTP response 401 for GET /api/balance"” every few hours or so.
The text was updated successfully, but these errors were encountered: