Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  Desktop Enhancements  |  Themes  |  Meteorologist  |  Issues under 10.4.9?

Meteorologist

Meteorologist

weather access from the menu bar or Dock

Version:  1.4.8

   [ Views: 738 ]

Issues under 10.4.9?

Feedback Type:  Troubleshooting Report

Contributed by: weatherbee Monday, March 26 2007 @ 08:26 AM PDT

Product Platform: MacOSX

Used Product For: Over One Year

Updates seem partially broken for me under 10.4.9, on multiple machines, the symptom is the same: application picks up data the first time, but not afterwards. (Sometimes it won't get any data at all even at startup.) Anyone else seeing this behavior?   
System Info:

Rate this Troubleshooting Report

Was this Troubleshooting Report helpful? Yes | No

Comments

5 comments |

Issues under 10.4.9? - jhersco

Same problem here. Works when launched, then gets stuck trying to refresh.

Reply to This

Monday, March 26 2007 @ 03:02 PM PDT


Issues under 10.4.9? - Greg H

I don't think it's a 10.4.9 problem. I saw it happen for the first time today.

Reply to This

Tuesday, March 27 2007 @ 02:34 AM PDT


Issues under 10.4.9? - weatherbee

Apparently this was a transient issue, as everything's working OK again.

Reply to This

Friday, March 30 2007 @ 09:35 AM PDT


Issues under 10.4.9? - brksie1

Mine hasn't worked for the last 2-3 days. The only changes on my Mac have been OS updates through Software Update. It doesn't load any data on mine. This is on two different Macs, both running 10.4.9.

Reply to This

Thursday, May 03 2007 @ 02:26 PM PDT


Issues under 10.4.9? - RobertHammen

Meteo is looking for http://www.w3.weather.com

weather.com removed it.

Until/unless meteo is updated, you need to add a static entry in your /etc/hosts file in OS X.

From an administrative account in OS X, open Terminal.app. Type:

sudo sh -c '/bin/echo "65.207.183.11<tab>www.w3.weather.com" >> /etc/hosts'

where <tab> is the tab key, NOT spelled out. This will prompt you for a password before actually appending this. The command is completely safe.

sudo - run as privileged mode
"65.207.183.11<tab>www.w3.weather.com" - the content to be added to the /etc/hosts file
sh -c /bin/echo (contents of above) >> /etc/hosts concatenates the above line at the end of the /etc/hosts file

"more /etc/hosts" should show that line in there.

If Meteo doesn't refresh after doing this, you might need to type "lookupd -flushcache" into a Terminal window. If that doesn't work but the line appears, reboot...

Reply to This

Thursday, May 03 2007 @ 02:41 PM PDT