jgarzik / python-bitcoinrpc

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

Remote end closed connection without response #87

Closed anzhaozhong closed 5 years ago

anzhaozhong commented 5 years ago

return self.client.getblockchaininfo() File "/root/python/walletserver/exjrpc/authproxy.py", line 140, in call response = self._get_response() File "/root/python/walletserver/exjrpc/authproxy.py", line 184, in _get_response http_response = self.__conn.getresponse() File "/usr/local/lib/python3.6/http/client.py", line 1331, in getresponse response.begin() File "/usr/local/lib/python3.6/http/client.py", line 297, in begin version, status, reason = self._read_status() File "/usr/local/lib/python3.6/http/client.py", line 266, in _read_status raise RemoteDisconnected("Remote end closed connection without" http.client.RemoteDisconnected: Remote end closed connection without response

when i request the bitcoin remote client firstly, it throw this exception.