almarklein / timetagger

Tag your time, get the insight
https://timetagger.app
GNU General Public License v3.0
1.17k stars 103 forks source link

Could not get token: ValueError in request handler: Invalid salt #485

Closed j0nsgh closed 5 months ago

j0nsgh commented 6 months ago

I've created a docker, used the cred page to generate a docker credential, added it into my YAML, but I'm constantly met with:

Could not get token: ValueError in request handler: Invalid salt

almarklein commented 6 months ago

I suspect the credentials are not properly escaped. Have you also tried the version with double dollar signs, for instance?

JanLouisP commented 5 months ago

I had the same issue. For me it fixed it using the Raw Credentials. I am using CasaOs, when I insert it there it escapes automaticaly, so I had double escaped.

almarklein commented 5 months ago

I'm going to assume the original issue is similar, and close this issue. @j0nsgh feel free to respond/reopen if the issue persists.

j0nsgh commented 5 months ago

Hey there, so funny thing, Tuesday I finally had time to rework the container build and as @JanLouisP eluded to, I too am using CASAOS so once I discovered the escapes, I adjusted and it resolved the issue. Hadn't had a chance to respond back, but yup all good and can close!