WebODM Adding New Node... Connection Error

Greeting!
A. I started nodeodm, using docker command-Git Bash, at port 3001. Opened in browser localhost:3001. Tested image processing and all is fine.
B. I started webODM. Added new processing node at port 3001. It’s added and seems online as it’s not red. When I try processing images on this node in WebODM, it gives Connection Error HTTPConnectionPool(host=‘localhost’, port=3001): Max retries exceeded with url: /info?token=Cy0NLO8WHgppMC (Caused by NewConnectionError(’<urllib3.connection.HTTPConnection object at 0x000002053F5230B8>: Failed to establish a new connection: [Errno 10060] WSAETIMEDOUT’))

Any guidance please

Arif

1 Like

Arif,

Can you please make sure the nodes don’t collide on their port numbers? For instance, if you have a node on Port 3000, the next should be something like 3001, 3002, 3003, etc.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.