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()?
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()
?