-
-
Notifications
You must be signed in to change notification settings - Fork 524
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
EOFError during first run of jrnl #1777
Comments
Hi @moore-bryan, thanks for filing this bug. If you don't mind answering a few questions to help us narrow things down: Did you install jrnl from the Fedora package, or use a different method like pipx or brew? Can you reproduce the error by running jrnl again? And if not, could you delete your config file listed when you run |
Sure... I initially just ran I can confirm installing via |
Thanks. I'm not sure exactly why this would happen, though the closest I can get to reproducing the error on my machine is to use the EOF terminator (Ctrl+Z on Windows, Ctrl+D on Linux) on the prompt for the journal path when jrnl first runs. At the very least, I think we should be able to catch this EOFError there and print a more useful error message, though if anyone else runs into this problem, please let us know here. |
A solution to this issue should:
|
Diagnostic output
jrnl: v4.0.1
Python: 3.11.4 (main, Jun 7 2023, 00:00:00) [GCC 13.1.1 20230511 (Red Hat 13.1.1-2)]
OS: Linux 6.4.6-200.fc38.x86_64
Current Behavior
When installing jrnl, it returned an "EOFError" about "reading a line" and claimed it "is probably a bug," asking me to "file an issue."
Expected Behavior
Not that.
Repro Steps
Install jrnl.
Debug output
Nothing of note, since the error occurred during install.
Other Information
Fedora 38
The text was updated successfully, but these errors were encountered: