Here Geocoding xml parsing exception on response when account inactive or invalid
Here Geocoding xml parsing exception on response when account inactive or invalid
When you say account is invalid, did you mean you put incorrect credentials/keys ?
The key is correct, but my subscription hit its monthly limit for Here Geocoding. So every geocode response had a different formed response. but the client doesn't handle it well...
The Error Displays as following: "Unexpected character encountered while parsing value: <. Path '', line 0, position 0."
I've submitted a pull request to update to the latest HERE API (#142). This returns errors as JSON, which should be parsed successfully (I've tested with a bad apiKey, as well as bad query parameters).
@RodneyRichardson It only happened when I used a Free license, and hit limit of "Transactions per month 250K"...
Steps to Recreate:
- Create Free license
- Trigger more requests than limit suggests "Transactions per month 250K"
- Try to make a request beyond that.