You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2018-06-07 15:38:52,485 ERROR exception 177 139886296650712 Internal Server Error: /locate/
Traceback (most recent call last):
File "/app/.heroku/python/lib/python3.6/site-packages/django/core/handlers/exception.py", line 41, in inner
response = get_response(request)
File "/app/.heroku/python/lib/python3.6/site-packages/django/core/handlers/base.py", line 187, in _get_response
response = self.process_exception_by_middleware(e, request)
File "/app/.heroku/python/lib/python3.6/site-packages/django/core/handlers/base.py", line 185, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/app/.heroku/python/lib/python3.6/contextlib.py", line 52, in inner
return func(*args, **kwds)
File "/app/.heroku/python/lib/python3.6/site-packages/newrelic/hooks/framework_django.py", line 527, in wrapper
return wrapped(*args, **kwargs)
File "/app/.heroku/python/lib/python3.6/site-packages/django/utils/decorators.py", line 149, in _wrapped_view
response = view_func(request, *args, **kwargs)
File "/app/.heroku/python/lib/python3.6/site-packages/django/views/generic/base.py", line 68, in view
return self.dispatch(request, *args, **kwargs)
File "/app/.heroku/python/lib/python3.6/site-packages/newrelic/hooks/framework_django.py", line 914, in wrapper
return wrapped(*args, **kwargs)
File "/app/.heroku/python/lib/python3.6/site-packages/django/views/generic/base.py", line 88, in dispatch
return handler(request, *args, **kwargs)
File "/app/scorecard/views.py", line 22, in get
places = Geography.get_locations_from_coords(latitude=self.lat, longitude=self.lon)
File "/app/scorecard/models.py", line 136, in get_locations_from_coords
for feature in resp.json().itervalues():
AttributeError: 'dict' object has no attribute 'itervalues'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: