jgarzik / python-bitcoinrpc

Python interface to bitcoin's JSON-RPC API
GNU Lesser General Public License v2.1
644 stars 304 forks source link

authproxy failure under python 2.7.6 #69

Open motoaddict opened 7 years ago

motoaddict commented 7 years ago

File "/home/ubuntu/appengine/apps/gethtoys/lib/bitcoinrpc/authproxy.py", line 137, in call self.conn.sock.settimeout(self.timeout) AttributeError: HTTPConnection instance has no attribute 'sock'

Works fine when I comment out line 137.

What am I missing?

dzimbeck commented 7 years ago

I'm not sure, I've not yet run into this myself. When searching, all I could find was this related issue. https://github.com/djc/couchdb-python/issues/147

This is another issue... https://github.com/jgarzik/python-bitcoinrpc/issues/33

I've had trouble synchronizing lately getting dropped from RPC. I'm thinking it might be the library. Maybe its worth switching to a different one since Garzik hasn't updated that bug