Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 01-04-2019, 06:49 AM   #1
Afonje
Junior Member
Afonje began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jan 2019
Device: none
Purchased eBook [Cannot remove DRM]

Hello experts! I'm trying to remove a DRM from a book I purchased on Amazon. I have done the following:

Download and install Calibre version 3.22.1

Download and install Kindle for PC version 1.17.0

Download and install the DeDRM Tools 6.6.1

Download and install the KFX Input.zip

After I input the .azw4 file into calibre and press convert to PDF I receive an error as follows:

Please help resolve this problem.

P.S. This is a purchased book, not a rental. I have also tried the 64-bit version of calibre and saw no results. The log is attached below:



Spoiler:

Convert book 1 of 1 (Name of book removed for privacy)

C:\Program Files (x86)\Calibre2\app\pylib.zip\dateutil\parser.py:60 1: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal

Conversion options changed from defaults:

output_profile: 'generic_eink'

cover: u'C:\\Users\\Afonje\\AppData\\Local\\Temp\\calibre _yy4_lw\\cbwajf.jpeg'

verbose: 2

read_metadata_from_opf: u'C:\\Users\\Afonje\\AppData\\Local\\Temp\\calibre _yy4_lw\\eiix6l.opf'

Resolved conversion options

calibre version: 3.22.1

{'asciiize': False,

'author_sort': None,

'authors': None,

'base_font_size': 0.0,

'book_producer': None,

'change_justification': u'original',

'chapter': u"//*[((name()='h1' or name()='h2') and re:test(., '\\s*((chapter|book|section|part)\\s+)|((prolog|pr ologue|epilogue)(\\s+|$))', 'i')) or @class = 'chapter']",

'chapter_mark': u'pagebreak',

'comments': None,

'cover': u'C:\\Users\\Afonje\\AppData\\Local\\Temp\\calibre _yy4_lw\\cbwajf.jpeg',

'custom_size': None,

'debug_pipeline': None,

'dehyphenate': True,

'delete_blank_paragraphs': True,

'disable_font_rescaling': False,

'duplicate_links_in_toc': False,

'embed_all_fonts': False,

'embed_font_family': None,

'enable_heuristics': False,

'expand_css': False,

'extra_css': None,

'filter_css': u'',

'fix_indents': True,

'font_size_mapping': None,

'format_scene_breaks': True,

'html_unwrap_factor': 0.4,

'input_encoding': None,

'input_profile': <calibre.customize.profiles.InputProfile object at 0x0373D0F0>,

'insert_blank_line': False,

'insert_blank_line_size': 0.5,

'insert_metadata': False,

'isbn': None,

'italicize_common_cases': True,

'keep_ligatures': False,

'language': None,

'level1_toc': None,

'level2_toc': None,

'level3_toc': None,

'line_height': 0.0,

'linearize_tables': False,

'margin_bottom': 5.0,

'margin_left': 5.0,

'margin_right': 5.0,

'margin_top': 5.0,

'markup_chapter_headings': True,

'max_toc_links': 50,

'minimum_line_height': 120.0,

'no_chapters_in_toc': False,

'no_inline_navbars': False,

'output_profile': <calibre.customize.profiles.GenericEink object at 0x0373D2F0>,

'page_breaks_before': u"//*[name()='h1' or name()='h2']",

'paper_size': u'letter',

'pdf_add_toc': False,

'pdf_default_font_size': 20,

'pdf_footer_template': None,

'pdf_header_template': None,

'pdf_mark_links': False,

'pdf_mono_family': u'Liberation Mono',

'pdf_mono_font_size': 16,

'pdf_page_margin_bottom': 72.0,

'pdf_page_margin_left': 72.0,

'pdf_page_margin_right': 72.0,

'pdf_page_margin_top': 72.0,

'pdf_page_numbers': False,

'pdf_sans_family': u'Liberation Sans',

'pdf_serif_family': u'Liberation Serif',

'pdf_standard_font': u'serif',

'prefer_metadata_cover': False,

'preserve_cover_aspect_ratio': False,

'pretty_print': False,

'pubdate': None,

'publisher': None,

'rating': None,

'read_metadata_from_opf': u'C:\\Users\\Afonje\\AppData\\Local\\Temp\\calibre _yy4_lw\\eiix6l.opf',

'remove_fake_margins': True,

'remove_first_image': False,

'remove_paragraph_spacing': False,

'remove_paragraph_spacing_indent_size': 1.5,

'renumber_headings': True,

'replace_scene_breaks': u'',

'search_replace': '[]',

'series': None,

'series_index': None,

'smarten_punctuation': False,

'sr1_replace': None,

'sr1_search': None,

'sr2_replace': None,

'sr2_search': None,

'sr3_replace': None,

'sr3_search': None,

'start_reading_at': None,

'subset_embedded_fonts': False,

'tags': None,

'timestamp': None,

'title': None,

'title_sort': None,

'toc_filter': None,

'toc_threshold': 6,

'toc_title': None,

'transform_css_rules': '[]',

'uncompressed_pdf': False,

'unit': u'inch',

'unsmarten_punctuation': False,

'unwrap_lines': True,

'use_auto_toc': False,

'use_profile_size': False,

'verbose': 2}

