Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spendables_for_address("XTN") Error #348

Open
BruceChar opened this issue Aug 1, 2019 · 1 comment
Open

spendables_for_address("XTN") Error #348

BruceChar opened this issue Aug 1, 2019 · 1 comment

Comments

@BruceChar
Copy link

Traceback (most recent call last):
File "E:/Python/TokenTrade/web3Test/app/mock/cb_api.py", line 49, in
print(bp.spendables_for_address("mxN7UQCwdEJ9Ctph6pHmkJHifCCuwquejf"))
File "E:\Python\TokenTrade\web3Test\app\lib\site-packages\pycoin\services\blockchain_info.py", line 47, in spendables_for_address
r = json.loads(urlopen(URL).read().decode("utf8"))
File "E:\Python\TokenTrade\web3Test\app\lib\site-packages\pycoin\services\agent.py", line 17, in urlopen
return request.urlopen(req)
File "D:\Python3.7.0\lib\urllib\request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "D:\Python3.7.0\lib\urllib\request.py", line 531, in open
response = meth(req, response)
File "D:\Python3.7.0\lib\urllib\request.py", line 641, in http_response
'http', request, response, code, msg, hdrs)
File "D:\Python3.7.0\lib\urllib\request.py", line 569, in error
return self._call_chain(*args)
File "D:\Python3.7.0\lib\urllib\request.py", line 503, in _call_chain
result = func(*args)
File "D:\Python3.7.0\lib\urllib\request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 500: Internal Server Error

It looks like the "testnet.blockchain.info" site stop working!
@richardkiss Is there a fix or replace solution for testnet?

@richardkiss
Copy link
Owner

Not that I'm aware of, but pull requests are most welcome.

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

No branches or pull requests

2 participants