Web server failed: listen tcp 192.168.1.126:59999: bind: cannot assign requested address #220
Replies: 2 comments 5 replies
-
You could try run app using
Here is a guide you can refer: |
Beta Was this translation helpful? Give feedback.
-
If this is Linux and not containerized: you can see if any process is already listening on that port:
If there isn't anything already listening on that port, I have seen this problem when some other process is using that port as a client. For example, some other service has a connection to core-metadata on port 59881, and got randomly assigned 59999 as the source port, keeping you from using that port as a destination. |
Beta Was this translation helpful? Give feedback.
-
when run device_simple, get errors:
level=ERROR ts=2023-11-30T03:01:41.415677205Z app=device-simple source=httpserver.go:143 msg="Web server failed: listen tcp 192.168.1.126:59999: bind: cannot assign requested address
Beta Was this translation helpful? Give feedback.
All reactions