google-code-export / sandy-disaster-recovery

Automatically exported from code.google.com/p/sandy-disaster-recovery
2 stars 2 forks source link

Internal Error on Export, Print #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
https://sandy-disaster-recovery.appspot.com/print?id=3111

Internal Server Error

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

Traceback (most recent call last):
  File "/base/python27_runtime/python27_lib/versions/third_party/webapp2-2.5.1/webapp2.py", line 1536, in __call__
    rv = self.handle_exception(request, response, e)
  File "/base/python27_runtime/python27_lib/versions/third_party/webapp2-2.5.1/webapp2.py", line 1530, in __call__
    rv = self.router.dispatch(request, response)
  File "/base/python27_runtime/python27_lib/versions/third_party/webapp2-2.5.1/webapp2.py", line 1278, in default_dispatcher
    return route.handler_adapter(request, response)
  File "/base/python27_runtime/python27_lib/versions/third_party/webapp2-2.5.1/webapp2.py", line 1102, in __call__
    return handler.dispatch()
  File "/base/python27_runtime/python27_lib/versions/third_party/webapp2-2.5.1/webapp2.py", line 572, in dispatch
    return self.handle_exception(e, self.app.debug)
  File "/base/python27_runtime/python27_lib/versions/third_party/webapp2-2.5.1/webapp2.py", line 570, in dispatch
    return method(*args, **kwargs)
  File "/base/data/home/apps/s~sandy-disaster-recovery/1.363357691692000307/base.py", line 40, in post
    self.AuthenticatedPost(org, event)
  File "/base/data/home/apps/s~sandy-disaster-recovery/1.363357691692000307/export_handler.py", line 14, in AuthenticatedPost
    sites = site_util.SitesFromIds(self.request.get('id'), event)
  File "/base/data/home/apps/s~sandy-disaster-recovery/1.363357691692000307/site_util.py", line 19, in SitesFromIds
    return [site[0] for site in site_db.GetAllCached(event, "all", ids)]
TypeError: GetAllCached() takes at most 2 arguments (3 given)

Original issue reported on code.google.com by v...@aarontitus.net on 23 Nov 2012 at 2:52

GoogleCodeExporter commented 9 years ago

Original comment by v...@aarontitus.net on 23 Nov 2012 at 3:32

GoogleCodeExporter commented 9 years ago
No further reports of problems.

Original comment by v...@aarontitus.net on 14 Dec 2012 at 9:10