Closed
Description
The library should handle OWM's "Internal error: 500001", currently it's not handled at all. When this response is received, it continues with creating a new CurrentWeather object. Temperature and other values become 0.
The response that comes back from OWM server:
<?xml version="1.0" encoding="UTF-8"?> <ClientError><cod>500</cod><message>Internal error: 500001</message></ClientError>