Hello,
please find the code attached below.
the following is compiled successfully but while running it's giving an error :
terminate called after throwing an instance of 'web::json::json_exception'
what(): Unexpected token near line 1, column 1
Aborted (core dumped)
the below code is running successfully for all API's except the google api .
A few of google API for which it is giving error are :
http://maps.google.com/maps/api/geocode/json?address=phase2+electronic%20city,bangalore,karnataka&sensor=false
http://maps.googleapis.com/maps/api/geocode/json?latlng=12.854911,77.668072&sensor=true
Comments: OK, that makes all the difference! This seems to be an instance of a bug we're working on right now -- we're having trouble on Linux with sites that don't send a content-length header in their responses, and Google is one of them. This will be fixed in the next release (this is one of the bugs that we will hold the next release for). Niklas
please find the code attached below.
the following is compiled successfully but while running it's giving an error :
terminate called after throwing an instance of 'web::json::json_exception'
what(): Unexpected token near line 1, column 1
Aborted (core dumped)
the below code is running successfully for all API's except the google api .
A few of google API for which it is giving error are :
http://maps.google.com/maps/api/geocode/json?address=phase2+electronic%20city,bangalore,karnataka&sensor=false
http://maps.googleapis.com/maps/api/geocode/json?latlng=12.854911,77.668072&sensor=true
Comments: OK, that makes all the difference! This seems to be an instance of a bug we're working on right now -- we're having trouble on Linux with sites that don't send a content-length header in their responses, and Google is one of them. This will be fixed in the next release (this is one of the bugs that we will hold the next release for). Niklas