iteratec / OpenSpeedMonitor

Open Source Web Performance Monitoring. Made by iteratec.
Apache License 2.0
128 stars 26 forks source link

Got status code TESTED_APPLICATION_CLIENTERROR #329

Open jepster opened 4 years ago

jepster commented 4 years ago

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?

j0weiss commented 4 years ago

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.

nilskuhn commented 4 years ago

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.