Skip to content

Instantly share code, notes, and snippets.

@oostendo
Created May 8, 2012 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oostendo/2639000 to your computer and use it in GitHub Desktop.
Save oostendo/2639000 to your computer and use it in GitHub Desktop.
KURT MAKES ME FEEL PAIN
ERROR:SimpleSeer.Web:Exception on /olap/Motion/since/1336421952 [GET]
Traceback (most recent call last):
File "/Library/Python/2.6/site-packages/flask/app.py", line 1504, in wsgi_app
response = self.full_dispatch_request()
File "/Library/Python/2.6/site-packages/flask/app.py", line 1264, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/Library/Python/2.6/site-packages/flask/app.py", line 1262, in full_dispatch_request
rv = self.dispatch_request()
File "/Library/Python/2.6/site-packages/flask/app.py", line 1248, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/Users/oostendo/dev/SimpleSeer/SimpleSeer/util.py", line 16, in decorated_function
obj = f(*args, **kwargs)
File "/Users/oostendo/dev/SimpleSeer/SimpleSeer/views.py", line 266, in olap_since
return o.execute(sincetime = int(timestamp), limitresults=limit)
NameError: global name 'limit' is not defined
SimpleSeer.Web: ERROR Exception on /olap/Motion/since/1336421952 [GET]
Traceback (most recent call last):
File "/Library/Python/2.6/site-packages/flask/app.py", line 1504, in wsgi_app
response = self.full_dispatch_request()
File "/Library/Python/2.6/site-packages/flask/app.py", line 1264, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/Library/Python/2.6/site-packages/flask/app.py", line 1262, in full_dispatch_request
rv = self.dispatch_request()
File "/Library/Python/2.6/site-packages/flask/app.py", line 1248, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/Users/oostendo/dev/SimpleSeer/SimpleSeer/util.py", line 16, in decorated_function
obj = f(*args, **kwargs)
File "/Users/oostendo/dev/SimpleSeer/SimpleSeer/views.py", line 266, in olap_since
return o.execute(sincetime = int(timestamp), limitresults=limit)
NameError: global name 'limit' is not defined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment