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
File "C:\Program Files\Python39\lib\site-packages\bit\wallet.py", line 227, in get_balance
return self.balance_as(currency)
File "C:\Program Files\Python39\lib\site-packages\bit\wallet.py", line 215, in balance_as
return satoshi_to_currency_cached(self.balance, currency)
File "C:\Program Files\Python39\lib\site-packages\bit\network\rates.py", line 674, in satoshi_to_currency_cached
Decimal(num / Decimal(currency_to_satoshi_cached(1, currency)))
File "C:\Program Files\Python39\lib\site-packages\bit\network\rates.py", line 642, in currency_to_satoshi_cached
return currency_to_satoshi_local_cached(amount, currency)
File "C:\Program Files\Python39\lib\site-packages\bit\network\rates.py", line 618, in wrapper
cached_rate.satoshis = EXCHANGE_RATEScurrency
File "C:\Program Files\Python39\lib\site-packages\bit\network\rates.py", line 332, in usd_to_satoshi
raise ConnectionError('All APIs are unreachable.')
ConnectionError: All APIs are unreachable.
The text was updated successfully, but these errors were encountered:
Hi All.
Error:
File "C:\Program Files\Python39\lib\site-packages\bit\wallet.py", line 227, in get_balance
return self.balance_as(currency)
File "C:\Program Files\Python39\lib\site-packages\bit\wallet.py", line 215, in balance_as
return satoshi_to_currency_cached(self.balance, currency)
File "C:\Program Files\Python39\lib\site-packages\bit\network\rates.py", line 674, in satoshi_to_currency_cached
Decimal(num / Decimal(currency_to_satoshi_cached(1, currency)))
File "C:\Program Files\Python39\lib\site-packages\bit\network\rates.py", line 642, in currency_to_satoshi_cached
return currency_to_satoshi_local_cached(amount, currency)
File "C:\Program Files\Python39\lib\site-packages\bit\network\rates.py", line 618, in wrapper
cached_rate.satoshis = EXCHANGE_RATEScurrency
File "C:\Program Files\Python39\lib\site-packages\bit\network\rates.py", line 332, in usd_to_satoshi
raise ConnectionError('All APIs are unreachable.')
ConnectionError: All APIs are unreachable.
The text was updated successfully, but these errors were encountered: