SafariBooks-Downloader icon indicating copy to clipboard operation
SafariBooks-Downloader copied to clipboard

StatusCodeError: 404 - {"detail":"Not found."}

Open ejadol opened this issue 5 years ago • 0 comments

Hi,

I am experiencing the error message below.

[safari-downloader] starting application... [safari-downloader] the user "[email protected]" was successfully authorized... [safari-downloader] StatusCodeError: 404 - {"detail":"Not found."}

I have performed the following to re mediate

  1. Tried the steps on code section as it is but i got error 301
  2. So i did this

in the file ./lib/safari/index.js, change this.baseUrl on line 18 to... this.baseUrl = "https://learning.oreilly.com";

  1. I got error 404
  2. I used git clone https://github.com/hypr2771/SafariBooks-Downloader
  3. Uninstall and reinstall npm -g
  4. I am still getting the error 404 :(

[safari-downloader] starting application... [safari-downloader] the user "[email protected]" was successfully authorized... [safari-downloader] downloaded meta files... [safari-downloader] downloaded table of content files... [safari-downloader] downloaded chapter files... [safari-downloader] downloaded stylesheet files...

Help please :( I am a script "kiddie" sorry I know an issue was opened exactly like this, I tried the work around with the fork and I know it was merged but I am not sure what to do next sorry.

ejadol avatar Dec 05 '19 06:12 ejadol