Closed amnesia106 closed 5 years ago
The issue is with the information provider, Blockexplorer, which has a very unstable server api. Sometimes, after refreshing multiple times, it works, but most times there is 502 or similar.
There is also no visible support for MoneyMoney Extension Error handling, so there is nothing , this extension can do (Retry etc).
BUT, changing the API could work; This API is fast and could be easy drop in:
https://chain.so/api/v2/get_address_balance/BTC/1Mixk75baGpXQH6qVxyzDNqjQcg2Kk1vQG/
When setting the HTTP header field "Accept" to "application/json", MoneyMoney will forward the HTTP error to the extension, allowing it to retry or to handle the error gracefully. (cf. keyword "JSON-basierte REST-APIs" in documentation).