When attempting to visit the new tab, HNES fails to render, causing a solid white screen to display instead.
I have isolated the problem to HNES's attempt to handle dead submissions, where it incorrectly parses the URL to be what is provided by the "web" link below the title, which currently points to google, not an HN comment section. This causes an exception when HNES attempts to count the comments that the submission has, causing the page to fail to render.
which checks for invalid links when HNES counts comments. This still leaves a slight artifact where the comment count is (currectly) not visible, but still a clickable link to the google search.
When attempting to visit the new tab, HNES fails to render, causing a solid white screen to display instead.
I have isolated the problem to HNES's attempt to handle dead submissions, where it incorrectly parses the URL to be what is provided by the "web" link below the title, which currently points to google, not an HN comment section. This causes an exception when HNES attempts to count the comments that the submission has, causing the page to fail to render.
I have implemented a workaround here: https://github.com/etcet/HNES/pull/92
which checks for invalid links when HNES counts comments. This still leaves a slight artifact where the comment count is (currectly) not visible, but still a clickable link to the google search.