google-code-export / sandy-disaster-recovery

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

Printer Friendly Template Update #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When a user clicks "Printer Friendly," please use the attached template.

You’ll see that I included variables.  Booleans should be represented: 
True="X"; False = "".  Numbers should be represented as numbers.  Strings as 
strings.

As we are doing a major deployment tomorrow, this is an critical, 
time-sensitive update.

Original issue reported on code.google.com by v...@aarontitus.net on 22 Nov 2012 at 10:54

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks, and Happy Thanksgiving.

Original comment by v...@aarontitus.net on 22 Nov 2012 at 11:26

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

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 47, in get
    self.AuthenticatedGet(org, event)
  File "/base/data/home/apps/s~sandy-disaster-recovery/1.363357691692000307/print_handler.py", line 26, in AuthenticatedGet
    self.AuthenticatedPost(org, event)
  File "/base/data/home/apps/s~sandy-disaster-recovery/1.363357691692000307/print_handler.py", line 29, 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)

Will try to open and close browser to see if session reset solves problem.

Original comment by v...@aarontitus.net on 23 Nov 2012 at 2:26

GoogleCodeExporter commented 9 years ago
Browser close/open/re-log in does not solve the situation.

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 47, in get
    self.AuthenticatedGet(org, event)
  File "/base/data/home/apps/s~sandy-disaster-recovery/1.363357691692000307/print_handler.py", line 26, in AuthenticatedGet
    self.AuthenticatedPost(org, event)
  File "/base/data/home/apps/s~sandy-disaster-recovery/1.363357691692000307/print_handler.py", line 29, 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 comment by v...@aarontitus.net on 23 Nov 2012 at 2:31

GoogleCodeExporter commented 9 years ago
No further reports of problems.

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