MattHeard / Dendrite

Write an interactive adventure story with the rest of the world
MIT License
2 stars 0 forks source link

`NullPointerException` on `/alt` where pages have been manually deleted. #230

Open MattHeard opened 9 years ago

MattHeard commented 9 years ago
java.lang.NullPointerException
    at com.deuteriumlabs.dendrite.model.StoryPage.getNumLovingUsers(StoryPage.java:581)
    at com.deuteriumlabs.dendrite.view.AltView.getAlt(AltView.java:89)
    at com.deuteriumlabs.dendrite.view.AltView.getAlts(AltView.java:75)

Page 1033 had many pages rewritten by a spam bot and I manually pruned many of the pages. However, this meant that various stats such as the number of loving users was not updated, causing NullPointerExceptions.