You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change location to a city with a specific country code like "Newbridge, AU"
Ask for the weather, the city won't be found
Cities that share a name with a different city in another country cannot be distinguished correctly.
A city, for example, like Newbridge in Australia, would have the OpenWeatherMap code of "Newbridge, AU", however the result in Dicio would be "Newbridge AU" which doesn't match any city name.
This is probably caused by the removal of punctuation in the city string, which is related to #115
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Cities that share a name with a different city in another country cannot be distinguished correctly.
A city, for example, like Newbridge in Australia, would have the OpenWeatherMap code of "Newbridge, AU", however the result in Dicio would be "Newbridge AU" which doesn't match any city name.
This is probably caused by the removal of punctuation in the city string, which is related to #115
The text was updated successfully, but these errors were encountered: