This address #341 for cases when the world API does return a valid JSON response to indicate an error and doesn't actually contain any data. This section of the code now handles both bad responses or no responses using requests exceptions as well as valid responses that contain error messages.
This address #341 for cases when the world API does return a valid JSON response to indicate an error and doesn't actually contain any data. This section of the code now handles both bad responses or no responses using
requests
exceptions as well as valid responses that contain error messages.