Didn't know where else to report this error.
ValueError at /actions/log/2009/12/
month must be in 1..12
Request Method: GET
Request URL: http://your.flowingdata.com/actions/log/2009/12/
Exception Type: ValueError
Exception Value:
month must be in 1..12
Exception Location: /www/yfd/twitterish/views.py in actions_log, line 1169
Python Executable: /
Python Version: 2.5.1
Python Path: ['/www/yfd', '/usr/local/lib/python2.5/site-packages/setuptools-0.6c9-py2.5.egg', '/usr/local/lib/python2.5/site-packages/Django-1.0.2_final-py2.5.egg', '/usr/local/lib/python2.5/site-packages/MySQL_python-1.2.2-py2.5-linux-i686.egg', '/usr/local/lib/python2.5/site-packages/pytz-2009j-py2.5.egg', '/usr/local/lib/python2.5/site-packages/simplejson-2.0.9-py2.5-linux-i686.egg', '/usr/local/lib/python2.5/site-packages/BeautifulSoup-3.1.0.1-py2.5.egg', '/usr/local/lib/python2.5/site-packages/python_twitter-0.6-py2.5.egg', '/usr/local/lib/python2.5/site-packages/oauth-1.0-py2.5.egg', '/usr/local/lib/python25.zip', '/usr/local/lib/python2.5', '/usr/local/lib/python2.5/plat-linux2', '/usr/local/lib/python2.5/lib-tk', '/usr/local/lib/python2.5/lib-dynload', '/usr/local/lib/python2.5/site-packages']
Server time: Tue, 1 Dec 2009 16:09:26 +0000
Traceback Switch to copy-and-paste view
* /usr/local/lib/python2.5/site-packages/Django-1.0.2_final-py2.5.egg/django/core/handlers/base.py in get_response
79. # Apply view middleware
80. for middleware_method in self._view_middleware:
81. response = middleware_method(request, callback, callback_args, callback_kwargs)
82. if response:
83. return response
84.
85. try:
86. response = callback(request, *callback_args, **callback_kwargs) ...
87. except Exception, e:
88. # If the view raised an exception, run it through exception
89. # middleware, and if the exception middleware returns a
90. # response, use that. Otherwise, reraise the exception.
91. for middleware_method in self._exception_middleware:
92. response = middleware_method(request, e)
