mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 09:25:56 +03:00
[GH-ISSUE #79] Why the results aren't the same as in the web? #22
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#22
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 @ftpd on GitHub (Aug 25, 2022).
Original GitHub issue: https://github.com/aome510/hackernews-TUI/issues/79
Originally assigned to: @aome510 on GitHub.
I've decided to give hackernews-TUI a chance today but right after running it I've seen it shows different stories than they are on the web. Why? Do I use it somehow wrong?
@aome510 commented on GitHub (Aug 27, 2022):
For tabs other than front page, it can either show the stories sorted by date or by points because HN Algolia API is used for that. front page stories are fetched using HN official API. This is why ask stories showed in the app are different from the web.
This can be resolved by using a mix of both APIs for ask,show,etc stories.
@aome510 commented on GitHub (Sep 5, 2022):
Hi @ftpd, I've updated the app in #80 to show
shown_hnandask_hnstories in the same order as in the web. Can you try to the latest build ofmainto confirm that it works?@ftpd commented on GitHub (Sep 18, 2022):
Sorry, I was on holidays.
I still see some differences.
@aome510 commented on GitHub (Sep 18, 2022):
No worries.
Do u have any pictures of such differences? Mine is similar
@ftpd commented on GitHub (Sep 18, 2022):
This is how it looks for me:

And frontpage looks fine:

@aome510 commented on GitHub (Sep 18, 2022):
Looks like you're using the old build of
hackernews_tui, as theask-hnstories are still sorted by date. Can u try it with the latest build frommain(the change hasn't been released into a new version):@ftpd commented on GitHub (Sep 19, 2022):
Oh, I've just assumed there is a new release ;-) I will build it, but no sooner than today's evening (CEST). I will let you know, sorry for the inconvenience.
@ftpd commented on GitHub (Oct 3, 2022):
Aaaaaaaand I forgot.
Now I've build from today's master - it works fine. Thanks, I will wait for the new release.
@aome510 commented on GitHub (Oct 3, 2022):
Great. Thanks for the confirmation. I'll release a new version soon