laurentsenta / pl-diagnose

https://pl-diagnose.on.fleek.co/
8 stars 1 forks source link

[help] I need help with node availability #6

Open rayswchiu opened 2 years ago

rayswchiu commented 2 years ago

An error occuredThe backend couldn't reach out to your node. It failed with the following error: failed to dial 12D3KooWK5GQfwTovUTHR8Ud2WG4fMWFx644w59g6YAoXvYA278y:

  • [/ip4/127.0.0.1/tcp/4001] dial tcp4 127.0.0.1:4001: connect: connection refusedOur backend node couldn't reach this peer.Troubleshooting Steps:Solution 1solution 1 step Asolution 1 step BSolution 2solution 2 step Asolution 2 step B

Details:

{
  "error": null,
  "data": {
    "id": "12D3KooWK5GQfwTovUTHR8Ud2WG4fMWFx644w59g6YAoXvYA278y",
    "connectToPeerError": "failed to dial 12D3KooWK5GQfwTovUTHR8Ud2WG4fMWFx644w59g6YAoXvYA278y:\n  * [/ip4/127.0.0.1/tcp/4001] dial tcp4 127.0.0.1:4001: connect: connection refused"
  }
}
laurentsenta commented 2 years ago

Hi @rayswchiu thanks for reaching out,

It looks like you are trying to dial the address 127.0.0.1, which is a special address that works only on your computer. It is not reachable from the pl-diagnose server.

Can you see other addresses in the list? Else it means your node is not reachable from the pl-diagnose server.

rayswchiu commented 2 years ago

Is the following address you're talking about? Sorry, i'm not good at networking at all.

Address Golang version: go1.18.3 Swarm listening on /ip4/127.0.0.1/tcp/4001 Swarm listening on /ip4/127.0.0.1/udp/4001/quic Swarm listening on /p2p-circuit Swarm announcing /ip4/127.0.0.1/tcp/4001 Swarm announcing /ip4/127.0.0.1/udp/4001/quic API server listening on /ip4/127.0.0.1/tcp/5001 WebUI: http://127.0.0.1:5001/webui Gateway (readonly) server listening on /ip4/127.0.0.1/tcp/8080 Daemon is ready

On Mon, Jul 4, 2022 at 3:14 PM Laurent Senta @.***> wrote:

Hi @rayswchiu https://github.com/rayswchiu thanks for reaching out,

It looks like you are trying to dial the address 127.0.0.1, which is a special address that works only on your computer. It is not reachable from the pl-diagnose server.

Can you see other addresses in the list? Else it means your node is not reachable from the pl-diagnose server.

— Reply to this email directly, view it on GitHub https://github.com/laurentsenta/pl-diagnose/issues/6#issuecomment-1173438847, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHNTDMOYVESYDY3TM6EDU3LVSKFPFANCNFSM52OL4AKA . You are receiving this because you were mentioned.Message ID: @.***>

laurentsenta commented 2 years ago

No worries, could you detail: