On Sun, May 13, 2012 at 06:36:54AM BST, Thomas Perl wrote:
> Hi,

Hi,

> Thank you for your bug report.

Not a problem.

> >   File "/usr/lib/python2.7/socket.py", line 316, in write
> >     data = str(data) # XXX Should really reject non-string non-buffers
> > UnicodeEncodeError: 'ascii' codec can't encode character u'\xa0' in 
> > position 678: ordinal not in range(128)
> 
> Does this happen for all podcasts or only specific podcasts? Can you
> maybe provide the list of subscriptions (if you don't want to publish
> them for some reason, feel free to send them to me via private mail), so
> I have some way of reproducing the bug? As you can see, it tries to
> print the episode description and fails at that.

Only on some of them and not even on specific podcasts but their lists
- navigate to TEDTalks (opml file attached, I hadn't changed anything
  after migrating to version 3).
I figured that might be the case.

> >   File "/usr/lib/pymodules/python2.7/gpodder/webui/__init__.py", line 78, 
> > in do_GET
> >     self.wfile.write(open(fn).read())
> > IOError: [Errno 2] No such file or directory: 
> > '/usr/lib/pymodules/python2.7/gpodder/webui/../../../data/gpodder.png'
> > ---------------------------------------------------------------------
> 
> This error seems like I've somehow messed up the way that gPodder uses
> to find the logo file - that's fixed in the Git repository, because the
> Web UI has changed a bit in gPodder 3.1.0.

I figured it might be looking in the wrong place or the file is missing.

> > 2. I don't know what to expect in a web browser but
> > 
> > "playing: /path/to/file.mp3"
> > 
> > would suggest that I should hear something but unfortunately I don't.
> > The errors above don't seem to be related to the second problem which
> > probably deservers a separate bug report - BTW, tested with SID's
> > Luakit and Iceweasel.
> 
> The playing part is not supported yet (it was a leftover of an
> Android-related experiment that used Android SL4A APIs to playback the
> audio). The Web UI is still very experimental and in flux. Can you check
> out the Git version of gPodder, which has an improved Web UI? It's still
> readonly, but now uses JQuery Mobile and proper JSON requests to get the
> data instead of building static HTML on the server side.

OK, thanks for letting me know.

> See http://wiki.gpodder.org/wiki/Git for instructions on how to run
> gPodder from Git (you can use "bin/gpo webui" in the checkout to test it
> without having to install it).

Will do as soon as I get some spare time :^)

Thanks again,
-- 
Raf
<?xml version="1.0" encoding="utf-8"?>
<opml version="2.0">
    <head>
        <title>gPodder subscriptions        </title>
        <dateCreated>Sat, 19 Nov 2011 10:06:22 +0000        </dateCreated>
    </head>
    <body>
        <outline text="Talking about the BSD family of free operating systems." 
title="bsdtalk" type="rss" xmlUrl="http://feeds.feedburner.com/Bsdtalk"/>
        <outline text="Each Wednesday we talk about Free Libre and Open Source 
Software with the people who are writing it. Part of the TWiT Netcast Network." 
title="FLOSS Weekly" type="rss" xmlUrl="http://leo.am/podcasts/floss"/>
        <outline text="The hardest-hitting Linux podcast around" title="Linux 
Outlaws" type="rss" xmlUrl="http://feeds.feedburner.com/linuxoutlaws"/>
        <outline text="music free from the bonds of slavery" title="Music 
Manumit" type="rss" xmlUrl="http://feeds.feedburner.com/MusicManumit"/>
        <outline text="TED is a nonprofit devoted to Ideas Worth Spreading. On 
this feed, you'll find TEDTalks video to inspire, intrigue and stir the 
imagination from some of the world's leading thinkers and doers, speaking from 
the stage at TED conferences, TEDx events and pa" title="TEDTalks (video)" 
type="rss" xmlUrl="http://feeds.feedburner.com/tedtalks_video"/>
    </body>
</opml>

Reply via email to