OpenSpeedMonitor icon indicating copy to clipboard operation
OpenSpeedMonitor copied to clipboard

Got status code TESTED_APPLICATION_CLIENTERROR

Open jepster opened this issue 5 years ago • 2 comments

Hi,

I have started the Docker setup via your Docker compose instructions from the project page.

Then I could run open speed monitor locally via the following url: http://localhost:8080/. Then I got a API key from https://www.webpagetest.org/. However, If I try to run any test, I am getting the following error:

image

Do you have any idea what's wrong?

jepster avatar Feb 01 '20 21:02 jepster

Hi, thanks for opening this issue. Do you see more information about the error in the docker logs?

We'll try to reproduce the issue.

j0weiss avatar Feb 04 '20 08:02 j0weiss

Webpagetests API Keys are limited in the amount of tests you are allowed to run and also in the locations one may use. That is stated here:

The API keys are limited to testing from a subset of locations (EC2 regions and the Dulles Chrome, Firefox, IE 9 and Mobile agents).

So I would assume you have chosen a location which you are not allowed to use with your key. OpenSpeedMonitor pulls all locations available from configured WebpageTest instance. Locations of webpagetest.org may also be seen here.

Please check whether you are able to run a test if you change location of created measurement job to Dulles:Chrome for example.

nilskuhn avatar Feb 07 '20 14:02 nilskuhn