No open HTTP ports detected on 0.0.0.0, continuing to scan

I have tried adding HOST and PORT in env and tried all methods.

I get the following logs and am not able to create an IRC server ergo chat github - ergochat/ergo


==> Running './ergo run'
2024-07-31T15:10:50.046Z : info  : server     : ergo-2.15.0-unreleased-8a8d8be1fd8de36c starting
2024-07-31T15:10:50.046Z : warn  : server     : You are currently running an unreleased beta version of Ergo that may be unstable and could corrupt your database.
If you are running a production network, please download the latest build from  and run that instead.
2024-07-31T15:10:50.046Z : info  : server     : Using config file : ircd.yaml
2024-07-31T15:10:50.046Z : info  : server     : Using datastore : ircd.db
2024-07-31T15:10:50.046Z : warn  : server     : database does not exist, creating it : ircd.db
2024-07-31T15:10:50.050Z : info  : server     : Proxied IPs will be accepted from : localhost
2024-07-31T15:10:50.050Z : info  : listeners  : now listening on 0.0.0.0:10000, tls=true, proxy=false, tor=false, websocket=false.
2024-07-31T15:10:50.050Z : info  : server     : Server running
2024-07-31T15:10:50.107Z : info  : connect-ip : Client connecting: real IP ::1, proxied IP <nil>
2024-07-31T15:10:50.108Z : info  : connect-ip : disconnecting session of * from ::1
2024-07-31T15:10:51.108Z : info  : connect-ip : Client connecting: real IP ::1, proxied IP <nil>
2024-07-31T15:10:51.109Z : info  : connect-ip : disconnecting session of * from ::1
2024-07-31T15:10:52.115Z : info  : connect-ip : Client connecting: real IP ::1, proxied IP <nil>
2024-07-31T15:10:52.117Z : info  : connect-ip : disconnecting session of * from ::1
2024-07-31T15:10:53.109Z : info  : connect-ip : Client connecting: real IP ::1, proxied IP <nil>
2024-07-31T15:10:53.109Z : info  : connect-ip : disconnecting session of * from ::1
2024-07-31T15:10:54.109Z : info  : connect-ip : Client connecting: real IP ::1, proxied IP <nil>
2024-07-31T15:10:54.109Z : info  : connect-ip : disconnecting session of * from ::1
2024-07-31T15:10:55.111Z : info  : connect-ip : Client connecting: real IP ::1, proxied IP <nil>
2024-07-31T15:10:55.111Z : info  : connect-ip : disconnecting session of * from ::1```

I tried the other one as well and ran into this error for github.com/song940/node-irc

==> Your service is live :tada:
Jul 31 07:59:10 PM==> No open HTTP ports detected on 0.0.0.0, continuing to scan…
Jul 31 08:00:12 PM==> No open HTTP ports detected on 0.0.0.0, continuing to scan…
Jul 31 08:01:13 PM==> No open HTTP ports detected on 0.0.0.0, continuing to scan…
Jul 31 08:02:14 PM==> No open HTTP ports detected on 0.0.0.0, continuing to scan…
Jul 31 08:03:15 PM==> No open HTTP ports detected on 0.0.0.0, continuing to scan…
Jul 31 08:04:15 PM==> No open HTTP ports detected on 0.0.0.0, continuing to scan…
Jul 31 08:05:16 PM==> No open HTTP ports detected on 0.0.0.0, continuing to scan…
Jul 31 08:06:17 PM==> No open HTTP ports detected on 0.0.0.0, continuing to scan…
Jul 31 08:07:18 PM==> No open HTTP ports detected on 0.0.0.0, continuing to scan…
Jul 31 08:07:33 PM==> Port scan timeout reached, no open HTTP ports detected. If you don’t need to receive public HTTP traffic, create a private service instead.
Jul 31 08:48:50 PM==> Deploying…
Jul 31 08:49:08 PM==> Using Node version 20.15.1 (default)
Jul 31 08:49:08 PM==> Docs on specifying a Node version: Setting Your Node.js Version – Render Docs
Jul 31 08:49:08 PM==> Using Bun version 1.1.0 (default)
Jul 31 08:49:08 PM==> Docs on specifying a bun version: Setting your Bun Version – Render Docs
Jul 31 08:49:10 PM==> Running ‘node example/server.js’
Jul 31 08:49:10 PMServer is listening on 0.0.0.0:10000
Jul 31 08:49:11 PM==> Your service is live :tada:
Jul 31 08:49:55 PM==> No open HTTP ports detected on 0.0.0.0, continuing to scan…

Hi Pyakhurel,

Does your service open any HTTP ports or is it attempting to use some other protocol? Services running on Render must open an HTTP port.

Regards,

Matt

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