Hello, Chris! Chris Arnold wrote: > Thomas Perl wrote: >> Hello, Chris! >> > Hi Thomas! >> What do you mean with "artwork support"? > I just mean that the channel also shows the feed artwork ( i thought > this might be related to this error, TypeError: Surface.write_to_png > takes one argument which must be a filename (str) or file object) .
Oh, ok. The error with write_to_png is not related to the channel covers. It's related to the drawing of the "pill" graphics that are put onto the channel navigator. >> Do you have the URL of the >> channel that does not work? > There isn't a particular channel that does not work. I have, right now, > about 5 podcasts/channels. As soon as i launch gpodder, it opens and > starts to "update channels", after this it crashes. If i click "cancel" > while "updating channels", it crashes. >> Does gPodder work when started as the new >> test user when adding the channel that didn't work for your initial user? >> > I can add channels/podcasts to the test user and it does work. Do you also see the "pill" graphic in the channel navigator? It should look something like the black spots on the right-hand side of this image: http://gpodder.berlios.de/releases/0.10.3/gpodder-0.10.3-channel_pill.png > Traceback (most recent call last): > File "usr/lib/python2.4/site-packages/gpodder/gui.py", line 203, in new > TypeError: the object does not support the given parameter This looks strange and shouldn't happen on PyGTK >= 2.12. But even if it does, it should't make any difference, as this just means that tooltips are disabled for the channel navigator. > Trying to get settings for http://www.desiringgod.org/feeds/SermonAudio/ > Traceback (most recent call last): > File "/usr/bin/gpodder", line 148, in ? > sys.exit( main()) > File "/usr/bin/gpodder", line 144, in main > gui.main() > File "usr/lib/python2.4/site-packages/gpodder/gui.py", line 2196, in main > File "usr/lib/python2.4/site-packages/gpodder/gui.py", line 77, in __init__ > File "usr/lib/python2.4/site-packages/gpodder/SimpleGladeApp.py", line > 110, in __init__ > File "usr/lib/python2.4/site-packages/gpodder/gui.py", line 283, in new > File "usr/lib/python2.4/site-packages/gpodder/gui.py", line 811, in > update_feed_cache > File "usr/lib/python2.4/site-packages/gpodder/gui.py", line 605, in > updateComboBox > File "usr/lib/python2.4/site-packages/gpodder/libpodcasts.py", line 726, > in channels_to_model > File "usr/lib/python2.4/site-packages/gpodder/draw.py", line 130, in > draw_pill_pixbuf > TypeError: Surface.write_to_png takes one argument which must be a > filename (str) or file object The code that is mentioned here is related to the new "pill" pixbuf code that will draw a nice graphical representation of the unplayed and download episodes. If you want to help debugging, you would have to checkout the latest SVN release of gPodder, tell me, I'll send you a patch, you apply it to your SVN check-out, run "make test" to run gPodder locally from your SVN check-out and see if the problem persists. Can we do that? Thanks, Thomas _______________________________________________ gpodder-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-devel
