[GH-ISSUE #89] Error:failed to execute command #27

Closed
opened 2026-03-14 12:26:22 +03:00 by kerem · 2 comments
Owner

Originally created by @kirk781 on GitHub (Apr 24, 2023).
Original GitHub issue: https://github.com/aome510/hackernews-TUI/issues/89

When opening in article view, it gives the error, failed to execute command:

article_md --format html [url of the article].
Please make sure you have configured the "article_parse_command" option as described in the following link.

The link leads to nowhere. I also can't open articles in the web browsers. Do I need to configure a command line based web browser like Lynx to do that?

I am on the latest version of the app installed via Cargo. The OS is Manjaro [it is capable of installing via Arch repos but cargo gets even earlier updates for Rust applications, hence I chose it over the AUR].

Originally created by @kirk781 on GitHub (Apr 24, 2023). Original GitHub issue: https://github.com/aome510/hackernews-TUI/issues/89 When opening in article view, it gives the error, failed to execute command: article_md --format html [url of the article]. Please make sure you have configured the "article_parse_command" option as described in the following link. The link leads to nowhere. I also can't open articles in the web browsers. Do I need to configure a command line based web browser like Lynx to do that? I am on the latest version of the app installed via Cargo. The OS is Manjaro [it is capable of installing via Arch repos but cargo gets even earlier updates for Rust applications, hence I chose it over the AUR].
kerem closed this issue 2026-03-14 12:26:36 +03:00
Author
Owner

@aome510 commented on GitHub (Apr 24, 2023):

The link leads to nowhere. I also can't open articles in the web browsers. Do I need to configure a command line based web browser like Lynx to do that?

Sorry for the confusion. Recently, I updated the folder name in the repo, so the old link doesn't work now. The new link should be https://github.com/aome510/hackernews-TUI/blob/main/docs/config.md#article-parse-command

I assume you're a Linux user. The default URL open command is open which doesn't work in Linux (context: https://github.com/aome510/hackernews-TUI/issues/87). You can configure it by updating the ~/.config/hn-tui.toml. Example config file for your reference: https://github.com/aome510/hackernews-TUI/blob/main/examples/hn-tui.toml#L10

<!-- gh-comment-id:1520393541 --> @aome510 commented on GitHub (Apr 24, 2023): > The link leads to nowhere. I also can't open articles in the web browsers. Do I need to configure a command line based web browser like Lynx to do that? Sorry for the confusion. Recently, I updated the folder name in the repo, so the old link doesn't work now. The new link should be https://github.com/aome510/hackernews-TUI/blob/main/docs/config.md#article-parse-command I assume you're a Linux user. The default URL open command is `open` which doesn't work in Linux (context: https://github.com/aome510/hackernews-TUI/issues/87). You can configure it by updating the `~/.config/hn-tui.toml`. Example config file for your reference: https://github.com/aome510/hackernews-TUI/blob/main/examples/hn-tui.toml#L10
Author
Owner

@aome510 commented on GitHub (Apr 26, 2023):

The issues with URL open command on Linux and the broken link to article_parse_command config document should be fixed with the new version 0.13.0.

<!-- gh-comment-id:1523837537 --> @aome510 commented on GitHub (Apr 26, 2023): The issues with URL open command on Linux and the broken link to `article_parse_command` config document should be fixed with the new version `0.13.0`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hackernews-TUI#27
No description provided.