Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid byte sequence in UTF 8 #192

Closed
MariusBasse opened this issue Nov 25, 2020 · 3 comments
Closed

Invalid byte sequence in UTF 8 #192

MariusBasse opened this issue Nov 25, 2020 · 3 comments

Comments

@MariusBasse
Copy link

Hey team,

when I want to print my current sheet, the sheet is unavailable and I get an "invalid byte sequence in UTF 8" error. Where is my current sheet located so that I can at least write it down and look at it and reinstall timetrap?

@dechimp
Copy link
Collaborator

dechimp commented Nov 25, 2020

Typically upgrading / reinstalling timetrap doesnt affect or delete your database, but if I were worried about it, I would make a backup of it, which I think is located at ~/.timetrap.db

@dechimp
Copy link
Collaborator

dechimp commented Nov 25, 2020

and I think the database is SQLite, so you can query it if need be.
$ sqlite3 ~/.timetrap.db
SELECT * FROM entries WHERE sheet LIKE 'mySheet';

@categulario
Copy link
Collaborator

Hey @MariusBasse do you have a traceback of the error? Did you find the cause?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants