maxmunzel / strichliste2.0

A reliable, no-maintenance solution to replace tally lists.
6 stars 1 forks source link

Problem in generating the secret.json #5

Closed Pentaonia closed 1 year ago

Pentaonia commented 1 year ago

Hey Max,

I just wanted to start the generation of the secret by "python3 init.py". Sadly I got the following error after I typed the password and hit enter:

image

Hope you can help me with that. I have python3 version 3.6.8.

Best Loubert

maxmunzel commented 1 year ago

Hi Loubert,Maybe try removing the .encode() in line 49?Seems like the jwt lib switched to returning strings instead of bytes at some point.Cheers MaxOn 15. Nov 2022, at 11:03, Pentaonia @.***> wrote: Hey Max, I just wanted to start the generation of the secret by "python3 init.py". Sadly I got the following error after I typed the password and hit enter:

Hope you can help me with that. I have python3 version 3.6.8. Best Loubert

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

Pentaonia commented 1 year ago

Hi Max,

that didnt work but when I removed the ".decode()" it runs properly. image

Best Loubert

maxmunzel commented 1 year ago

Oh, that's also what I wanted to type ;) Happy Hacking!