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 "/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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: