hydroxide auth not printing password
I compiled the current git version of hydroxide, and when I do hydroxide auth mielke_j after putting in my password it only outputs 2021/09/19 20:23:17 EOF (ie. date, time and EOF).
Hm, it means something is hitting an unexpected end of file somewhere. We're really bad at adding context to our errors (patches welcome!), so you'll need to track down where that error comes from to understand what's going on.
Right, where would I get started in tracking down that error? As someone with little to no experience with code debugging.
You should now change your password and click the "log out from all sessions" button. These logs contain your credentials.
I had the same issue. For me the cause was an empty (but existing) ~/.config/hydroxide/auth.json. Deleted it, ran the command again and it worked fine.
I've added more context to auth errors.