https://bugs.gpodder.org/show_bug.cgi?id=1409
Thomas Perl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |CONFIRMED Summary|cannot download enclosures |Colbyjack.net prevents |from this feed |downloads from gPodder | |user-agent Ever Confirmed|0 |1 --- Comment #1 from Thomas Perl <[email protected]> 2011-08-09 11:42:52 BST --- The website doesn't like gPodder's user agent (apparently). If you comment out the line "version = gpodder.user_agent" in src/gpodder/download.py, it works. If you don't do that, the resulting file gives some clues about what's wrong: <br /> <b>Warning</b>: mysql_query() [<a href='function.mysql-query'>function.mysql-query</a>]: Unable to save result set in <b>/home/colbyjac/public_html/wordpress/wp-content/plugins/vsf-simple-block/vsf_simple_block_check.php</b> on line <b>58</b><br /> <br /> <b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/colbyjac/public_html/wordpress/wp-content/plugins/vsf-simple-block/vsf_simple_block_check.php:58) in <b>/home/colbyjac/public_html/wordpress/wp-content/plugins/podpress/podpress_functions.php</b> on line <b>2260</b><br /> <br /> <b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/colbyjac/public_html/wordpress/wp-content/plugins/vsf-simple-block/vsf_simple_block_check.php:58) in <b>/home/colbyjac/public_html/wordpress/wp-content/plugins/podpress/podpress_functions.php</b> on line <b>2261</b><br /> <br /> <b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/colbyjac/public_html/wordpress/wp-content/plugins/vsf-simple-block/vsf_simple_block_check.php:58) in <b>/home/colbyjac/public_html/wordpress/wp-content/plugins/podpress/podpress_functions.php</b> on line <b>2262</b><br /> Sounds to me like this is either a bug in "podpress" or it's a bug in "vsf_simple_block_check". Anyway - please try to contact the author of the feed and see if they can fix it (either by unblocking gPodder or by fixing their Wordpress plugin). -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
