The Route-planner API is incorrect?
I am using the Route-planner API and I have gotten the Key but when I use it I get the response:
Result = Information['Trip'][0]
KeyError: 'Trip'
Even when I copy paste the Key directly from the website I get the same message of it not working. Is there anything i could be doing wrong or is there actually a problem with the Key?
Result = Information['Trip'][0]
KeyError: 'Trip'
Even when I copy paste the Key directly from the website I get the same message of it not working. Is there anything i could be doing wrong or is there actually a problem with the Key?
Följ inlägget
1
följare
Please include the raw response you got. The API request might have failed, for example if no trips can be found from or to one of the given stops.
Regards,
Bert