You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app crashes on startup on my Ubuntu 20.04 based OS:
$ lazyjournal
2024/12/26 23:01:04 Failed to decode JSON: invalid character 'b' looking for beginning of value
I couldn't use the official release binary due to Ubuntu 20.04's ancient GLIBC version, so I've installed the package via go install github.com/Lifailon/lazyjournal. I also tried building from source as instructed on the README, but got the same result. Running with sudo did not make a difference either.
Also after the error, my terminal rendering breaks, e.g.
The app crashes on startup on my Ubuntu 20.04 based OS:
I couldn't use the official release binary due to Ubuntu 20.04's ancient GLIBC version, so I've installed the package via
go install github.com/Lifailon/lazyjournal
. I also tried building from source as instructed on the README, but got the same result. Running withsudo
did not make a difference either.Also after the error, my terminal rendering breaks, e.g.
Running
reset
fixes this though.The text was updated successfully, but these errors were encountered: