Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container drops incomplete message #9

Open
andristarr opened this issue Feb 26, 2024 · 3 comments
Open

Container drops incomplete message #9

andristarr opened this issue Feb 26, 2024 · 3 comments

Comments

@andristarr
Copy link

Running the container docker run -d -p 4444:4444 instrumentisto/geckodriver and trying to connect to it with thirtyfour or fantoccini throws hyper::Error(IncompleteMessage).

Even trying to telnet into localhost 4444 just drops the connection and sends back to the command prompt.

Locally running the geckodriver works fine.

@tyranron
Copy link
Member

@andristarr what container logs do say?

@andristarr
Copy link
Author

Container is not reach at all, so no logs on the containers side.

@tyranron
Copy link
Member

@andristarr try to run it in foreground to see what's happening:

docker run -it -p 4444:4444 instrumentisto/geckodriver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants