babybunny / rebuildingtogethercaptain

Rebuilding Together Peninsula ROOM system
Apache License 2.0
3 stars 1 forks source link

Reporting summary issue with Site #20012SAM #539

Open caripang opened 4 years ago

caripang commented 4 years ago

Reporting issue with Site # 20012SAM. We checked other sites but cannot figure out why this site is having issues pulling up the reporting summary that wee cannot recreate with any of the other sites. The site page seems to display ok, just an issue with the reporting summary page.

Internal Server Error The server has either erred or is incapable of performing the requested operation.

Traceback (most recent call last): File "/base/alloc/tmpfs/dynamic_runtimes/python27g/ebb3af67a06047b6/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1535, in call rv = self.handle_exception(request, response, e) File "/base/alloc/tmpfs/dynamic_runtimes/python27g/ebb3af67a06047b6/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1529, in call rv = self.router.dispatch(request, response) File "/base/alloc/tmpfs/dynamic_runtimes/python27g/ebb3af67a06047b6/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1278, in default_dispatcher return route.handler_adapter(request, response) File "/base/alloc/tmpfs/dynamic_runtimes/python27g/ebb3af67a06047b6/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1102, in call return handler.dispatch() File "/base/data/home/apps/s~rebuildingtogethercaptain-hrd/issue455.417979736667440866/room/staff.py", line 75, in dispatch super(StaffHandler, self).dispatch(*a, *k) File "/base/alloc/tmpfs/dynamic_runtimes/python27g/ebb3af67a06047b6/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 572, in dispatch return self.handle_exception(e, self.app.debug) File "/base/alloc/tmpfs/dynamic_runtimes/python27g/ebb3af67a06047b6/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 570, in dispatch return method(args, **kwargs) File "/base/data/home/apps/s~rebuildingtogethercaptain-hrd/issue455.417979736667440866/room/staff.py", line 248, in get return common.Respond(self.request, 'site_summary', {'site': site}) File "/base/data/home/apps/s~rebuildingtogethercaptain-hrd/issue455.417979736667440866/room/common.py", line 193, in Respond request_handler.response.out.write(template.render(params)) File "/base/alloc/tmpfs/dynamic_runtimes/python27g/ebb3af67a06047b6/python27/python27_lib/versions/third_party/jinja2-2.6/jinja2/environment.py", line 894, in render return self.environment.handle_exception(exc_info, True) File "/base/data/home/apps/s~rebuildingtogethercaptain-hrd/issue455.417979736667440866/room/templates/site_summary.html", line 1, in top-level template code {%extends "base.html"%} File "/base/data/home/apps/s~rebuildingtogethercaptain-hrd/issue455.417979736667440866/room/templates/base.html", line 78, in top-level template code {% block body %}Body Placeholder{% endblock %} File "/base/data/home/apps/s~rebuildingtogethercaptain-hrd/issue455.417979736667440866/room/templates/site_summary.html", line 199, in block "body" {{ vr.purchase_date.strftime("%b %d %Y") }} ValueError: year=3 is before 1900; the datetime strftime() methods require year >= 1900