ubyssey / ubyssey.ca

The code that powers www.ubyssey.ca
GNU General Public License v2.0
36 stars 41 forks source link

Infinite feed request sometimes results in a 500 error and feed stops being able to update #1313

Closed SamuelmdLow closed 10 months ago

SamuelmdLow commented 11 months ago

example of a dead request https://ubyssey.ca/infinitefeed/?section=humour&search_query=halloween&start=30&number=15

my guess is that this is caused by some old articles that have unusual and unexpected information (or lack of) in the database, causing an error in the backend.

SamuelmdLow commented 10 months ago

I've run the request locally with a copy of the database and it was pretty much what I expected

image