I noticed from the logs that when the url used to open the 10 day forecast on the weather channel website does not have latitude and longitude with two digits after the decimal point, weather channel reports an issue.
For example, the log from the bug I just marked a dup shows this: https://weather.com/weather/10day/l/47,8?par=ubuntu_bq
A failure. But if you simply add the required precision like this: https://weather.com/weather/10day/l/47.00,8.00
The 10 day forecast web page loads successfully.
I noticed from the logs that when the url used to open the 10 day forecast on the weather channel website does not have latitude and longitude with two digits after the decimal point, weather channel reports an issue.
For example, the log from the bug I just marked a dup shows this: /weather. com/weather/ 10day/l/ 47,8?par= ubuntu_ bq
https:/
A failure. But if you simply add the required precision like this: /weather. com/weather/ 10day/l/ 47.00,8. 00
https:/
The 10 day forecast web page loads successfully.