|
|
2009-03-20
, 22:37
|
|
Posts: 10 |
Thanked: 0 times |
Joined on Jan 2009
|
#241
|
|
|
2009-03-21
, 01:17
|
|
Posts: 187 |
Thanked: 23 times |
Joined on Aug 2007
|
#242
|
|
|
2009-03-21
, 01:34
|
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#243
|
|
|
2009-03-21
, 19:29
|
|
Posts: 30 |
Thanked: 1 time |
Joined on Oct 2007
|
#244
|
~ $ gpodder --maemo --verbose
[ 2.298] Using ISO-8859-15 as encoding. If this
[ 2.301] is incorrect, please set your $LANG variable.[ 2.850] (gPodderLib) Creating gPodderLib()
[ 2.959] Could not create directory: /home/user/.config/gpodder
[ 2.963] (gPodderLib) Cannot move channels.opml from /media/mmc2/gpodder/ to /home/user/.config/gpodder!
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/gpodder/libgpodder.py", line 68, in __init__
shutil.move(os.path.join(old_dir, filename), os.path.join(gpodder_dir, filename))
File "/usr/lib/python2.5/shutil.py", line 199, in move File "/usr/lib/python2.5/shutil.py", line 91, in copy2 File "/usr/lib/python2.5/shutil.py", line 47, in copyfile
IOError: [Errno 2] No such file or directory: '/home/user/.config/gpodder/channels.opml'
[ 3.110] (gPodderLib) Cannot move database.sqlite from /media/mmc2/gpodder/ to /home/user/.config/gpodder!
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/gpodder/libgpodder.py", line 68, in __init__
shutil.move(os.path.join(old_dir, filename), os.path.join(gpodder_dir, filename))
File "/usr/lib/python2.5/shutil.py", line 199, in move File "/usr/lib/python2.5/shutil.py", line 91, in copy2 File "/usr/lib/python2.5/shutil.py", line 47, in copyfile
IOError: [Errno 2] No such file or directory: '/home/user/.config/gpodder/database.sqlite'
[ 3.181] (gPodderLib) Cannot move gpodder.conf from /media/mmc2/gpodder/ to /home/user/.config/gpodder!
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/gpodder/libgpodder.py", line 68, in __init__
shutil.move(os.path.join(old_dir, filename), os.path.join(gpodder_dir, filename))
File "/usr/lib/python2.5/shutil.py", line 199, in move File "/usr/lib/python2.5/shutil.py", line 91, in copy2 File "/usr/lib/python2.5/shutil.py", line 47, in copyfile
IOError: [Errno 2] No such file or directory: '/home/user/.config/gpodder/gpodder.conf'
[ 3.306] Could not create directory: /home/user/.config/gpodder
[ 3.582] (Config) Update: videoplayer = default
Traceback (most recent call last):
File "/usr/bin/gpodder", line 185, in <module>
sys.exit( main())
File "/usr/bin/gpodder", line 140, in main
from gpodder import console
File "/usr/lib/python2.5/site-packages/gpodder/console.py", line 21, in <module>
from gpodder import download
File "/usr/lib/python2.5/site-packages/gpodder/download.py", line 29, in <module>
from gpodder.libgpodder import gl
File "/usr/lib/python2.5/site-packages/gpodder/libgpodder.py", line 517, in <module>
gl = gPodderLib()
File "/usr/lib/python2.5/site-packages/gpodder/libgpodder.py", line 123, in __init__
not db.setup({ 'database': os.path.join(gpodder_dir, 'database.sqlite'), 'gl': self })
File "/usr/lib/python2.5/site-packages/gpodder/dbsqlite.py", line 60, in setup
self.__check_schema()
File "/usr/lib/python2.5/site-packages/gpodder/dbsqlite.py", line 148, in __check_schema
cur = self.cursor(lock=True)
File "/usr/lib/python2.5/site-packages/gpodder/dbsqlite.py", line 131, in cursor
return self.db.cursor()
File "/usr/lib/python2.5/site-packages/gpodder/dbsqlite.py", line 123, in db
self._db = sqlite.connect(self.settings['database'], check_same_thread=False)
sqlite3.OperationalError: unable to open database file
[ 64.996] (Config) Flushing settings to disk
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
File "/usr/lib/python2.5/threading.py", line 446, in run
File "/usr/lib/python2.5/site-packages/gpodder/config.py", line 296, in save_thread_proc
self.save()
File "/usr/lib/python2.5/site-packages/gpodder/config.py", line 317, in save
raise IOError( 'Cannot write to file: %s' % self.__filename)
IOError: Cannot write to file: /home/user/.config/gpodder/gpodder.conf
[ 65.091] (Config) Flushing settings to disk
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/lib/python2.5/atexit.py", line 24, in _run_exitfuncs
File "/usr/lib/python2.5/site-packages/gpodder/config.py", line 300, in __atexit
self.save()
File "/usr/lib/python2.5/site-packages/gpodder/config.py", line 317, in save
raise IOError( 'Cannot write to file: %s' % self.__filename)
IOError: Cannot write to file: /home/user/.config/gpodder/gpodder.conf
Error in sys.exitfunc:
Traceback (most recent call last):
File "/usr/lib/python2.5/atexit.py", line 24, in _run_exitfuncs
File "/usr/lib/python2.5/site-packages/gpodder/config.py", line 300, in __atexit
self.save()
File "/usr/lib/python2.5/site-packages/gpodder/config.py", line 317, in save
raise IOError( 'Cannot write to file: %s' % self.__filename)
IOError: Cannot write to file: /home/user/.config/gpodder/gpodder.conf
|
|
2009-04-15
, 13:22
|
|
Posts: 1 |
Thanked: 0 times |
Joined on Sep 2007
@ US
|
#245
|
|
|
2009-04-17
, 09:02
|
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#246
|
I know this was talked about before a little, but thought I would bring it up again in case I missed something. Can gpodder autodownload podcasts on maemo yet? Like it does in linux desktop. If not, is there a time table? Just curious since I could leave my n800 in my car at night in the garage and have the podcasts go directly over wifi into the n800 for me in the morning. Alternatively if a cron job with gpodder --run in xterm would work then let me know. Thanks for a great app, also Panucci too! love it
|
|
2009-05-10
, 21:35
|
|
|
Posts: 109 |
Thanked: 37 times |
Joined on Oct 2008
@ NYC, NY
|
#247
|
|
|
2009-05-10
, 22:23
|
|
Posts: 1,950 |
Thanked: 1,174 times |
Joined on Jan 2008
@ Seattle, USA
|
#248
|
I'm wondering if I'm missing something here. I've setup things so that mplayer is used, but find that any MP3-based (probably any non-video based) Podcast now claims "The selected application cannot be found."
All video podcasts (xvid/avi, mov) seem to play as intended. Am I missing a magical flag to mplayer?
(thanks! In the throes of converting to gpodder now!)
|
|
2009-05-10
, 23:02
|
|
|
Posts: 109 |
Thanked: 37 times |
Joined on Oct 2008
@ NYC, NY
|
#249
|
I don't really know the answer to your question, except to ask Why aren't you using Panucci for mp3's with gPodder?
And maybe I know the anwer to your problem: "You also have to set maemo_allow_custom_player=True."
|
|
2009-05-10
, 23:07
|
|
Posts: 1,950 |
Thanked: 1,174 times |
Joined on Jan 2008
@ Seattle, USA
|
#250
|
![]() |
| Tags |
| media, podcasts |
| Thread Tools | |
|