Hi,
I'm trying to connect to armoryd.py via bitcoinrpc. Here's my code:
from bitcoinrpc.authproxy import AuthServiceProxy
armory = AuthServiceProxy('
http://username:password@localhost:8225')
print(armory.jsonrpc_help())
but I get an exception stating
'code': -342, 'message': 'non-JSON HTTP response with '200 OK' from server
I'm going nuts debugging it, what's the problem???
Thanks