View Single Post
jcompagner's Avatar
Posts: 290 | Thanked: 165 times | Joined on Sep 2009
#320
yes i still get it also in the latest release, pretty constant, i cant read almost any news item from the feed i gave above, i think 1 out of 5 doesnt crash but the rest is crashing when i start scrolling through the page (seems to crash even faster when i start scrolling when the page is still loading)

~ $ FeedingIt
FeedingIt.py:1012: GtkWarning: gdk_drawable_set_colormap: assertion `cmap == NULL || gdk_drawable_get_depth (drawable) == cmap->visual->depth' failed
gtk.main()
Aborted

after a crash i restarted but feeding it doesnt fully load and keeps just the spinning circle:

~ $ FeedingIt
Traceback (most recent call last):
File "FeedingIt.py", line 815, in createWindow
self.pannableListing.set_label("Update in progress, please wait.")
AttributeError: 'hildon.PannableArea' object has no attribute 'set_label'

so it thinks it is updating? normally if that is the case the cpu spikes and a python proccess taking up many slices. now this is not the case.

after a wait and still nothing happens i close it and see this in the console:

l'
Traceback (most recent call last):
File "FeedingIt.py", line 1080, in <module>
app.run()
File "FeedingIt.py", line 1013, in run
self.listing.saveConfig()
AttributeError: FeedingIt instance has no attribute 'listing'

i guess i need to delete some config area and start over..

p.s. the about info isnt updating i fist though i was still at 0.6.
 

The Following User Says Thank You to jcompagner For This Useful Post: