Closed MariaRamos89 closed 7 years ago
It is not clear what the problem is. Pls formulate the issue description better.
Sorry for that.
The issue is that in the parameters of the json response documentation appears date
, temperature
, ... and error
, but there is no error when I take the response from the server.
Indeed no error parameter returned, while the documentation here says there would be.
Response body structure seems just fine to me.
In that file it seems right, but this is the json that I'm receiving:
JSON: {"date":"1478624956","temperature":"69.16","weather_description":"Clear","humidity":"0.45","visibility":"10","pressure":"1026.47","wind_speed":"3.48","wind_temperature":"","wind_direction":""}
Parameter error
doesn't appear.
You are right Maria, i just found the source of this bug! It seems that the response body is not crafted properly. I am going to prepare a patch for this
Thank you and sorry for any inconvenience caused.
Hi @MariaRamos89 ,
Did you test service responses on branch fix_issue_349??
Fixed!
Sorry for the lateness
Hi,
I'm trying to test the
weather_report_current
class and there is no param "error" in json response. To confirm that I looked for that parameter and the value was nullDate: 1473251165.In fact, it appears here:
And not in the description.
Thanks in advance.