Daniel15 / Website

Source code for my personal website (https://d.sb/) and blog.
https://d.sb/
27 stars 26 forks source link

Social feed, loading more a few times, then stops working #59

Open marian-c opened 6 years ago

marian-c commented 6 years ago
  1. page/section: https://dan.cx/socialfeed.htm
  2. scroll down and press load more a few times

You will be stuck in loading...

This happens because the call to loadjson.php?count=25&before_date=1507001253 does not return any content even if the status code is 200, then the js fails

screen shot 2017-10-18 at 7 31 41 pm
Daniel15 commented 6 years ago

Huh, interesting, I haven't touched that code in a long time so I wonder if there's some long-standing bug in it. Thanks for reporting!