On 12/5/07, Sean Rima <[EMAIL PROTECTED]> wrote: > > On Wed, 05 Dec 2007 17:25:30 +0000, "Sean Rima" <[EMAIL PROTECTED]> said: > > Hi, > > > > Originally, I installed gpodder on my ubuntu powered laptop using adept. > > I since downloaded 10.2 and compilled it. However with both I get > > roughly the same problem. If I add a feed, it never showes in the > > channel lists. With 10.2 I found it downloaded but then never found the > > podcast again. I am new to using my Ipod under linux so not sure what > > other steps to try. > > > I checked using --verbose and if there is a channel saved it says > > (Importer) Cannot import OPML from URL: > /home/sean/.config/gpodder/channels.opml > Traceback (most recent call last): > File "/usr/bin/gpodder", line 148, in <module> > sys.exit( main()) > File "/usr/bin/gpodder", line 144, in main > gui.main() > File "usr/lib/python2.5/site-packages/gpodder/gui.py", line 2111, in > main > File "usr/lib/python2.5/site-packages/gpodder/gui.py", line 77, in > __init__ > File "usr/lib/python2.5/site-packages/gpodder/SimpleGladeApp.py", line > 110, in __init__ > File "usr/lib/python2.5/site-packages/gpodder/gui.py", line 271, in > new > File "usr/lib/python2.5/site-packages/gpodder/libpodcasts.py", line > 731, in load_channels > File "usr/lib/python2.5/site-packages/gpodder/libpodcasts.py", line > 112, in clear_cache > File "/usr/lib/python2.5/shelve.py", line 92, in keys > return self.dict.keys() > File "bsddb/__init__.py", line 252, in keys > File "bsddb/dbutils.py", line 62, in DeadlockWrap > bsddb.db.DBPageNotFoundError: (-30987, 'DB_PAGE_NOTFOUND: Requested page > not found') > > So I deleted the config directory and tried adding a new chnnel and get > this: > > Adding new channel: http://podcast.nationalgeographic.com/ng-minutes/ > (Config) Flushing settings to disk > Trying to get settings for > http://podcast.nationalgeographic.com/ng-minutes/ > (Exporter) Could not open file for writing: > /home/sean/.config/gpodder/channels.opml > (Importer) Cannot import OPML from URL: > /home/sean/.config/gpodder/channels.opml > (podcastChannel) Removing old feed from cache: > http://podcast.nationalgeographic.com/ng-minutes/ > /usr/lib/python2.5/site-packages/gpodder/gui.py:642: GtkWarning: > gtk_tree_path_append_index: assertion `index >= 0' failed > > It creates no opml list at all :( > > Sean > _______________________________________________ > gpodder-devel mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/gpodder-devel >
Are you sure /home/sean/.config/gpodder/channels.opml is writable? Try: mkdir -p /home/sean/.config/gpodder/ touch /home/sean/.config/gpodder/channels.opml nick _______________________________________________ gpodder-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-devel
