remem9527 / bchmemo

A python package for memo. Memo is an on-chain social network built on Bitcoin Cash (Bitcoincash, BCH)
8 stars 6 forks source link

ConnectionError: All APIs are unreachable. #6

Open jcreem opened 4 years ago

jcreem commented 4 years ago

Trying a pretty simple test case:

from bchmemo import MemoUser user=MemoUser('bitcoincash:used an address here') user.private_key = 'used WIF Compressed here' user.get_memos()

Gets Traceback (most recent call last): File "get_posts.py", line 5, in user.get_memos() File "/home/my_dir/.local/lib/python3.6/site-packages/bchmemo/memouser.py", line 61, in get_memos total_txs,txs=NetworkAPI.get_transactions_by_addresses(self._address) File "/home/my_dir/.local/lib/python3.6/site-packages/bchmemo/bitcash_modified/services.py", line 575, in get_transactions_by_addresses raise ConnectionError('All APIs are unreachable.') ConnectionError: All APIs are unreachable.

Is this package abandoned?

zdavatz commented 4 years ago

looks like it ;)