Last step for Hades SatNOGS decoder: SATNOGS_DB_API_TOKEN

Hi all,

We reach the last step creating the HadesD decoder, forking the “satnogs-decoders” repo. I use my SatNOGS DB API (retrieved from the “Settings / API Token” menu) in the .env file, but when I use the Python scripts I receive an error:

  warnings.warn(
ERROR:
Response: {"detail":"Invalid token."}

Do you have any idea what could be happening? I just pasted the token in the .env file, just like the next example:

tattoonie:manage $ cat .env
SATNOGS_DB_API_TOKEN=35324123whatever
tattoonie:manage $

Thank you in advance!