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
Getting errors on the batch example. This is in Python 2.7.
>>> commands = [ [ "getblockhash", height] for height in range(100) ]
>>> block_hashes = rpc_connection.batch_(commands)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/dist-packages/bitcoinrpc/authproxy.py", line 169, in batch_
if response['error'] is not None:
TypeError: string indices must be integers
The text was updated successfully, but these errors were encountered:
Hi,
Getting errors on the batch example. This is in Python 2.7.
The text was updated successfully, but these errors were encountered: