python - Google app engine error 3 -
hi running google app engine has randomly stopped working here logs. not coder wondered if point me in right direction wrong?
i2015-04-29 15:54:13.305 / xxxxxxxxxxxxxxxxx 500 7ms 2kb appengine-google; (+http://code.google.com/appengine) module=default version=1 0.1.0.2 - - [29/apr/2015:07:54:13 -0700] "post /solvehook http/1.1" 500 2352 "https:// xxxxxxxxxxxxxxxxx.appspot.com/" "appengine-google; (+http://code.google.com/appengine)" " xxxxxxxxxxxxxxxxx.appspot.com" ms=7 cpu_ms=9 cpm_usd=0.000263 queue_name= xxxxxxxxxxxxxxxxx task_name=4598293485967329217 app_engine_release=1.9.19 instance=00c61b117c99323f8203eca8b1aa54c6e0d29e i2015-04-29 15:54:13.302 start of: activities_update i2015-04-29 15:54:13.302 followupid: 141775527, contactid: 141774193 i2015-04-29 15:54:13.303 details set: make reservation i2015-04-29 15:54:13.303 contact categorise (pending reservation: 98837900 e2015-04-29 15:54:13.303 unsupported operand type(s) +: 'nonetype' , 'str' traceback (most recent call last): file "/base/data/home/runtimes/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/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1529, in __call__ rv = self.router.dispatch(request, response) file "/base/data/home/runtimes/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/data/home/runtimes/python27/python27_lib/versions/third_party/webapp2-2.5.2/webapp2.py", line 1102, in __call__ return handler.dispatch() file "/base/data/home/runtimes/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/data/home/runtimes/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/ xxxxxxxxxxxxxxxxx /1.375951812156871492/endpoint2.py", line 79, in post 'activities.create' : activities_create}[notification.find('type').text](postdata,notification) file "/base/data/home/apps/ xxxxxxxxxxxxxxxxx /1.375951812156871492/endpoint2.py", line 171, in activities_update add_pending_reservation_category(postdata,notification) file "/base/data/home/apps/xxxxxxxxxxxxxxxxx/1.375951812156871492/endpoint2.py", line 331, in add_pending_reservation_category logging.info('contact categorise (pending reservation: ' + categoryid) + ')' typeerror: unsupported operand type(s) +: 'nonetype' , 'str'
Comments
Post a Comment