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
Task Type Bug Report
Category Packages
Status Closed
Assigned To Allan McRae (Allan)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
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

Closed by  Allan McRae (Allan)
Saturday, 23 October 2010, 02:00 GMT
Reason for closing:  Not a bug
Comment by Allan McRae (Allan) - Saturday, 23 October 2010, 01:31 GMT
allan@mugen ~
> 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.
Comment by Matt Neilson (machoo02) - Saturday, 23 October 2010, 01:42 GMT
Only thing given in terminal was:
** 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.
Comment by Matt Neilson (machoo02) - Saturday, 23 October 2010, 01:42 GMT
Allan, feel free to close this. Sorry for the false alarm, and I'll check a little more thoroughly before reporting another issue.
Comment by Allan McRae (Allan) - Saturday, 23 October 2010, 01:59 GMT
No problem.

Loading...