Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#21423 - [gpodder] Python2/3 update breaks podcast download
Attached to Project:
Community Packages
Opened by Matt Neilson (machoo02) - Saturday, 23 October 2010, 01:23 GMT
Last edited by Allan McRae (Allan) - Saturday, 23 October 2010, 02:00 GMT
Opened by Matt Neilson (machoo02) - Saturday, 23 October 2010, 01:23 GMT
Last edited by Allan McRae (Allan) - Saturday, 23 October 2010, 02:00 GMT
|
DetailsDescription:
Most of the utilities/site-packages for downloading and working with podcasts were not properly converted for the switch to Python3. Most of the .py files are missing #!/usr/bin/python2 statements. Additional info: * package version(s) - 2.9.1 Steps to reproduce: Try to download a podcast -- file size of podcast not calculated properly and not downloaded. |
This task depends upon
> grep "usr/bin/env" $(pacman -Qql gpodder)
/usr/lib/python2.7/site-packages/gpodder/launcher.py:#!/usr/bin/env python2
allan@mugen ~
> grep "usr/bin/python" $(pacman -Qql gpodder)
/usr/bin/gpo:#!/usr/bin/python2
/usr/bin/gpodder:#!/usr/bin/python2
/usr/bin/gpodder-backup:#!/usr/bin/python2
/usr/lib/python2.7/site-packages/gpodder/dbusproxy.py:#!/usr/bin/python2
/usr/lib/python2.7/site-packages/gpodder/gtkui/widgets.py:#!/usr/bin/python2
/usr/lib/python2.7/site-packages/gpodder/minidb.py:#!/usr/bin/python2
/usr/lib/python2.7/site-packages/gpodder/my.py:#!/usr/bin/python2
/usr/lib/python2.7/site-packages/gpodder/qtui.py:#!/usr/bin/python2
/usr/lib/python2.7/site-packages/gpodder/soundcloud.py:#!/usr/bin/python2
/usr/lib/python2.7/site-packages/gpodder/xspf.py:#!/usr/bin/python2
allan@mugen ~
> pacman -Qi gpodder
Name : gpodder
Version : 2.9-1
Everything works fine here... Please post some output from running gpodder in a terminal.
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
I tried with a few other podcasts, and they seemed to work fine. Looks like it is a problem with the podcast feed (Science Friday) itself.