ajanata / PretendYoureXyzzy

A web clone of the card game Cards Against Humanity.
https://pretendyoure.xyz/zy
BSD 2-Clause "Simplified" License
1.22k stars 397 forks source link

Latest Commit breaks the game #131

Closed NightDevel closed 9 years ago

NightDevel commented 9 years ago

The latest commit causes "internal server error" to be thrown in global chat. Card sets don't appear to load once "New game" is pressed. Reverting back two commits before 359c5e11404644688da85b14336074a43a45ca07 fixes the issue. Note: I haven't tested one commit before 359c5e11404644688da85b14336074a43a45ca07 out of pure laziness. Sorry.

ajanata commented 9 years ago

The server I am running is on 358c5e1 and appears to be working fine. Some people are reporting issues but not that specific problem (more like the javascript or css isn't loading properly than anything).

I think there's some caching problems going on, which is odd since there's supposed to be a filter that says to not cache anything, unless I broke that somehow when I was making it work in Jetty...