After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 413603 - invest-applet crashed with ValueError in parse_yahoo_csv()
invest-applet crashed with ValueError in parse_yahoo_csv()
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: invest-applet
2.17.x
Other Linux
: Normal critical
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-01 20:35 UTC by Sebastien Bacher
Modified: 2007-05-07 12:57 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Sebastien Bacher 2007-03-01 20:35:29 UTC
That bug has been opened on https://launchpad.net/bugs/89029

"Binary package hint: gnome-applets

By right clicking on the applet, and clicking on refresh.
I have the following symbols loaded in preferences: GOOG, AAPL, DJIA
...
Package: gnome-applets 2.17.90-0ubuntu1
...
Traceback (most recent call last):
  • File "/var/lib/python-support/python2.5/invest/quotes.py", line 45 in <lambda>
    handle.read(invest.GNOMEVFS_CHUNK_SIZE, lambda h,d,e,b: self.on_quotes_read(h,d,e,b, read))
  • File "/var/lib/python-support/python2.5/invest/quotes.py", line 43 in on_quotes_read
    self.populate(self.parse_yahoo_csv(csv.reader(read.split("\n"))))
  • File "/var/lib/python-support/python2.5/invest/quotes.py", line 56 in parse_yahoo_csv
    result[fields[0]][field[0]] = field[1](fields[i])
ValueError: invalid literal for float(): N/A"

Comment 1 Raphael Slinckx 2007-05-07 12:57:34 UTC
Fixed in HEAD