Error when trying to create a new model

HTTPConnectionPool(host=‘webodm-node-odm-1’, port=3000): Max retries exceeded with url: /info (Caused by NewConnectionError(‘<urllib3.connection.HTTPConnection object at 0xffff970d0340>: Failed to establish a new connection: [Errno -2] Name or service not known’))
the above is in dashboard

1 Like

Welcome!

Sorry for the trouble! Could you please start with giving me a bit more information about your system?

For instance:

  1. Operating System and Version
    eg: Windows 11, MacOS 15.1, Ubuntu Linux 20.04LTS, etc…
  2. WebODM Install Method
    eg: Native installer, Docker, Snap, GitHub download, compiled from source
  3. WebODM/ODM Version
    eg: WebODM v1.9.12 Build 55, ODM v2.8.0, etc…
  4. Procesing Node
    eg: Automatic, Lightning, local (node-odm-1), etc…
  5. Screenshots demonstrating the issue/behavior/error messages
1 Like

I vaguely recall encountering this error before and it was because NodeODM wasn’t running. “Name or service not known” suggests there is no process listening on localhost port 3000.

1 Like
  1. m1 mac monterey 12.3 (21E230)
  2. native install
  3. 1.3 webodm
  4. local(node-odm-1)
1 Like

okay i believe it was an error due to docker i deleted and reinstalled docker and its working now thanks.

2 Likes

Excellent! Happy processing!

Please show us what you’re working on in #the-showroom if you’d like!

1 Like

Here the same ( WebODM 1.9.13) … but reinstall the docker doesn’t fix the problem …

Connection error: HTTPConnectionPool(host=‘webodm-node-odm-1’, port=3000): Max retries exceeded with url: /info (Caused by NewConnectionError(‘<urllib3.connection.HTTPConnection object at 0xffff618e9ee0>: Failed to establish a new connection: [Errno -2] Name or service not known’))

1 Like

Managed it myself. at processing-node there were two node-odm (for whatever reason). I deleted the inactive one. now it works

1 Like

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