https://bugs.gpodder.org/show_bug.cgi?id=1590

--- Comment #3 from [email protected] 2012-04-19 22:07:44 BST ---
This is reproducible. It happens every time I try to add this feed.

I could not find a Logs\ folder and gpodder --verbose launched the GUI, but had
no output to the terminal.

Here is the traceback, I think. I got it from running gpo --verbose

gpo> subscribe http://www.theskepticsguide.org/feed/rss.aspx?feed=SGU SGU
1334869025.706000 [gpodder.model] INFO: Updating download_folder of
http://www.theskepticsguide.org/feed/rss.aspx?feed=SGU to
http___www.theskepticsguide.org_feed_rss.aspx_feed_SGU
1334869026.566000 [gpodder.dbsqlite] INFO: Loading episodes for podcast 4
1334869026.573000 [gpodder.model] WARNING: Could not sort episodes: slice
indices must be integers or None or have an __index__ method
Traceback (most recent call last):
  File "C:\Program Files (x86)\gPodder\src\gpodder\model.py", line 1030, in
_consume_updated_feed
    reverse=True)[:max_episodes]
TypeError: slice indices must be integers or None or have an __index__ method
1334869026.594000 [gpodder.model] DEBUG: Fetch failed. Removing buggy feed.
1334869026.598000 [gpodder.dbsqlite] DEBUG: delete_podcast: 4
(http://www.theskepticsguide.org/feed/rss.aspx?feed=SGU)
1334869026.714000 [gpodder.log] ERROR: Uncaught exception: Traceback (most
recent call last):
  File "bin\gpo", line 777, in <module>
    cli._shell()
  File "bin\gpo", line 667, in _shell
    self._parse(args)
  File "bin\gpo", line 753, in _parse
    return self._checkargs(func, command_line)
  File "bin\gpo", line 695, in _checkargs
    return func(*command_line)
  File "bin\gpo", line 300, in subscribe
    self._error(e.strerror)
AttributeError: 'exceptions.TypeError' object has no attribute 'strerror'

Traceback (most recent call last):
  File "bin\gpo", line 777, in <module>
    cli._shell()
  File "bin\gpo", line 667, in _shell
    self._parse(args)
  File "bin\gpo", line 753, in _parse
    return self._checkargs(func, command_line)
  File "bin\gpo", line 695, in _checkargs
    return func(*command_line)
  File "bin\gpo", line 300, in subscribe
    self._error(e.strerror)
AttributeError: 'exceptions.TypeError' object has no attribute 'strerror'

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

Reply via email to