check-if-email-exists icon indicating copy to clipboard operation
check-if-email-exists copied to clipboard

bind() failed: Address not available

Open 0x11c11e opened this issue 2 years ago • 1 comments

Email Provider

No response

What happened?

Hi,

I get error on the first command (bind() failed: Address not available (99)): docker run -p 8080:8080 reacherhq/backend:latest

Relevant log output

*  Executing task: docker logs --tail 1000 -f 7f5bac2a02dc1c86a3372e261502947f8d85ecab2d2b4d8bf8a4575237bb7c0b 

Server is listening on 0.0.0.0:8080.
[2022-09-12T14:31:45Z INFO  reacher] Running Reacher v0.4.0
Starting ChromeDriver 102.0.5005.173 (0) on port 9515
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
[1662993105.414][SEVERE]: bind() failed: Address not available (99)
ChromeDriver was started successfully.

0x11c11e avatar Sep 12 '22 14:09 0x11c11e

i hope you have already got it resolved. but in case anyone run into this problem. here is my solution a. you would want to know what exactly caused this problem by adding flag chromedriver --verbose to docker.sh file b. in my case, it was caused by 'listen on IPv6 failed with error ERR_ADDRESS_INVALID'. solved by adding --whitelisted-ips flag to docker.sh

lxwang42 avatar Apr 05 '23 17:04 lxwang42