Hi all,

Nick, sorry for a double reply but I realized that my mail did not go to the 
list as intended.

The two bugs in version 766 have been fixed, so that's fine. I think that 
requiring Python 2.5 as a dependency is a bit much. I have a 'standard' gentoo 
system, updated on a weekly or so basis, and gentoo has not yet entered python 
2.5 in the stable packages, so obviously Python 2.5 is not yet fully mainstream.

However, in version 768 I have a bug that I encountered earlier, then it went 
away, has been back occasionally, but now it is getting annoying. Every time 
(almost) when I try to sync something, I get errors like:

Exception in thread Thread-125:
Traceback (most recent call last):
  File "/usr/lib/python2.4/threading.py", line 442, in __bootstrap
    self.run()
  File "/usr/lib/python2.4/threading.py", line 422, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/rooijen/gpodder/src/gpodder/services.py", line 169, in __get_cover
    loader.write(open(channel.cover_file, 'rb').read())
GError: Unrecognized image file format

[  58.478] (CoverDownloader) Trying to download: 
http://fm-kyoto.jp/podcast/midnight_session/images/podcast_midnight_session.jpg
[  58.479] (CoverDownloader) Trying to download: 
http://fm-kyoto.jp/podcast/radio_scrap/images/podcast_radio_scrap.jpg
[  58.524] (podcastChannel) Generating TreeModel for 
http://pod.j-wave.co.jp/blog/wakeuptokyo/pym.xml
[  58.850] (CoverDownloader) Cannot get image from 
http://fm-kyoto.jp/podcast/radio_scrap/images/podcast_radio_scrap.jpg
[  58.874] (CoverDownloader) Cannot get image from 
http://fm-kyoto.jp/podcast/midnight_session/images/podcast_midnight_session.jpg
Xlib: unexpected async reply (sequence 0x10ee1)!
*** glibc detected *** python: double free or corruption (!prev): 0x08feee50 ***
make: *** [test] Killed

or

[  33.041] (CoverDownloader) Trying to download: 
http://fm-kyoto.jp/podcast/midnight_session/images/podcast_midnight_session.jpg
[  33.045] (CoverDownloader) Trying to download: 
http://fm-kyoto.jp/podcast/radio_scrap/images/podcast_radio_scrap.jpg
[  33.073] (podcastChannel) Generating TreeModel for 
http://www.npr.org/rss/podcast.php?id=35
[  33.439] (CoverDownloader) Cannot get image from 
http://fm-kyoto.jp/podcast/midnight_session/images/podcast_midnight_session.jpg
[  33.448] (CoverDownloader) Cannot get image from 
http://fm-kyoto.jp/podcast/radio_scrap/images/podcast_radio_scrap.jpg
Xlib: unexpected async reply (sequence 0x8eee)!

or

[EMAIL PROTECTED] ~/gpodder $ bin/gpodder --local --verbose
[   0.182] Detected encoding: UTF-8
[   0.199] (gPodderLib) Creating gPodderLib()
[   0.206] (Storage) Setting up SQLite database
[   0.207] SQLite connection for thread 1076535232 opened.
[   0.216] (ConverterCollection) Found "oggdec", will try to convert ".ogg" 
files.
[   0.216] (tagupdate) eyed3 not found -- tag update disabled
[   0.217] (gpodder.sync) Could not find gpod
[   0.217] (gpodder.sync) Could not find pymad
[   0.217] (gpodder.sync) Could not find eyeD3
[   0.218] (gpodder.sync) Could not find Python Imaging Library (PIL)
[   0.219] Patching feedparser module... (mapContentType bugfix)
[   0.296] (GPodderStatusIcon) Creating tray icon
[   0.521] (Storage) Channel list read, 25 entries.
[   0.527] Trying to delete: 
/home/rooijen/gpodder-downloads/11ec88405f822a32d537e0d83d01e871/.tmp-36ac466ccab3aa4c67a0ed028947fbba.mp3
[   0.530] Trying to delete: 
/home/rooijen/gpodder-downloads/11ec88405f822a32d537e0d83d01e871/.tmp-3339f2b4e7bace3a543186ac278471fe.mp3
[   0.540] SQLite connection for thread 1102883728 opened.
[   0.545] (Storage) Channel list read, 25 entries.
[   0.545] (gPodder) auto_update_procedure() got called
Exception in thread Thread-23:
Traceback (most recent call last):
  File "/usr/lib/python2.4/threading.py", line 442, in __bootstrap
    self.run()
  File "/usr/lib/python2.4/threading.py", line 422, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/rooijen/gpodder/src/gpodder/services.py", line 169, in __get_cover
    loader.write(open(channel.cover_file, 'rb').read())
