我在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令牌。
答案 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