Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

bad exception from rpc call #3

Open
icook opened this issue Aug 21, 2014 · 0 comments
Open

bad exception from rpc call #3

icook opened this issue Aug 21, 2014 · 0 comments
Labels

Comments

@icook
Copy link
Member

icook commented Aug 21, 2014

Traceback (most recent call last):
  File "/home/isaac/programming/powerpool/powerpool/jobmanagers/monitor_network.py", line 404, in getblocktemplate
    'prevblock',
  File "/home/isaac/programming/cryptokit/cryptokit/rpc.py", line 173, in __call__
    return self._get_response(response)
  File "/home/isaac/programming/cryptokit/cryptokit/rpc.py", line 189, in _get_response
    raise CoinserverRPC(response['error'])
  File "/home/isaac/programming/cryptokit/cryptokit/rpc.py", line 110, in __init__
    url, auth = self.parse_url_string(service_url)
  File "/home/isaac/programming/cryptokit/cryptokit/rpc.py", line 139, in parse_url_string
    url = urlparse.urlparse(service_url)
  File "/usr/lib/python2.7/urlparse.py", line 142, in urlparse
    tuple = urlsplit(url, scheme, allow_fragments)
  File "/usr/lib/python2.7/urlparse.py", line 175, in urlsplit
    cached = _parse_cache.get(key, None)
TypeError: unhashable type: 'dict'

5369fdf

@icook icook added the bug label Aug 21, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant