[RELEASE] OzWeather - Australian Weather Addon using BOM data

  Thread Rating:
  • 2 Votes - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
kozak069 Offline
Junior Member
Posts: 2
Joined: Feb 2012
Reputation: 0
Post: #121
bossanova808 Wrote:No errors here under Windows 7 or Openelec (linux, basically) - what platform are you on?

That's a pretty basic bit of the script and the syntaax is definitely correct - maybe there's a weird CR/LF thing going on, I am not sure about that '\n' bit as that's not in the source obviously, but might be coming from the xbmc log stuff.

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.10
Release: 10.10
Codename: maverick

$ uname -a
Linux htpc 2.6.35-32-generic-pae #64-Ubuntu SMP Tue Jan 3 00:57:30 UTC 2012 i686 GNU/Linux

$ python -V
Python 2.6.6

XBMC 10.1 (Compiled: Mar 9 2011)
Transparency v3.11.7 skin

Oz Weather v0.3.2
find quote
bossanova808 Offline
Member+
Posts: 1,531
Joined: Sep 2009
Reputation: 20
Location: Melbourne, Australia
Post: #122
Um ok, well, this is an add on for (pre) XBMC 11 only, so that might be it. Also, it's at version 0.3.4 now, so not sure why yours hasn't updated.

(Also, using transparency you won't get the best bit, the radar unless you port the MyWeather.xml to transparency...and if you do, let me know so I can add it to the release!).
find quote
bossanova808 Offline
Member+
Posts: 1,531
Joined: Sep 2009
Reputation: 20
Location: Melbourne, Australia
Post: #123
Beta3 of XBMC is imminent. This should now incorporate the fix of the issue with the overlays not working on iOS/OSX - would be great if someone could test on those systems and let me know.
find quote
bossanova808 Offline
Member+
Posts: 1,531
Joined: Sep 2009
Reputation: 20
Location: Melbourne, Australia
Post: #124
Ok I can confirm radar overlays work on OSX with Beta3 at least - so I presume iOS will be the same.
find quote
GiJOr33 Offline
Junior Member
Posts: 7
Joined: Jul 2011
Reputation: 0
Post: #125
Hi,

I get a script error when I enter my postcode of 3000 too. I had a look in at the xbmc.log file and noticed this

Code:
15:23:32 T:8564   ERROR: Error Type: <type 'exceptions.IndexError'>
15:23:32 T:8564   ERROR: Error Contents: list index out of range
15:23:32 T:8564   ERROR: Traceback (most recent call last):
                                              File "C:\Users\USERNAME\AppData\Roaming\XBMC\addons\weather.ozweather\default.py", line 540, in <module>
                                                locationName = str.split(locationName[0], ' Weather')
                                            IndexError: list index out of range
15:23:33 T:3980   ERROR: Control 1 in window 10099 has been asked to focus, but it can't

I've tried disabling the Oz Weather, and also uninstalling/reinstalling it. And reloading XBMC, I've also checked the weather.ozweather folders in the addons is empty before i try to reinstall but no good. I still get the script error

I'm running Eden 11b3 on Windows 7

Cheers,
Andy
(This post was last modified: 2012-02-21 05:12 by GiJOr33.)
find quote
Manicman Offline
Junior Member
Posts: 2
Joined: Feb 2012
Reputation: 0
Post: #126
Hi Guys

I cannot download this app, I get the error message 404 - file not found?

does anyone have an updated link so I can download this awesome addon?

thanks in advance.
find quote
scotia Offline
Junior Member
Posts: 22
Joined: Oct 2005
Reputation: 0
Post: #127
I agree. 404 error.

I can't find the source on the google code site either.
find quote
bossanova808 Offline
Member+
Posts: 1,531
Joined: Sep 2009
Reputation: 20
Location: Melbourne, Australia
Post: #128
You need to grab my repo from here:
http://wiki.xbmc.org/index.php?title=Uno...positories

Right now the actual URL is:
http://bossanova808-xbmc-addons.googleco...-0.0.6.zip

..but via that page is the best way. Then you should install the repo zip and then incisde my repo you will find the latest add on.

I will be submitting it to the default repo sometime as well, most likely, to make this even easier.
find quote
bossanova808 Offline
Member+
Posts: 1,531
Joined: Sep 2009
Reputation: 20
Location: Melbourne, Australia
Post: #129
Ok re: the 3000 error above - it works fine here, are you sure you're just typing 3000 and nothing else? It might have been a transient issue with WeatherZone, they do crop up, but usually go away again pretty quick.
find quote
bossanova808 Offline
Member+
Posts: 1,531
Joined: Sep 2009
Reputation: 20
Location: Melbourne, Australia
Post: #130
And finally, code is always here:
https://code.google.com/p/bossanova808-xbmc-addons/

..not sure how you could miss it?
find quote
Post Reply