I'm trying to run python microraiden/examples/echo_server.py --private-key microraiden/examples/pk_tut.txt
I synced completely to the ethereum blockchain with the Parity Light Client and get the following errors:
WARNING:microraiden.utils.private_key:Private key in raw format. Consider switching to JSON-encoded
.
.
.
ValueError: {'code': -32041, 'message': 'Requested data size exceeds limit of 1000 blocks.'}
Fri Nov 2 10:57:07 2018 <Blockchain at 0x10ce6a470> failed with ValueError
Traceback (most recent call last):
.
.
.
gevent.hub.LoopExit: ('This operation would block forever', <Hub at 0x10ccc5930 select default pending=0 ref=0>)
Operation System: MacOS High Sierra.