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
failed because I was using my Ampel API token (and not the archive token). This line the first one that breaks, but the error thrown here make clear it's simply and authorization issue. Shall I add a check for unauthorized in the output from response = requests.post()?
The text was updated successfully, but these errors were encountered:
https://github.com/AmpelProject/Ampel-nuclear/blob/cef592dff6f090628518a1d207a95d7dd6215c82/run_tde_test.py#L88
In my first attempt at
./run_tde_test.py -i
failed because I was using my Ampel API token (and not the archive token). This line the first one that breaks, but the error thrown here make clear it's simply and authorization issue. Shall I add a check for
unauthorized
in the output fromresponse = requests.post()
?The text was updated successfully, but these errors were encountered: