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
Reproducing the error
Using the vagrant image from http://where.jetpac.com.s3.amazonaws.com/dstk_0.51.box, request the location for 'punta' http://localhost:8080/maps/api/geocode/json?address=punta&language=en&sensor=false, this will result in an internal server error.
Analysis
The issue seems to lie in 'emulategoogle.rb', line 312. Checking if bounds is not nil, provides at least a temporary fix for the issue.
Edit: The location 'punta del hidalgo' (http://localhost:8080/maps/api/geocode/json?address=punta+del+hidalgo&language=en&sensor=false) seems to result in a couple of null pointer exceptions.
The text was updated successfully, but these errors were encountered:
Reproducing the error
Using the vagrant image from
http://where.jetpac.com.s3.amazonaws.com/dstk_0.51.box
, request the location for 'punta'http://localhost:8080/maps/api/geocode/json?address=punta&language=en&sensor=false
, this will result in an internal server error.Analysis
The issue seems to lie in 'emulategoogle.rb', line 312. Checking if bounds is not nil, provides at least a temporary fix for the issue.
Edit: The location 'punta del hidalgo' (
http://localhost:8080/maps/api/geocode/json?address=punta+del+hidalgo&language=en&sensor=false
) seems to result in a couple of null pointer exceptions.The text was updated successfully, but these errors were encountered: