mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 09:25:56 +03:00
[GH-ISSUE #52] v0.8.0 crashes on startup, fails to create log file #18
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @herbygillot on GitHub (Dec 14, 2021).
Original GitHub issue: https://github.com/aome510/hackernews-TUI/issues/52
Originally assigned to: @aome510 on GitHub.
It's crashing because the
$HOME/.cachedirectory does not exist, which is where it wants to create the log file.After doing:
...
v0.8.0starts up without issues.@aome510 commented on GitHub (Dec 14, 2021):
hi @herbygillot. Thanks for reporting.
This should be fixed in
github.com/aome510/hackernews-TUI@be6b431b97. Will release a new version (0.8.1) shortly with the fix.@herbygillot commented on GitHub (Dec 15, 2021):
OK, fix confirmed. BTW,
hackernews-tuiis available via MacPorts: https://ports.macports.org/port/hackernews-tui/That's an option for those who want to install it on macOS.
@aome510 commented on GitHub (Dec 15, 2021):
@herbygillot thanks for confirming and mentioning MacPorts. Added a new method to
README!