preact-hn icon indicating copy to clipboard operation
preact-hn copied to clipboard

Comment load failures

Open kristoferbaxter opened this issue 7 years ago • 1 comments

When grabbing each list comments are also retrieved. However, it appears that some comments are not requested, causing the server to 500 when a stories comments are requested.

  1. Ensure all comments are retrieved
  2. Handle missing comments more gracefully on both the server and client.

kristoferbaxter avatar Mar 23 '17 06:03 kristoferbaxter

https://github.com/kristoferbaxter/preact-hn/commit/6822c3391de23448a0e58abbfdfec79510665ea6

This commit addresses item 2.

kristoferbaxter avatar Sep 27 '17 09:09 kristoferbaxter