ERROR trust Failed to fetch URLs from source {“source”: “https://www.storj.io/dcs-satellites

Reinstalled the node. Folders on new HDD created.

BUt the node stops with the following error:

2023-07-16T16:47:14.508+0300 ERROR trust Failed to fetch URLs from source {“source”: “https://www.storj.io/dcs-satellites”, “error”: “HTTP source: Get "https://www.storj.io/dcs-satellites\”: write tcp 192.168.0.113:58089->34.120.119.150:443: wsasend: An existing connection was forcibly closed by the remote host.“, “errorVerbose”: “HTTP source: Get "https://www.storj.io/dcs-satellites\”: write tcp 192.168.0.113:58089->34.120.119.150:443: wsasend: An existing connection was forcibly closed by the remote host.\n\tstorj.io/storj/storagenode/trust.(*HTTPSource).FetchEntries:68\n\tstorj.io/storj/storagenode/trust.(*List).fetchEntries:90\n\tstorj.io/storj/storagenode/trust.(*List).FetchURLs:49\n\tstorj.io/storj/storagenode/trust.(*Pool).fetchURLs:251\n\tstorj.io/storj/storagenode/trust.(*Pool).Refresh:188\n\tstorj.io/storj/storagenode.(*Peer).Run:902\n\tmain.cmdRun:120\n\tmain.newRunCmd.func1:32\n\tstorj.io/private/process.cleanup.func1.4:399\n\tstorj.io/private/process.cleanup.func1:417\n\tgithub.com/spf13/cobra.(*Command).execute:852\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:960\n\tgithub.com/spf13/cobra.(*Command).Execute:897\n\tstorj.io/private/process.ExecWithCustomOptions:113\n\tstorj.io/private/process.ExecWithCustomConfigAndLogger:79\n\tstorj.io/private/process.ExecWithCustomConfig:74\n\tstorj.io/private/process.Exec:64\n\tmain.(*service).Execute.func1:77\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:75”}

looks like node is Ok but reason why it cant read it, may be @Alexey can help.

Something is wrong with your network. It’s possible that something is blocking outgoing connections like an advanced antivirus or your firewall.
Please allow this service to access the internet (from any port to any outgoing address with any port).

Honestly, no idea where to do that. And no advanced Firewall or Antivirus. Just Windows firewall (ports open) and Kaspersky antivirus.

And yet, the main sotragenode is working OK.

This is mean that only the second service is blocked by Kaspersky and/or by Windows Firewall.
By default Windows Firewall is blocking services unless you allow them to connect to the internet.
You may compare rules for the first service and for the second.

I restarted my PC and the second node started. BUt now the mainnode is not starting, with the error:
FATAL Unrecoverable error {“error”: “listen tcp 86...*:28967: bind: The requested address is not valid in its context.”}

what port did you used for nodes? first and second?

for first- 28967
second - 28968

and what private port?

7778 - main node
7779 - second node

Any Idea for the solution?

Found my mistake. Added ip to server.address: :28967 before. Now both nodes work fine. Thanks!

3 Likes