Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

tcp_proxy_protocol_enable problems #10

Open
amatotech opened this issue Nov 5, 2013 · 2 comments
Open

tcp_proxy_protocol_enable problems #10

amatotech opened this issue Nov 5, 2013 · 2 comments

Comments

@amatotech
Copy link

Failed to load application: init() got an unexpected keyword argument 'tcp_proxy_protocol_enable'

I keep hitting this same problem. I thought it was a problem with my config file but I have gone over it 100 times. Anyone else running into this? Any solutions known?

@slush0
Copy link
Owner

slush0 commented Nov 25, 2013

Init in current source code implements "tcp_proxy_protocol_enable". Are you sure that you're using latest sources?

@ghost
Copy link

ghost commented Nov 5, 2017

AM having this when i run sudo python setup.py install

Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.28.tar.gz
Traceback (most recent call last):
File "setup.py", line 3, in
use_setuptools()
File "/home/pool/stratum-mining/externals/stratum/distribute_setup.py", line 145, in use_setuptools
return _do_download(version, download_base, to_dir, download_delay)
File "/home/pool/stratum-mining/externals/stratum/distribute_setup.py", line 124, in _do_download
to_dir, download_delay)
File "/home/pool/stratum-mining/externals/stratum/distribute_setup.py", line 194, in download_setuptools
src = urlopen(url)
File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 435, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 473, in error
return self._call_chain(*args)
File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 403: SSL is required

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants