catchpoint/WebPageTest.api-nodejs

Error 301 - Moved Permanently when getting RESULTS

Opened this issue · 2 comments

I am trying to run the following command:

webpagetest results to get the results of the test, but it keeps on giving me:

{
"error": {
"name": "WPTAPIError",
"code": 301,
"message": "Moved Permanently"
}

passing --server=https://www.webpagetest.org/ when running the tests works fine, but what do i need to pass to retrieve the results of the test?

same here

Is it still happening? Just tried here with version 0.3.4 for both private and public servers and it's working as intended.