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
{{ message }}
This repository was archived by the owner on Nov 7, 2023. It is now read-only.
The current version of the code tries to touch /api/json endpoints in several cases, which fails when the Anonymous user doesn't have overall/read (and perhaps other) permissions. The errors are:
Server returned HTTP response code: 401 for URL: https:///job//api/json
Connection to remote server failed, waiting for to retry - 10 seconds until next attempt.
Can you make it so the api endpoint functions are skipped or failures ignored when using the build token root functions?