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: Hello, I also want to add that the code i posted is working perfectly on windows platform in VS2012 but same code is giving the above error on linux platform i.e Ubuntu 12.04 I have tried the suggestion: Call 'to_string()' on the HTTP response instead of calling extract_json(). but it is giving error while compiling
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: Hello, I also want to add that the code i posted is working perfectly on windows platform in VS2012 but same code is giving the above error on linux platform i.e Ubuntu 12.04 I have tried the suggestion: Call 'to_string()' on the HTTP response instead of calling extract_json(). but it is giving error while compiling