Summary: | LCD Weather Station doesn't work properly with the wettercom engine | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Dimitar <dimitarpelev> |
Component: | widget-weather | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andresbajotierra, annma, shawn.starr, thilo |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dimitar
2010-12-10 20:42:03 UTC
Confirmed, all wetter.com locations give -273°C and no other information. I did not look to see if other providers are available and if they work. [Comment from a bug triager] Just tested on KDE SC 4.6beta2, "Buenos Aires, AR" location. It doesn't work with "wettercom" (empty information and -273ºC temp), it works with "bbcukmet". So it seems to be related to the "wettercom" engine This looks related to bug 236309. Regards wetter.com does not report the current weather conditions, only the forecast. So, practically, there is no data for the LCD weather station to display. One should think about displaying some more sensible values than -273 ºC, though... SVN commit 1205588 by mart: show N/A if the temperature is not available fr engines like wetter.com. the plasmoid is completely useless in this case, but this isn't something we can do anything about, since the data is missing from the web service BUG:259471 M +5 -0 weatherstation.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1205588 SVN commit 1206057 by pdamsten: Check that unit is valid when converting. BUG:259471 M +1 -1 converter.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1206057 SVN commit 1206059 by pdamsten: Revert previous commit. Fixed in unit conversion lib. BUG:259471 M +1 -5 weatherstation.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1206059 |