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"
未关闭
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 1.8k
- 派生
- 570
- 平均合并
- 1 天 10 小时
- 30 天内合并 PR
- 24
描述
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
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 def start(self, **kwargs: Any) -> sp.Popen 开始,检查涉及 self.is_running、poll_url(host, port, status_url_path, timeout_ms) 和 timeout_ms 的条件。在 macOS 上使用 Python 3.7 重现 Appium 启动失败,然后验证修正后的条件允许在配置的超时时间内启动。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- mobile
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100