Active Topics

 



Notices


Reply
Thread Tools
Posts: 30 | Thanked: 1 time | Joined on Oct 2007
#1
Hey guys,
I've posted in the gpodder thread but no one has answered for a while, so i decides to make a separate thread.
In any case Im running the latest firmware on my n810 and there is what i get when i attempt to run gpodder in terminal with the command; gpodder --maemo --verbose

this is what i get
Code:
~ $ 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
PS even when i resolve the conf file, gpodder still doesnt load
 
Posts: 1,950 | Thanked: 1,174 times | Joined on Jan 2008 @ Seattle, USA
#2
I don't know how to make sense of the verbose output, but you might try what worked for me when gPodder wouldn't boot. (Here was my verbose output, fwiw.)

More generally, on the topic of /etc/osso_software_version I posted a bit more info.
__________________
.
. .

Help Save This Forum
for N8x0/Diablo Users! Register and Vote for Solution #1 on this Brainstorm. (The Solution will let you see New Posts with any threads you choose -- like the N900 and Maemo5/Fremantle threads -- filtered out.) (To understand the Solution better, see these posts #17, #18, and #19.)
 
Posts: 30 | Thanked: 1 time | Joined on Oct 2007
#3
Tnx GeraldKo,
i tried what u suggest but it didnt work, it seems i have an issue with python2.5 or something like that

Any other suggestions anyone??
 
Posts: 30 | Thanked: 1 time | Joined on Oct 2007
#4
Does anyone else have a solutions for the problem??
 
TrueJournals's Avatar
Posts: 480 | Thanked: 378 times | Joined on Apr 2008 @ Chicago-ish
#5
Hmmm... not sure if this will work, but it's worth a try. Open terminal, gainroot, and run:
Code:
chown -R user:users /home/user/.config/gpodder
If that doesn't work, make sure both your memory cards are in. It seems that gpodder is trying to copy a couple files from /media/mmc2/gpodder to /home/user/.config/gpodder, but this isn't working. However, the error isn't very specific on WHAT isn't working about this... Just see if you have a /media/mmc2/gpodder directory
__________________
Disclaimer: If a program I wrote doesn't work/breaks your tablet... It's not my fault
mcedit | Utility Calculators (WIP) | PyRDesktop
My Blog | Twitter
 

The Following 2 Users Say Thank You to TrueJournals For This Useful Post:
Posts: 30 | Thanked: 1 time | Joined on Oct 2007
#6
Wow it did work tnx alot
 
Reply


 
Forum Jump


All times are GMT. The time now is 01:23.