You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get wptagent to run on Linux with a private server and ran into an issue where the agent is polling the wrong server URL for work.
Instead of sending requests to /work/getwork.php they are sent to /getwork.php resulting in server errors.
I fixed it locally by changing the path at internal/webpagetest.py:get_test. I'm not sure if this is a generic issue, or said path has changed in the latest WPT server.
The text was updated successfully, but these errors were encountered:
I'm trying to get wptagent to run on Linux with a private server and ran into an issue where the agent is polling the wrong server URL for work.
Instead of sending requests to
/work/getwork.php
they are sent to/getwork.php
resulting in server errors.I fixed it locally by changing the path at
internal/webpagetest.py:get_test
. I'm not sure if this is a generic issue, or said path has changed in the latest WPT server.The text was updated successfully, but these errors were encountered: