View Single Post
Old 03-04-2010, 12:45 PM   #1
spullar
Junior Member
spullar began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Mar 2010
Device: nook
Calibredb add after ebook-convert fails

I am converting a recipe to epub using ebook-convert. When it is finished I am trying to add the epub to the database but I keep getting errors


Code:
Output saved to   /home/scott/calibre/star.epub
scott@ubuntu:~/calibre$ calibredb add -d star.epub
Traceback (most recent call last):
  File "/tmp/init.py", line 48, in <module>
  File "/home/kovid/build/calibre/src/calibre/library/cli.py", line 729, in main
  File "/home/kovid/build/calibre/src/calibre/library/cli.py", line 364, in command_add
  File "/home/kovid/build/calibre/src/calibre/library/cli.py", line 129, in get_db
  File "/home/kovid/build/calibre/src/calibre/startup.py", line 81, in my_abspath
  File "/usr/lib/python2.6/posixpath.py", line 337, in abspath
    if not isabs(path):
  File "/usr/lib/python2.6/posixpath.py", line 52, in isabs
    return s.startswith('/')
AttributeError: 'NoneType' object has no attribute 'startswith'
spullar is offline   Reply With Quote