SafariBooks-Downloader
SafariBooks-Downloader copied to clipboard
StatusCodeError: 404 - {"detail":"Not found."}
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
- Tried the steps on code section as it is but i got error 301
- So i did this
in the file ./lib/safari/index.js, change this.baseUrl on line 18 to... this.baseUrl = "https://learning.oreilly.com";
- I got error 404
- I used git clone https://github.com/hypr2771/SafariBooks-Downloader
- Uninstall and reinstall npm -g
- 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.