-
Problem report
-
Resolution: Fixed
-
Major
-
6.0.2, 6.0.3, 6.2.0alpha1, 6.2.0alpha2
-
(Ubuntu 9.4.0-1ubuntu1~20.04.1)
maria DB
-
Sprint 88 (May 2022)
-
0.125
During the integration configuration, when the {$LOCATION} parameter receives geo coordinates with a negative sign, the integration does not correctly identify, causing the API question to return an unexpected error.
Â
Configured as per configuration readme
Â
Sending done by zabbix to the api and error.
Â
Test submission for api via chrome browser
When the minus sign is removed it finds the city, but as it is a geographical coordinate it does not correspond to my country.
Â
Â
In the script when the geographic coordinate is negative, the link to the api is generated incorrectly and does not correspond to the correct parameter
api.openweathermap.org/data/2.5/weather?q='-15.500000000%2C-55.00000000'&appid XXX
Â
The correct would be
Â
I hope I was clear in the explanations.
Thanks
Â
Â