Python function terminated unexpectedly

No embedded PDF found in AZW4 file (Error Code: 1)

Traceback (most recent call last):

File "site.py", line 101, in main

File "site.py", line 78, in run_entry_point

File "site-packages\calibre\utils\ipc\worker.py", line 195, in main

File "site-packages\calibre\gui2\convert\gui_conversion.py", line 33, in gui_convert_override

File "site-packages\calibre\gui2\convert\gui_conversion.py", line 26, in gui_convert

File "site-packages\calibre\ebooks\conversion\plumber.py", line 1074, in run

File "site-packages\calibre\ebooks\azw4\reader.py", line 24, in unwrap

ValueError: No embedded PDF found in AZW4 file

Last edited by pdurrant; 01-04-2019 at 08:33 AM. Reason: spoiler tags for long log.
Afonje is offline   Reply With Quote
Old 01-04-2019, 07:09 AM   #2
latepaul
Wizard
latepaul ought to be getting tired of karma fortunes by now.latepaul ought to be getting tired of karma fortunes by now.latepaul ought to be getting tired of karma fortunes by now.latepaul ought to be getting tired of karma fortunes by now.latepaul ought to be getting tired of karma fortunes by now.latepaul ought to be getting tired of karma fortunes by now.latepaul ought to be getting tired of karma fortunes by now.latepaul ought to be getting tired of karma fortunes by now.latepaul ought to be getting tired of karma fortunes by now.latepaul ought to be getting tired of karma fortunes by now.latepaul ought to be getting tired of karma fortunes by now.
 
latepaul's Avatar
 
Posts: 1,264
Karma: 10203040
Join Date: Dec 2011
Device: a variety (mostly kindles and kobos)
Forum rules prevent us from discussing details of DRM removal.

Try asking at Apprentice Alf's blog.
latepaul is offline   Reply With Quote
Advert
Old 01-04-2019, 08:04 AM   #3
mbovenka
Wizard
mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.mbovenka ought to be getting tired of karma fortunes by now.
 
Posts: 2,018
Karma: 13471689
Join Date: Oct 2007
Location: Almere, The Netherlands
Device: Kobo Sage
Quote:
Originally Posted by latepaul View Post
Forum rules prevent us from discussing details of DRM removal.

Try asking at Apprentice Alf's blog.
This. And assuming that's fixed, you shouldn't convert AZW4/'Print Replica' books to PDF; they already are PDFs int a Kindle wrapper. Use the KindleUnpack plugin to extract the PDF from them.
mbovenka is offline   Reply With Quote
Old 01-04-2019, 11:52 AM   #4
stumped
Wizard
stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.stumped ought to be getting tired of karma fortunes by now.
 
