Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle

Notices

Reply
 
Thread Tools Search this Thread
Old 02-24-2025, 06:29 AM   #2536
Keybounce
Enthusiast
Keybounce began at the beginning.
 
Posts: 44
Karma: 10
Join Date: Aug 2019
Device: kindle (various)
Quote:
Originally Posted by slm View Post
Last update: February 14 2025

If you have lots to download, and are on Amazon.com or Amazon.o.uk, the script here on github will allow you to bulk download all your ebooks.

It is a python script, so you will need to have Python 3 installed, along with three other packages (given in the documentation at github).
Ok, I need help with this. I have KUbuntu. I have gotten a virtual python install up. I have installed this, and the requirements. I have installed the xvfb package.

python3 bookp.py --email keybounce@gmail.com --verbose --showbrowser

results in (after asking for my password, etc) a chromium window being opened, stating that it is being controlled by automated test software, and then nothing else happens. After about a minute, it closes, and the script exits without downloading anything.

(NB: I have no idea how to get my Oauth token, if that would help.)

Code:
[INFO]  2025-02-24 03:14:47,265 Starting browser
Traceback (most recent call last):
  File "/home/user/Documents/dev/BulkKindleUSBDownloader/bookp.py", line 345, in <module>
    sys.exit(main())
             ^^^^^^
  File "/home/user/Documents/dev/BulkKindleUSBDownloader/bookp.py", line 307, in main
    cookies, csrf_token, custid = create_session(
                                  ^^^^^^^^^^^^^^^
  File "/home/user/Documents/dev/BulkKindleUSBDownloader/bookp.py", line 88, in create_session
    browser = webdriver.Chrome(options=options)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/user/Python/lib/python3.12/site-packages/selenium/webdriver/chrome/webdriver.py", line 45, in __init__
    super().__init__(
  File "/home/user/Python/lib/python3.12/site-packages/selenium/webdriver/chromium/webdriver.py", line 66, in __init__
    super().__init__(command_executor=executor, options=options)
  File "/home/user/Python/lib/python3.12/site-packages/selenium/webdriver/remote/webdriver.py", line 250, in __init__
    self.start_session(capabilities)
  File "/home/user/Python/lib/python3.12/site-packages/selenium/webdriver/remote/webdriver.py", line 342, in start_session
    response = self.execute(Command.NEW_SESSION, caps)["value"]
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/user/Python/lib/python3.12/site-packages/selenium/webdriver/remote/webdriver.py", line 429, in execute
    self.error_handler.check_response(response)
  File "/home/user/Python/lib/python3.12/site-packages/selenium/webdriver/remote/errorhandler.py", line 232, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: DevToolsActivePort file doesn't exist
Stacktrace:
#0 0x59f7aa50753a <unknown>
#1 0x59f7aa002f00 <unknown>
#2 0x59f7aa03fb24 <unknown>
#3 0x59f7aa03a589 <unknown>
#4 0x59f7aa0364b6 <unknown>
#5 0x59f7aa0837b6 <unknown>
#6 0x59f7aa082e06 <unknown>
#7 0x59f7aa077343 <unknown>
#8 0x59f7aa04478a <unknown>
#9 0x59f7aa0459de <unknown>
#10 0x59f7aa4d12cb <unknown>
#11 0x59f7aa4d5242 <unknown>
#12 0x59f7aa4be7ac <unknown>
#13 0x59f7aa4d5df7 <unknown>
#14 0x59f7aa4a2b2f <unknown>
#15 0x59f7aa4f61a8 <unknown>
#16 0x59f7aa4f6370 <unknown>
#17 0x59f7aa5063b6 <unknown>
#18 0x7264bee9caa4 <unknown>
#19 0x7264bef29c3c <unknown>
Keybounce is offline   Reply With Quote
Old 02-25-2025, 11:24 AM   #2537
BionicGecko
Fanatic
BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.
 
BionicGecko's Avatar
 
Posts: 501
Karma: 5555555
Join Date: Aug 2016
Location: Czech Republic
Device: Voyage, Oasis, Scribe, Colorsoft, Libra Colour
Quote:
Originally Posted by fermin View Post
DeDRM however doesn't fix things going forward after February 26th, right? Or did I miss something?
DeDRM should still work for a while on KFX files downloaded via Kindle for PC version 2.4.0 or lower. Later versions use a new DRM scheme for KFX which can't be removed with the current tools.
BionicGecko is offline   Reply With Quote
Advert
Old 02-25-2025, 12:35 PM   #2538
fermin
Enthusiast
fermin plays well with othersfermin plays well with othersfermin plays well with othersfermin plays well with othersfermin plays well with othersfermin plays well with othersfermin plays well with othersfermin plays well with othersfermin plays well with othersfermin plays well with othersfermin plays well with others
 
fermin's Avatar
 
Posts: 34
Karma: 2866
Join Date: Apr 2022
Location: Switzerland
Device: iOS
Quote:
Originally Posted by BionicGecko View Post
DeDRM should still work for a while on KFX files downloaded via Kindle for PC version 2.4.0 or lower. Later versions use a new DRM scheme for KFX which can't be removed with the current tools.
I thought newly published books don't work with Kindle for PC 2.4.0? I'm actually on a Mac, but it would be litte trouble spinning up a Windows VM for this..
fermin is offline   Reply With Quote
Old 02-25-2025, 12:50 PM   #2539
BionicGecko
Fanatic
BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.
 
BionicGecko's Avatar
 
Posts: 501
Karma: 5555555
Join Date: Aug 2016
Location: Czech Republic
Device: Voyage, Oasis, Scribe, Colorsoft, Libra Colour
Quote:
Originally Posted by fermin View Post
I thought newly published books don't work with Kindle for PC 2.4.0? I'm actually on a Mac, but it would be litte trouble spinning up a Windows VM for this..
Ah indeed you might be right on that, I stand corrected. Personally I’ve never encountered a book I couldn’t liberate via the Kindle for PC method, but according to the relevant thread in the Calibre forum, it doesn’t work for all books (although which books work or not is not specified).
BionicGecko is offline   Reply With Quote
Old 02-25-2025, 12:55 PM   #2540
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 10,558
Karma: 74000001
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Quote:
Originally Posted by BionicGecko View Post
Ah indeed you might be right on that, I stand corrected. Personally I’ve never encountered a book I couldn’t liberate via the Kindle for PC method, but according to the relevant thread in the Calibre forum, it doesn’t work for all books (although which books work or not is not specified).
If I remember right, any book published after early January 2023 is cut off. Some others like Indian language too.
ownedbycats is offline   Reply With Quote
Advert
Old 02-25-2025, 01:05 PM   #2541
jlinear
Zealot
jlinear ought to be getting tired of karma fortunes by now.jlinear ought to be getting tired of karma fortunes by now.jlinear ought to be getting tired of karma fortunes by now.jlinear ought to be getting tired of karma fortunes by now.jlinear ought to be getting tired of karma fortunes by now.jlinear ought to be getting tired of karma fortunes by now.jlinear ought to be getting tired of karma fortunes by now.jlinear ought to be getting tired of karma fortunes by now.jlinear ought to be getting tired of karma fortunes by now.jlinear ought to be getting tired of karma fortunes by now.jlinear ought to be getting tired of karma fortunes by now.
 
Posts: 110
Karma: 600154
Join Date: Oct 2014
Location: Ann Arbor, MI USA
Device: Kobo Aura One, Kobo Elipsa 2E, Paperwhite PW6
Quote:
Originally Posted by fermin View Post
I thought newly published books don't work with Kindle for PC 2.4.0? I'm actually on a Mac, but it would be litte trouble spinning up a Windows VM for this..
I have KindleForPC-installer-2.3.70682 installed on my Windows computer. I just purchased a newly published (Feb 2025) e-book on Amazon was able to download and DeDRM it a couple days ago. It downloaded as KFX.
jlinear is offline   Reply With Quote
Old 02-25-2025, 01:06 PM   #2542
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 44,272
Karma: 165617033
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by fermin View Post
I thought newly published books don't work with Kindle for PC 2.4.0? I'm actually on a Mac, but it would be litte trouble spinning up a Windows VM for this..
So far I've purchased multiple books from Amazon in 2025 and had no problems downloading them to my computer with K4PC 2.4.0. I am not purchasing textbooks nor Indian language books which are the two cases I am aware of where Amazon uses their latest rendition of KFX DRM.
DNSB is offline   Reply With Quote
Old 02-25-2025, 01:35 PM   #2543
BionicGecko
Fanatic
BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.BionicGecko ought to be getting tired of karma fortunes by now.
 
BionicGecko's Avatar
 
Posts: 501
Karma: 5555555
Join Date: Aug 2016
Location: Czech Republic
Device: Voyage, Oasis, Scribe, Colorsoft, Libra Colour
Quote:
Originally Posted by ownedbycats View Post
If I remember right, any book published after early January 2023 is cut off. Some others like Indian language too.
Quote:
Originally Posted by jlinear View Post
I have KindleForPC-installer-2.3.70682 installed on my Windows computer. I just purchased a newly published (Feb 2025) e-book on Amazon was able to download and DeDRM it a couple days ago. It downloaded as KFX.
Quote:
Originally Posted by DNSB View Post
So far I've purchased multiple books from Amazon in 2025 and had no problems downloading them to my computer with K4PC 2.4.0. I am not purchasing textbooks nor Indian language books which are the two cases I am aware of where Amazon uses their latest rendition of KFX DRM.
Yes, I do remember this thing about books released after January 2023, but I believe this was actually solved with DeDRM alpha version 10.0.9; see this post from jhowell dated from August 2023 confirming that all books can be liberated with this version of DeDRM and the KFX Input plugin.

Since then a stronger DRM scheme for KFX was put in place, but as mentioned by DNSB, it seems to only be used for textbooks and Indian language books (so far).
BionicGecko is offline   Reply With Quote
Old 02-25-2025, 02:13 PM   #2544
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: 13,001
Karma: 237059052
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
Quote:
Originally Posted by fermin View Post
I thought newly published books don't work with Kindle for PC 2.4.0? I'm actually on a Mac, but it would be litte trouble spinning up a Windows VM for this..
At the moment they work. They didn't work with older versions, like 1.17 and 1.19.
Sirtel is online now   Reply With Quote
Old 02-25-2025, 02:14 PM   #2545
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: 13,001
Karma: 237059052
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
Quote:
Originally Posted by ownedbycats View Post
If I remember right, any book published after early January 2023 is cut off.
That was for 1.17, not 2.40.
Sirtel is online now   Reply With Quote
Old 02-26-2025, 05:05 AM   #2546
MichaelKindle
Member
MichaelKindle began at the beginning.
 
Posts: 17
Karma: 10
Join Date: May 2023
Device: Kindle 5.11.1.1
I download to an older Kindle, then upload to Calibre.
MichaelKindle is offline   Reply With Quote
Old 02-26-2025, 05:06 AM   #2547
fermin
Enthusiast
fermin plays well with othersfermin plays well with othersfermin plays well with othersfermin plays well with othersfermin plays well with othersfermin plays well with othersfermin plays well with othersfermin plays well with othersfermin plays well with othersfermin plays well with othersfermin plays well with others
 
fermin's Avatar
 
Posts: 34
Karma: 2866
Join Date: Apr 2022
Location: Switzerland
Device: iOS
Quote:
Originally Posted by Sirtel View Post
That was for 1.17, not 2.40.
I see. So I'll try my luck with Kindle for PC. Too bad it doesn't work on Mac.
fermin is offline   Reply With Quote
Old 02-26-2025, 05:20 AM   #2548
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 78,858
Karma: 143095300
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by fermin View Post
I see. So I'll try my luck with Kindle for PC. Too bad it doesn't work on Mac.
K4MAC has been dead to the world for some time.
JSWolf is offline   Reply With Quote
Old 02-26-2025, 11:04 AM   #2549
risho
Junior Member
risho began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Sep 2024
Device: none
before the cutoff happened i just added my serial from my kindle to the dedrm calibre plugin and copied the books from my kindle to calibre and it worked as expected.

is there any reason i couldnt just install the winterbreak jailbreak and block OTA updates to maintain compatibility with removing drm into the future? does amazon block out of date kindles from accessing their services?
risho is offline   Reply With Quote
Old 02-26-2025, 11:59 AM   #2550
lkmiller
Laura
lkmiller ought to be getting tired of karma fortunes by now.lkmiller ought to be getting tired of karma fortunes by now.lkmiller ought to be getting tired of karma fortunes by now.lkmiller ought to be getting tired of karma fortunes by now.lkmiller ought to be getting tired of karma fortunes by now.lkmiller ought to be getting tired of karma fortunes by now.lkmiller ought to be getting tired of karma fortunes by now.lkmiller ought to be getting tired of karma fortunes by now.lkmiller ought to be getting tired of karma fortunes by now.lkmiller ought to be getting tired of karma fortunes by now.lkmiller ought to be getting tired of karma fortunes by now.
 
lkmiller's Avatar
 
Posts: 1,473
Karma: 23000000
Join Date: Nov 2009
Device: Kobo Sage, Kobo Elipsa, Nook Glowlight 4 Plus, Kindle Oasis 2
With KFX format, they can change the DRM on books so that your current Kindle firmware could still handle it but DeDRM could not.
lkmiller is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Have Amazon changed their DRM?? FrederickCaleb Amazon Kindle 6 02-09-2023 04:48 AM
Have Amazon changed their DRM? Phssthpok Amazon Kindle 3 11-12-2020 06:39 AM
Managing Amazon (DRM) and non-Amazon books tlc Calibre 12 08-08-2014 04:39 PM
The worst of Amazon DRM apastuszak Amazon Kindle 78 10-27-2012 06:04 PM
DRM free-- Amazon change? KentE Deals and Resources (No Self-Promotion or Affiliate Links) 2 02-08-2012 12:42 AM


All times are GMT -4. The time now is 06:25 AM.


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