Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Echo Server Example Problem #491

Open
patricklenert opened this issue Nov 2, 2018 · 1 comment
Open

Echo Server Example Problem #491

patricklenert opened this issue Nov 2, 2018 · 1 comment

Comments

@patricklenert
Copy link

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.

@msaxena18
Copy link

I never got that ValueError, but I did have to change permissions for my private key in order to make my echo_server.py run. I ran: chmod 600 ($PATH)/pk_tut.txt

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