GError: Unrecognized image file format

[   1.143] (CoverDownloader) Trying to download: 
http://fm-kyoto.jp/podcast/midnight_session/images/podcast_midnight_session.jpg
[   1.165] (CoverDownloader) Trying to download: 
http://fm-kyoto.jp/podcast/radio_scrap/images/podcast_radio_scrap.jpg
[   1.177] (podcastChannel) Generating TreeModel for 
http://podthemusic.pod-radio.jp/rss20
[   1.556] (CoverDownloader) Cannot get image from 
http://fm-kyoto.jp/podcast/midnight_session/images/podcast_midnight_session.jpg
[   1.562] (CoverDownloader) Cannot get image from 
http://fm-kyoto.jp/podcast/radio_scrap/images/podcast_radio_scrap.jpg
[   3.522] start reader
[   3.589] (podcastChannel) Generating TreeModel for 
http://americanpublicmedia.publicradio.org/podcasts/xml/prairie_home_companion/news_from_lake_wobegon.xml
[   3.630] (UserAppsReader) Player found: 
/usr/share/applications/easytag.desktop
[   3.813] (UserAppsReader) Player found: /usr/share/applications/totem.desktop
[   3.828] (UserAppsReader) Player found: /usr/share/applications/vlc.desktop
[   3.848] end reader (benchmark: 0.3262 seconds)
Xlib: unexpected async reply (sequence 0x2720)!
Xlib: sequence lost (0x10014 > 0x2720) in reply type 0x17!
Xlib: sequence lost (0x10006 > 0x2720) in reply type 0x5!
Xlib: sequence lost (0x1004e > 0x2720) in reply type 0x5f!

What is going on here?

Cheerio,
Wilfred



--- On Sun, 7/13/08, nikosapi <[EMAIL PROTECTED]> wrote:

> From: nikosapi <[EMAIL PROTECTED]>
> Subject: Re: [gpodder-devel] Most revision buggy?
> To: [EMAIL PROTECTED], "Development for gPodder" 
> <[email protected]>
> Date: Sunday, July 13, 2008, 3:38 PM
> On July 13, 2008 14:18:53 Wilfred van Rooijen wrote:
> > Hi all,
> >
> > I updated to the latest SVN version of gpodder and I
> am experiencing some
> > hickups:
> >
> > 1. gpodder doesn't start, but gives a syntax error
> in draw.py, line 47:
> > offset = 0.5 if close else 0
> >
> > I 'patched' using some ugly code, because
> I'm unfamiliar with Python
> > syntax.
> >
> > 2. Now gpodder starts, but when I try to sync an
> episode, I get:
> >
> > Traceback (most recent call last):
> >   File "/usr/lib/python2.4/threading.py",
> line 442, in __bootstrap
> >     self.run()
> >   File "/usr/lib/python2.4/threading.py",
> line 422, in run
> >     self.__target(*self.__args, **self.__kwargs)
> >   File
> "/home/rooijen/gpodder/src/gpodder/gui.py", line
> 1695, in
> > sync_to_ipod_thread if not
> device.episode_on_device(episode):
> >   File
> "/home/rooijen/gpodder/src/gpodder/sync.py", line
> 598, in
> > episode_on_device return self.__track_on_device(e)
> > AttributeError: 'MP3PlayerDevice' object has
> no attribute
> > '_MP3PlayerDevice__track_on_device'
> >
> > Exception in thread Thread-714:
> > Traceback (most recent call last):
> >   File "/usr/lib/python2.4/threading.py",
> line 442, in __bootstrap
> >     self.run()
> >   File "/usr/lib/python2.4/threading.py",
> line 422, in run
> >     self.__target(*self.__args, **self.__kwargs)
> >   File
> "/home/rooijen/gpodder/src/gpodder/gui.py", line
> 1695, in
> > sync_to_ipod_thread if not
> device.episode_on_device(episode):
> >   File
> "/home/rooijen/gpodder/src/gpodder/sync.py", line
> 598, in
> > episode_on_device return self.__track_on_device(e)
> > AttributeError: 'MP3PlayerDevice' object has
> no attribute
> > '_MP3PlayerDevice__track_on_device'
> >
> > I don't know what this means :-)).
> >
> > Cheerio,
> > Wilfred
> >
> >
> 
> Both bugs are fixed in the latest trunk, thanks for the
> report.
> 
> The first one is caused because you're using python
> 2.4, perhaps you should 
> upgrade to 2.5... The second one is a mistake I made, sorry
> :S
> 
> nick


      
_______________________________________________
gpodder-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-devel

Reply via email to