NightFury13 / BeHeard

Community sourced grievances portal.
0 stars 1 forks source link

Category submenu throwing error #19

Open drdhaval2785 opened 9 years ago

drdhaval2785 commented 9 years ago

When I click on Categories -> Water on http://test-ak5.appspot.com/index I get the following error. Only Transportation Category is functioning properly now.

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/s~test-ak5/1.373647756419037848/beheard.py", line 1018, in get
    lat.append(str(i.address))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-7: ordinal not in range(128)