I've been using Here batch geocoding API through a Python script for weeks and it was working fine, but today it just stopped working. I checked my API key and it is enabled. I'm at 40% of the usage limit.
I tried sending the same CSV file three times to batch geocode, as I normally do, but none of them worked. It generated 3 jobs with the following IDs.
WWvUbZelaOdQuo0jKLcJEZjA2Ag6lAnx 99iwcLxJy4k41AhX3QLxvIRpi5OvySof r3UVMv785j9b5DzYSK6nVIBCFT3RppFA
I am using the URL below to get the results, but it gives me an HTTP 500 error
https://batch.geocoder.ls.hereapi.com/6.2/jobs/WWvUbZelaOdQuo0jKLcJEZjA2Ag6lAnx/result?apiKey={}
Obs: removed my api key from the URL to post this issue