Wed, 10/04/2017 - 06:46
#1
Error processing route request
New to MapQuest, recieving this error when trying to request route matrix information, thank you
{"route":{"routeError":{"message":"","errorCode":0}},"info":{"copyright":{"text":"© 2017 MapQuest, Inc.","imageUrl":"http://api.mqcdn.com/res/mqlogo.gif","imageAltText":"© 2017 MapQuest, Inc."},"statuscode":400,"messages":["Error processing route request: ","Error parsing JSON from Request: A JSONObject text must begin with '{' at character 0 of , Please see the documentation for the Directions Service at http://www.mapquestapi.com/directions/ for details on correctly formatting requests."]}}
r = requests.post('http://www.mapquestapi.com/directions/v2/routematrix?key=YCGaovp1Y6fRO5f...')
r2 = r.text
print(r2)
Figured it out now, as you can tell i am completley new to this, thank you for your help! I was using the wrong link!