Posts: 3,305
Karma: 10259306
Join Date: May 2016
Device: kobo forma, Kobo Libra, Huawei media Tab, fire HD10, PW3 HDX8.9,
The DRM has gone. If it was still present , calibre would say so and not try to convert.
stumped is offline   Reply With Quote
Old 01-04-2019, 06:28 PM   #5
Afonje
Junior Member
Afonje began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jan 2019
Device: none
Quote:
Originally Posted by latepaul View Post
Forum rules prevent us from discussing details of DRM removal.

Try asking at Apprentice Alf's blog.
Could you please send me a direct link for the forum? Thanks in advance!
Afonje is offline   Reply With Quote
Advert
Old 01-04-2019, 06:45 PM   #6
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 20,565
Karma: 26954694
Join Date: Mar 2012
Location: Sydney Australia
Device: none
here you go
BetterRed is offline   Reply With Quote
Old 01-04-2019, 08:46 PM   #7
Afonje
Junior Member
Afonje began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jan 2019
Device: none
Quote:
Originally Posted by BetterRed View Post
Great! You are a very smart individual.
Now show me exactly how to create a post in that blog? I cannot make a new post. Please advise.
Afonje is offline   Reply With Quote
Old 01-05-2019, 02:15 AM   #8
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 20,565
Karma: 26954694
Join Date: Mar 2012
Location: Sydney Australia
Device: none
This is a calibre support forum, not a 'how to use the internet forum' - sheesh.

Scroll down to the "Getting Help with the Tools" section, read what's there, click the 'open a new issue' link - for help with using GitHub ask at GitHub.

BR
BetterRed is offline   Reply With Quote
Old 03-12-2019, 05:56 PM   #9
mobilemoxie
Enthusiast
mobilemoxie can extract oil from cheesemobilemoxie can extract oil from cheesemobilemoxie can extract oil from cheesemobilemoxie can extract oil from cheesemobilemoxie can extract oil from cheesemobilemoxie can extract oil from cheesemobilemoxie can extract oil from cheesemobilemoxie can extract oil from cheese
 
Posts: 28
Karma: 1000
Join Date: Dec 2018
Device: Kobo Clara HD
I'll give you general guidelines to follow in loading Kindle ebooks to Calibre; I just learned this myself in working with Calibre and plugins and suffered through troubleshooting:

1. eBooks you want to convert are best loaded into Calibre AFTER you've added your plugin(s) and restarted Calibre.

2. Any book you purchase from Amazon MUST be opened in an Amazon Kindle app, whether that's on your PC/Mac or other device that runs the Kindle software. It is the opening of the ebook in the Kindle app that 'sets up' the ebook and gives it the initial permissions. Without this step, Calibre won't be able to work with the file. This step is important for #3 below.

3. If you're going to load an ebook you purchased on Amazon into Calibre for conversion to another format, you need to do this *after* downloading/loading and opening the ebook on the Kindle app -AND- use the updated ebook file created and stored in the 'My Kindle Content' folder to load into Calibre.

It can take a bit of digging to find where the folder 'My Kindle Content' is stored on your computer or device, but it's this ebook file you need to load into Calibre. The file suffix will be .azw or .azw3 or something like that. The file name will be a bunch of letters that won't make any sense. Calibre knows how to input and read an .azw type file. You can drag that azw file into Calibre and it will load the ebook for you.

Hope this helps you work with Calibre and plugins and ebooks.

Last edited by mobilemoxie; 03-12-2019 at 05:59 PM.
mobilemoxie is offline   Reply With Quote
Old 03-12-2019, 07:36 PM   #10
retiredbiker
Addict
retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.
 
retiredbiker's Avatar
 
Posts: 387
Karma: 1638210
Join Date: May 2013
Location: Ontario, Canada
Device: Kindle KB, Oasis, Pop_Os!, Jutoh, Kobo Forma
Quote:
Originally Posted by mobilemoxie View Post
2. Any book you purchase from Amazon MUST be opened in an Amazon Kindle app, whether that's on your PC/Mac or other device that runs the Kindle software.
Or, just go into "Your content and Devices" in the Amazon Your Account menu, and download the book "for transfer by usb". Just click on "Actions" to see this. You can do this whether you bought the book on the device, or with your PC or phone. Will give you an azw3 file directly into the downloads folder. Saves all sorts of searching around. You don't need a Kindle app at all to do this.
retiredbiker is offline   Reply With Quote
Old 03-12-2019, 08:13 PM   #11
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 10,126
Karma: 224756896
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
Quote:
Originally Posted by mobilemoxie View Post

