Version 9.16 fixes the issue (and also simplifies the versioning system, necessitating a bump... it should be v6.16).
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
Traceback (most recent call last):
File "/home/xcp/counterpartyd_build/env/lib/python3.3/site-packages/requests/packages/urllib3/connectionpool.py", line 478, in urlopen
body=body, headers=headers)
File "/home/xcp/counterpartyd_build/env/lib/python3.3/site-packages/requests/packages/urllib3/connectionpool.py", line 285, in _make_request
conn.request(method, url, **httplib_request_kw)
File "/usr/lib/python3.3/http/client.py", line 1061, in request
self._send_request(method, url, body, headers)
File "/usr/lib/python3.3/http/client.py", line 1099, in _send_request
self.endheaders(body)
File "/usr/lib/python3.3/http/client.py", line 1057, in endheaders
self._send_output(message_body)
File "/usr/lib/python3.3/http/client.py", line 902, in _send_output
self.send(msg)
File "/usr/lib/python3.3/http/client.py", line 840, in send
self.connect()
File "/usr/lib/python3.3/http/client.py", line 818, in connect
self.timeout, self.source_address)
File "/usr/lib/python3.3/socket.py", line 435, in create_connection
raise err
File "/usr/lib/python3.3/socket.py", line 426, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/xcp/counterpartyd_build/env/lib/python3.3/site-packages/requests/adapters.py", line 324, in send
timeout=timeout
File "/home/xcp/counterpartyd_build/env/lib/python3.3/site-packages/requests/packages/urllib3/connectionpool.py", line 528, in urlopen
raise MaxRetryError(self, url, e)
requests.packages.urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=4000): Max retries exceeded with url: / (Caused by: [Errno 111] Connection refused)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/xcp/counterpartyd_build/dist/counterpartyd/counterpartyd.py", line 638, in
args.unsigned)
File "/home/xcp/counterpartyd_build/dist/counterpartyd/counterpartyd.py", line 144, in cli
unsigned_tx_hex = util.api(method, params)
File "/home/xcp/counterpartyd_build/dist/counterpartyd/lib/util.py", line 34, in api
response = requests.post(config.RPC, data=json.dumps(payload), headers=headers)
File "/home/xcp/counterpartyd_build/env/lib/python3.3/site-packages/requests/api.py", line 88, in post
return request('post', url, data=data, **kwargs)
File "/home/xcp/counterpartyd_build/env/lib/python3.3/site-packages/requests/api.py", line 44, in request
return session.request(method=method, url=url, **kwargs)
File "/home/xcp/counterpartyd_build/env/lib/python3.3/site-packages/requests/sessions.py", line 382, in request
resp = self.send(prep, **send_kwargs)
File "/home/xcp/counterpartyd_build/env/lib/python3.3/site-packages/requests/sessions.py", line 485, in send
r = adapter.send(request, **kwargs)
File "/home/xcp/counterpartyd_build/env/lib/python3.3/site-packages/requests/adapters.py", line 372, in send
raise ConnectionError(e)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=4000): Max retries exceeded with url: / (Caused by: [Errno 111] Connection refused)