ViciousPotato / safaribooks

Convert safaribooksonline ebook to epub and Kindle mobi format
350 stars 78 forks source link

Docker version doesn't copy file to local machine #26

Open dennissheppard opened 6 years ago

dennissheppard commented 6 years ago

It looks like the docker version does generate the files, but doesn't copy to the "converted" folder. Not sure how to actually get the files off the docker vm.

mifas commented 6 years ago

create "converted" folder

dennissheppard commented 6 years ago

I'm assuming you're referring to the docker not copying files to the converted folder? Converted is created. And the files are created on the docker vm, just never moved.

Made archive /app/book-i-want.zip 2018-01-29 22:18:06 [SafariBooks] INFO: Moving /app/book-i-want.zip to /app/converted/book-i-want-97543432234.epub

And that's it. It then dumps scrapy stats.

dennissheppard commented 6 years ago

Was able to get the manual/python version to work, so edited the first item. Docker version still has the no copying issue. I don't need the docker version if the first works, so not a problem for me. But someone else may come along needing assistance.