The server has either erred or is incapable of performing the requested operation.
Traceback (most recent call last):
File "C:\Program Files\Google\google_appengine\lib\webapp2-2.5.1\webapp2.py", line 1536, in __call__
rv = self.handle_exception(request, response, e)
File "C:\Program Files\Google\google_appengine\lib\webapp2-2.5.1\webapp2.py", line 1530, in __call__
rv = self.router.dispatch(request, response)
File "C:\Program Files\Google\google_appengine\lib\webapp2-2.5.1\webapp2.py", line 1278, in default_dispatcher
return route.handler_adapter(request, response)
File "C:\Program Files\Google\google_appengine\lib\webapp2-2.5.1\webapp2.py", line 1102, in __call__
return handler.dispatch()
File "C:\Users\riskuma\workspace\pthon\src\main.py", line 120, in dispatch
webapp2.RequestHandler.dispatch(self)
File "C:\Program Files\Google\google_appengine\lib\webapp2-2.5.1\webapp2.py", line 572, in dispatch
return self.handle_exception(e, self.app.debug)
File "C:\Program Files\Google\google_appengine\lib\webapp2-2.5.1\webapp2.py", line 570, in dispatch
return method(*args, **kwargs)
File "C:\Users\riskuma\workspace\pthon\src\main.py", line 193, in get
qry1 = Agent_Details.gql("WHERE Agent_type='Plumber' AND date_of_task >= date (d2)")
File "C:\Program Files\Google\google_appengine\google\appengine\ext\db\__init__.py", line 1389, in gql
*args, **kwds)
File "C:\Program Files\Google\google_appengine\google\appengine\ext\db\__init__.py", line 2699, in __init__
self._proto_query = gql.GQL(query_string, _app=app, namespace=namespace)
File "C:\Program Files\Google\google_appengine\google\appengine\ext\gql\__init__.py", line 280, in __init__
raise initial_error
BadQueryError: Parse Error: Parameter list requires literal or reference parameter at symbol d2--
You received this message because you are subscribed to the Google Groups "webapp2" group.
To unsubscribe from this group and stop receiving emails from it, send an email to webapp2+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.