Any book you purchase from Amazon MUST be opened in an Amazon Kindle app, whether that's on your PC/Mac or other device that runs the Kindle software. It is the opening of the ebook in the Kindle app that 'sets up' the ebook and gives it the initial permissions. Without this step, Calibre won't be able to work with the file. This step is important for #3 below.
Not at all. I've never opened any downloaded book in the Kindle app, and have never had any problems with Calibre or Alf's tools.
Sirtel is offline   Reply With Quote
Old 03-12-2019, 08:15 PM   #12
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 10,126
Karma: 224756896
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
Quote:
Originally Posted by retiredbiker View Post
Or, just go into "Your content and Devices" in the Amazon Your Account menu, and download the book "for transfer by usb". Just click on "Actions" to see this. You can do this whether you bought the book on the device, or with your PC or phone. Will give you an azw3 file directly into the downloads folder. Saves all sorts of searching around. You don't need a Kindle app at all to do this.
You have this option only if you own an actual Kindle device.
Sirtel is offline   Reply With Quote
Old 03-12-2019, 10:33 PM   #13
mobilemoxie
Enthusiast
mobilemoxie can extract oil from cheesemobilemoxie can extract oil from cheesemobilemoxie can extract oil from cheesemobilemoxie can extract oil from cheesemobilemoxie can extract oil from cheesemobilemoxie can extract oil from cheesemobilemoxie can extract oil from cheesemobilemoxie can extract oil from cheese
 
Posts: 28
Karma: 1000
Join Date: Dec 2018
Device: Kobo Clara HD
Quote:
Originally Posted by retiredbiker View Post
Or, just go into "Your content and Devices" in the Amazon Your Account menu, and download the book "for transfer by usb". Just click on "Actions" to see this. You can do this whether you bought the book on the device, or with your PC or phone. Will give you an azw3 file directly into the downloads folder. Saves all sorts of searching around. You don't need a Kindle app at all to do this.
I did this very thing today and then loaded the ebook I downloaded from Amazon "content and devices/for transfer by usb" into Calibre and the book would *not* convert because of the DRM, even though I had the correct plugin to deal with that.

Then I tried the method I wrote about (which someone had told me) and the ebook successfully was converted by Calibre with no DRM problem.

Last edited by mobilemoxie; 03-12-2019 at 10:36 PM.
mobilemoxie is offline   Reply With Quote
Old 03-12-2019, 10:51 PM   #14
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 10,126
Karma: 224756896
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
Quote:
Originally Posted by mobilemoxie View Post
I did this very thing today and then loaded the ebook I downloaded from Amazon "content and devices/for transfer by usb" into Calibre and the book would *not* convert because of the DRM, even though I had the correct plugin to deal with that.
Did you "customize" the plugin as per Alf's instructions?
Sirtel is offline   Reply With Quote
Old 03-12-2019, 11:02 PM   #15
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,799
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Hey folks, this really is pushing the MR rules.
Please take this to Alf's place.
theducks is online now   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need DeDRM Tool to Remove Foreign Ebook DRM CrossReach Plugins 2 08-04-2016 06:04 PM
From which ebook store to buy book to remove DRM and read on Kindle? avid01 General Discussions 23 04-29-2013 04:27 PM
remove Purchased collection jakeluck Sony Reader 1 01-09-2011 03:47 AM
Classic Can I remove the DRM from my purchased ebooks? aleccj1 Barnes & Noble NOOK 3 07-15-2010 10:45 PM


All times are GMT -4. The time now is 08:49 PM.


MobileRead.com is a privately owned, operated and funded community.