使用Bitrise打开STF提示无法获取设备序列号,错误:

时间:2018-10-30 15:22:22

标签: mobile build automation bitrise

我在Bitrise工作流程中添加了Open STF,并在构建时给出了以下错误消息

Could not get device serials, error: [Get http://x.x.x.x:portno/#%21/devices/api/v1/devices: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)] . 

我已在构建步骤中提供了STF_URL->登录到仪表板后,在Open STF中复制了URL,并在工作流程步骤中将URL粘贴到了STF_URL参数中。 API令牌->从Open STF仪表板复制粘贴的API令牌。

1 个答案:

答案 0 :(得分:0)

Client.Timeout exceeded while awaiting headers 看起来STF服务器端的互联网连接速度很慢。

您可以使用curl持续该请求的时间吗?例如使用具有此主体的脚本步骤: time curl -H "Authorization: Bearer YOUR-TOKEN-HERE" https://YOUR-HOST-HERE/api/v1/devices