Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Issue connecting to Kovan network #6945

Closed
magimagister opened this issue Oct 31, 2017 · 8 comments
Closed

Issue connecting to Kovan network #6945

magimagister opened this issue Oct 31, 2017 · 8 comments
Labels
M4-core ⛓ Core client code / Rust. P5-sometimesoon 🌲 Issue is worth doing soon. Z0-unconfirmed 🤔 Issue might be valid, but it’s not yet known.
Milestone

Comments

@magimagister
Copy link

Before filing a new issue, please provide the following information.

I'm running:

  • Parity version:Parity//v1.8.2-beta-1b6588c-20171025/x86_64-windows-msvc/rustc1.20.0
  • Operating system: Windows 10
  • And installed: via installer

I switched to the Kovan network but I continue to get
You are not connected to any peers. There is most likely some network issue. Fix connectivity.
Your clock is not in sync. Detected difference is too big for the protocol to work: 2864ms. Synchronize your clock.

If I keep the Ethereum network I see the sync in progress, the peers are growing and no issue on time.

Any suggestion?

@Office-Julia
Copy link
Contributor

Hello. Let me assist you with this issue.

May I ask you to answer my questions first:

  1. Is your internet connection stable? Have you tried different ISP instead?
  2. What flags are you running Parity with?
  3. Do you use any specific config file?
  4. Is there anything in the logs?
  5. What's your time? Is it synchronized? time.is

Regards,
Julia.

@Office-Julia Office-Julia added the Z0-unconfirmed 🤔 Issue might be valid, but it’s not yet known. label Nov 1, 2017
@5chdn
Copy link
Contributor

5chdn commented Nov 1, 2017

Could you try removing the nodes.json file in the chains subdirectory of your db path?

@5chdn 5chdn added M4-core ⛓ Core client code / Rust. P5-sometimesoon 🌲 Issue is worth doing soon. labels Nov 1, 2017
@5chdn 5chdn added this to the 1.9 milestone Nov 1, 2017
@magimagister
Copy link
Author

Hi

Is your internet connection stable? Have you tried different ISP instead?

  • yes fiber stable connection. I'm able to properly sync with ethereum network but not able to sync with kovan network. I tried my mobile connection with the same result.

What flags are you running Parity with?

  • no flag. I start Parity from Windows menu and then, in Settings tag, I switched to kovan network

Do you use any specific config file?

  • no

Is there anything in the logs?

  • I see some 018282.log but it is not readable. Where can I find others?

What's your time? Is it synchronized? time.is

  • I changed the sync time and now it is green but still no peer connected.

Could you try removing the nodes.json file in the chains subdirectory of your db path?

  • I removed the nodes.json file chains\kovan\network folder. It has been created from scratch but nothing changed...

thanks for your support
m

@5chdn
Copy link
Contributor

5chdn commented Nov 2, 2017

Could you share the logs, please?

@magimagister
Copy link
Author

can you please lead me exactly where I can find the log? thanks

@magimagister
Copy link
Author

I just uninstalled and installed the stable version 1.7.8 and now it works without other changes.

@5chdn
Copy link
Contributor

5chdn commented Nov 2, 2017

Can you create a config file in %UserProfile%\AppData\Roaming\Parity\Ethereum\config.toml

with the following contents

[misc]
logging = "sync=trace"
log_file = "C:\\parity.log"

This will get loaded by parity and create a log file in C:\parity.log (change the path as you like). Restart Parity and leave it running for some minutes, and please share the log here :)

@5chdn
Copy link
Contributor

5chdn commented Jan 3, 2018

Fixed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
M4-core ⛓ Core client code / Rust. P5-sometimesoon 🌲 Issue is worth doing soon. Z0-unconfirmed 🤔 Issue might be valid, but it’s not yet known.
Projects
None yet
Development

No branches or pull requests

3 participants