![]() |
|
[RELEASE] OzWeather - Australian Weather Addon using BOM data - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Weather Add-ons (/forumdisplay.php?fid=155) +---- Thread: [RELEASE] OzWeather - Australian Weather Addon using BOM data (/showthread.php?tid=116905) |
- bossanova808 - 2012-01-17 12:34 oh bugger it it is in the file ![]() I'll fix it an post 0.22!! - Troyp42 - 2012-01-17 12:39 Lol ...yeh what fast dump said. I've done a restart but I'm only getting the overlay not the map? - bossanova808 - 2012-01-17 12:47 That usually means the downloads weren't there when the skin refreshed. If you refresh the data it should go get them, give it a minute or too. I've just pushed a fixed version with the extra setting removed. - fastdump - 2012-01-17 12:57 Yep, that's better. As a way of cheating to get various radar views, I've added Melbourne as all three locations and specified a different radar for each. I thought something was wrong at first as the other locations weren't serving up the radar images. Then I realised I had typed in IRD*** instead of IDR*** All good now. - Troyp42 - 2012-01-17 13:00 Ok I've refreshed and waited a couple of minutes but still don't see the map only the overlay. How do you actually switch between two locations easily?? - bossanova808 - 2012-01-17 13:03 Cool, glad you're going now. I plan to maybe add multiple radar per location support, or maybe just more locations is an easy way. It would be nice to step out from 128km to 512, or even national maybe... @troyp - what radar ID are you using? I can try it here. And there is a lcoation changer in the left blade menu right above the refresh button
- Troyp42 - 2012-01-17 13:04 I'm using IDR023. Melbourne. - bossanova808 - 2012-01-17 13:06 Ok that's one of my testing ones, works fine here. You might want to check you logs to see if there are any errors in there... - Troyp42 - 2012-01-17 13:18 Im guessing this might be the problem. special://home/userdata/addon_data/weather.ozweather/radarbackgrounds//legend.png Error: (2) 22:09:46 T:205598720 ERROR: Texture manager unable to load file: special://home/userdata/addon_data/weather.ozweather/radarbackgrounds//legend.png 22:09:46 T:205598720 INFO: msg: PICTURE::LoadImage: Unable to open image: special://home/userdata/addon_data/weather.ozweather/radarbackgrounds//background.png Error: (2) 22:09:46 T:205598720 ERROR: Texture manager unable to load file: special://home/userdata/addon_data/weather.ozweather/radarbackgrounds//background.png 22:09:46 T:205598720 INFO: msg: PICTURE::LoadImage: Unable to open image: special://home/userdata/addon_data/weather.ozweather/radarbackgrounds//topography.png Error: (2) 22:09:46 T:205598720 ERROR: Texture manager unable to load file: special://home/userdata/addon_data/weather.ozweather/radarbackgrounds//topography.png 22:09:46 T:205598720 INFO: msg: PICTURE::LoadImage: Unable to open image: special://home/userdata/addon_data/weather.ozweather/radarbackgrounds//catchments.png Error: (2) 22:09:46 T:205598720 ERROR: Texture manager unable to load file: special://home/userdata/addon_data/weather.ozweather/radarbackgrounds//catchments.png 22:09:46 T:205598720 INFO: msg: PICTURE::LoadImage: Unable to open image: special://home/userdata/addon_data/weather.ozweather/radarbackgrounds//range.png Error: (2) 22:09:46 T:205598720 ERROR: Texture manager unable to load file: special://home/userdata/addon_data/weather.ozweather/radarbackgrounds//range.png 22:09:46 T:205598720 INFO: msg: PICTURE::LoadImage: Unable to open image: special://home/userdata/addon_data/weather.ozweather/radarbackgrounds//locations.png Error: (2) 22:09:46 T:205598720 ERROR: Texture manager unable to load file: special://home/userdata/addon_data/weather.ozweather/radarbackgrounds//locations.png 22:09:46 T:220303360 DEBUG: DoWork - took 338 ms to load special://masterprofile/Thumbnails/3/333c5ebc.jpg 22:09:46 T:209723392 NOTICE: OzWeather: Error, couldn't retrieve IDR.legend.0.png - error: decoder zip not available 22:09:46 T:209723392 NOTICE: OzWeather: Error, couldn't retrieve IDR023.background.png - error: decoder zip not available 22:09:46 T:209723392 NOTICE: OzWeather: Error, couldn't retrieve IDR023.locations.png - error: decoder zip not available 22:09:47 T:209723392 NOTICE: OzWeather: Error, couldn't retrieve IDR023.range.png - error: decoder zip not available 22:09:47 T:209723392 NOTICE: OzWeather: Error, couldn't retrieve IDR023.topography.png - error: decoder zip not available 22:09:47 T:209723392 NOTICE: OzWeather: Error, couldn't retrieve IDR023.catchments.png - error: decoder zip not available 22:09:47 T:209723392 NOTICE: OzWeather-0.2.1: Retrieving radar image: ftp://anonymous:someone I keep seeing this too throughout the log file DEBUG: Error: Requested setting (pvrmanager.enabled) was not found. It must be case-sensitive 22:10:22 - bossanova808 - 2012-01-17 13:26 pvr isn't anything to do with this. These are because the downloads are missing: 22:09:46 T:205598720 INFO: msg: PICTURE::LoadImage: Unable to open image: special://home/userdata/addon_data/weather.ozweather/radarbackgrounds//catchments.png Error: (2) ...although there should be a radar code in there - inbetween the double slash. Have you got radar codes for all your locations, I would guess no... But the big problem is this: 22:09:47 T:209723392 NOTICE: OzWeather: Error, couldn't retrieve IDR023.catchments.png - error: decoder zip not available ....I am not sure what that means, and haven't seen it on Windows/Openelec...my guess is that's an ATV2 limitation - perhaps the ATV can't deal with PNGs or something?? |