safaribooks
safaribooks copied to clipboard
not working : Error(kindlegen):E30005
getting error:
Error(kindlegen):E30005: Could not find file *.epub
Hi could you paste the whole log here (without your user name and pass), it seems something went wrong downloading the book.
Thanks
I had install in local user and got this error:
`
Traceback (most recent call last):
File "/home/deadsec/.local/bin/scrapy", line 11, in
Amazon kindlegen(Linux) V2.9 build 1028-0897292 A command line e-book compiler Copyright Amazon.com and its Affiliates 2014
Error(kindlegen):E30005: Could not find file *.epub
Python version:`
$ python --version
Python 3.6.3
$ python python2 --version
Python 2.7.14
File Structure: ├── crawl.sh ├── data │ ├── META-INF │ │ └── container.xml │ ├── mimetype │ └── OEBPS │ ├── content.opf │ └── toc.ncx ├── README.md ├── requirements.txt ├── safaribook │ ├── init.py │ ├── items.py │ ├── pipelines.py │ ├── pycache │ │ ├── init.cpython-36.pyc │ │ └── settings.cpython-36.pyc │ ├── settings.py │ └── spiders │ ├── init.py │ ├── pycache │ │ └── init.cpython-36.pyc │ └── safaribooks.py └── scrapy.cfg