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

I was seeing an issue at def start(self, **kwargs: Any) -> sp.Popen: function with error, "Appium has failed to start on {host}:{port} within {timeout_ms}ms timeout" #778

Open
Amulyakr opened this issue Sep 29, 2022 · 1 comment

Comments

@Amulyakr
Copy link

Appium was not starting on Mac with python3.7 via code

Solution:
Made a change at
if not(self.is_running or (timeout_ms > 0 and not poll_url(host, port, status_url_path, timeout_ms))):
//added brackets after not

@jlipps
Copy link
Member

jlipps commented Oct 4, 2022

Would you like to submit this fix as a pull request, then?

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