First time here? Check out the FAQ!

jeffhui's profile - activity

2013-05-14 13:59:27 -0500 received badge Famous Question (source)
2012-11-29 16:47:29 -0500 received badge Editor (source)
2012-11-29 16:47:11 -0500 asked a question Setting DEBUG=False breaks voting

Hi, I'm trying to deploy askbot to heroku (with memcachier). All is working fine except when you try to upvote anything, an error occurs (with a red dialog that says):

invalid literal for int() with base 10: 'True'

But that only occurs when DEBUG is set to False. Is there any way to solve this other than leaving the server in debug mode?

Heroku logs doesn't show any sort of error reporting (I'm making logs go to stdout instead of a file).