Skip to content

No successful response from any Dash / Dogecoin service provider #294

@Ilya-Green

Description

@Ilya-Green

How to reproduce:
python=3.9
bitcoinlib==0.6.9

from bitcoinlib.services.services import Service

ltc_service = Service(network='dash')
ltc_balance = ltc_service.getbalance('Xfsv5T9uG1FgSxP95FqiJ4a2uref7FGz5H')
print(ltc_balance)

Result:

Traceback (most recent call last):
  File "E:\cygwin64\git\bitcoinlib.py", line 14, in <module>
    ltc_service = Service(network='dash')
  File "E:\cygwin64\git\bitcoinlib\venv\lib\site-packages\bitcoinlib\services\services.py", line 145, in __init__
    self._blockcount = self.blockcount()
  File "E:\cygwin64\git\bitcoinlib\venv\lib\site-packages\bitcoinlib\services\services.py", line 495, in blockcount
    new_count = self._provider_execute('blockcount')
  File "E:\cygwin64\git\bitcoinlib\venv\lib\site-packages\bitcoinlib\services\services.py", line 224, in _provider_execute
    raise ServiceError("No successful response from any serviceprovider: %s" % list(self.providers.keys()))
bitcoinlib.services.services.ServiceError: No successful response from any serviceprovider: ['cryptoid.dash', 'blockchair.dash', 'insightdash', 'chainso.dash']

Same issue with dogecoin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions