Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chromium version and node version #9

Closed
iongradea opened this issue May 29, 2020 · 1 comment
Closed

Chromium version and node version #9

iongradea opened this issue May 29, 2020 · 1 comment

Comments

@iongradea
Copy link

iongradea commented May 29, 2020

Hi,

Could you please provide the chromium version you are using ?
I am currently on Version : Chromium 85.0.4160.0 (Developer Build) (64-bit)
On this version I can't download and pin the amazon ebooks from https://read.amazon.com/.

I have tried using this script with Chrome version Version 80.0.3987.132 (Official Build) (64-bit) and it seems the sqlite database is not structured the same.

I get the following error :

$> ./main.js -f /Users/<user>/Library/Application Support/Google/Chrome/Default/databases/https_read.amazon.com_0/11

/Users/<user>/DEV/kindle-fetch/node_modules/sqlite3/lib/trace.js:27
                    throw err;
                    ^
no metadata found, probably not a valid file

And also the node version to use, it seems there is a merge request for node v10 !

Thanks for your help !!

@iongradea iongradea changed the title Chromium version Chromium version and node version May 29, 2020
@iongradea
Copy link
Author

iongradea commented May 29, 2020

Hi guys,

Found the problem, it has nothing to do with either chrome or chromium version !
It was a path error ! Solved it, it doesn't accept path with whitespaces !

Fyi i am using :

  • node v10.20.1
  • chrome Version 80.0.3987.132 (Official Build) (64-bit)
  • macOS Catalina version 10.15.4

And for those that struggle to download the file from read.amazon.com, you can look at these resources :

Thanks guys for your amazing work and contribution !
Works like a charm !!
Love <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant