Skip to content

RPC timeout on client start #165

Description

@dszlachta

System information

Geth version: shisui version 1.14.9-unstable
CL client & version: none
OS & Version: OSX
Commit hash :

Expected behaviour

Client connects to peers when started

Actual behaviour

RPC timeout errors are printed, no sign that the client makes any peer connection.

Steps to reproduce the behaviour

Clone the repository, build Shisui with make shisui and run it with ./build/bin/shisui

Log

./build/bin/shisui 
INFO [09-23|11:55:41.073] New local node record                    seq=2 id=9bb2a0b66e3ed486 ip=127.0.0.1 udp=0 tcp=0
INFO [09-23|11:55:41.075] New local node record                    seq=3 id=9bb2a0b66e3ed486 ip=127.0.0.1 udp=9009 tcp=0
ERROR[09-23|11:55:47.075] failed to send find nodes request        protocol=history ip=194.xx.yy.zzz port=9101 err="RPC timeout"
ERROR[09-23|11:55:47.075] failed to send find nodes request        protocol=history ip=194.xx.yy.zzz port=9101 err="RPC timeout"
ERROR[09-23|11:55:47.076] failed to send find nodes request        protocol=history ip=164.xx.yy.zzz port=5002 err="RPC timeout"
ERROR[09-23|11:55:50.076] failed to send find nodes request        protocol=history ip=194.xx.yy.zzz  port=9102 err="RPC timeout"
ERROR[09-23|11:55:50.395] failed to send find nodes request        protocol=history ip=164.xx.yy.zzz port=5002 err="RPC timeout"
ERROR[09-23|11:55:53.076] failed to send find nodes request        protocol=history ip=164.xx.yy.zzz port=5001 err="RPC timeout"
ERROR[09-23|11:55:53.447] failed to send find nodes request        protocol=history ip=157.xx.yy.zzz  port=9000 err="RPC timeout"
ERROR[09-23|11:55:56.077] failed to send find nodes request        protocol=history ip=194.xx.yy.zzz  port=9102 err="RPC timeout"
ERROR[09-23|11:55:56.486] failed to send find nodes request        protocol=history ip=161.xx.yy.zzz  port=9000 err="RPC timeout"
ERROR[09-23|11:55:58.415] failed to send find nodes request        protocol=history ip=164.xx.yy.zzz port=5001 err="RPC timeout"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions