*** This bug is a duplicate of bug 255267 ***
    https://bugs.launchpad.net/bugs/255267

** Description changed:

  I try to see the weather prediction... May be the server is down?
  
  ProblemType: Crash
  Architecture: i386
  DistroRelease: Ubuntu 8.10
  ExecutablePath: /usr/share/awn/applets/weather/weather.py
  InterpreterPath: /usr/bin/python2.5
  NonfreeKernelModules: ath_hal
  Package: awn-applets-python-core 0.2.6-2ubuntu1
  PackageArchitecture: all
  ProcAttrCurrent: unconfined
  ProcCmdline: python /usr/share/awn/applets/weather/weather.py 
--uid=1223211197 --window=48273424 --orient=0 --height=42
  ProcEnviron:
   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  PythonArgs: ['/usr/share/awn/applets/weather/weather.py', '--uid=1223211197', 
'--window=48273424', '--orient=0', '--height=42']
  SourcePackage: awn-extras-applets
  Title: weather.py crashed with IndexError in days()
  Uname: Linux 2.6.27-4-generic i686
  UserGroups: admin
+ 
+ 
+ UPDATE:
+ I have investigated a bit and the problems seems is the address for take the 
information... I change 
+ 
+ url = 'http://xoap.weather.com/weather/local/' + self.location_code +
+ '?cc=*&prod=xoap&par=1048871467&key=12daac2f3a67cb39'
+ 
+ by
+ 
+ url = 'http://xoap.weather.com/weather/local/' + self.location_code +
+ '?cc=*&par=1048871467&key=12daac2f3a67cb39'
+ 
+ in get_conditions and in get_forecast functions and it works correctly

-- 
weather.py crashed with IndexError in days()
https://bugs.launchpad.net/bugs/278689
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to