-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running peer.js #436
Comments
Can you share the output of Hide anything sensitive if you need to. |
Hey thanks for the reply. Yea the api getpeerinfo works. What information should I be looking for? Its strange that one explorer the network tab will work sometimes and show information but on another it will not work and gives me the message above when running peers.js. Both are created from same snapshot. Database error? |
@jjh221 have you upgraded from any previous versions? Database should be fine as the script will drop all peers from the database when that message is displayed. It's more likely that the script keeps adding peers with missing ports or country fields, but I need the output of You need to look at all the peers on |
I have the same issue. Here is my data: |
That's the issue missing port numbers..... |
where did i get this ? must i install other tool like insight explorer? |
When running
sudo node scripts/peers.js
I get
Saved peers missing ports or country, dropping peers. Re-reun this script afterwards.
Other explorers do not have this issues.
The text was updated successfully, but these errors were encountered: