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

'Connection aborted.', RemoteDisconnected('Remote end closed connection without response') #352

Open
HelloWorldDC opened this issue Oct 24, 2023 · 1 comment

Comments

@HelloWorldDC
Copy link

Hi, I always encounter the error: 'Connection aborted.', RemoteDisconnected('Remote end closed connection without response'). As a result, some images fail to download and must be retrieved manually. How can I fix this error? This is the log from an ebook I attempted to download.

[24/Oct/2023 18:54:30] ** Welcome to SafariBooks! **
[24/Oct/2023 18:54:31] Successfully authenticated.
[24/Oct/2023 18:54:31] Retrieving book info...
[24/Oct/2023 18:54:31] Title: The Video Games Textbook, 2nd Edition
[24/Oct/2023 18:54:31] Authors: Brian J. Wardyga
[24/Oct/2023 18:54:31] Identifier: 9781000868227
[24/Oct/2023 18:54:31] ISBN: 9781000868227
[24/Oct/2023 18:54:31] Publishers: CRC Press
[24/Oct/2023 18:54:31] Rights: 
[24/Oct/2023 18:54:31] Description: The Video Games Textbook takes the history of video games to the next level. Coverage includes every major video game console, handheld system, and game-changing personal computer, as well as a look at the business, technology, and people behind the games.Chapters feature objectives and key terms, illustrative timelines, color images, and graphs in addition to the technical specifications and key titles for each platform. Every chapter is a journey into a different segment of gaming, where reade...
[24/Oct/2023 18:54:31] Release Date: 2023-06-13
[24/Oct/2023 18:54:31] URL: https://learning.oreilly.com/library/view/the-video-games/9781000868227/
[24/Oct/2023 18:54:31] Retrieving book chapters...
[24/Oct/2023 18:54:33] Output directory:
    C:\Users\Admin\Downloads\safaribooks\Books\The Video Games Textbook 2nd Edition (9781000868227)
[24/Oct/2023 18:54:33] Downloading book contents... (25 chapters)
[24/Oct/2023 18:54:33] Created: A_000_cover.xhtml
[24/Oct/2023 18:54:33] Crawler: found a new CSS at https://learning.oreilly.com/api/v2/epubs/urn:orm:book:9781000868227/files/styles/9781000868227.css
[24/Oct/2023 18:54:33] Created: A_000_halftitle.xhtml
[24/Oct/2023 18:54:34] Created: A_000_TitlePage.xhtml
[24/Oct/2023 18:54:34] Created: A_001_copy.xhtml
[24/Oct/2023 18:54:35] Created: A_002_toc.xhtml
[24/Oct/2023 18:54:35] Created: A_003_abbreviations1.xhtml
[24/Oct/2023 18:54:36] Created: A_004_ack1.xhtml
[24/Oct/2023 18:54:36] Created: A_005_author.xhtml
[24/Oct/2023 18:54:37] Created: A_006_intro.xhtml
[24/Oct/2023 18:54:37] Created: C_005_c1.xhtml
[24/Oct/2023 18:54:38] Created: C_006_c2.xhtml
[24/Oct/2023 18:54:39] Created: C_007_c3.xhtml
[24/Oct/2023 18:54:39] Created: C_008_c4.xhtml
[24/Oct/2023 18:54:40] Created: C_009_c5.xhtml
[24/Oct/2023 18:54:40] Created: C_010_c6.xhtml
[24/Oct/2023 18:54:41] Created: C_011_c7.xhtml
[24/Oct/2023 18:54:41] Created: C_012_c8.xhtml
[24/Oct/2023 18:54:42] Created: C_013_c9.xhtml
[24/Oct/2023 18:54:43] Created: C_014_c10.xhtml
[24/Oct/2023 18:54:43] Created: C_015_c11.xhtml
[24/Oct/2023 18:54:44] Created: C_016_c12.xhtml
[24/Oct/2023 18:54:45] Created: C_017_c13.xhtml
[24/Oct/2023 18:54:45] Created: C_018_c14.xhtml
[24/Oct/2023 18:54:46] Created: C_019_c15.xhtml
[24/Oct/2023 18:54:47] Created: Z_020_index.xhtml
[24/Oct/2023 18:54:47] Downloading book CSSs... (1 files)
[24/Oct/2023 18:54:48] Downloading book images... (382 files)
[24/Oct/2023 19:04:50] ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
[24/Oct/2023 19:04:50] Error trying to retrieve this image: un05_01.jpg
    From: https://learning.oreilly.com/api/v2/epubs/urn:orm:book:9781000868227/files/images/un05_01.jpg
[24/Oct/2023 19:15:12] ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
[24/Oct/2023 19:15:12] Error trying to retrieve this image: Fig09_01.jpg
    From: https://learning.oreilly.com/api/v2/epubs/urn:orm:book:9781000868227/files/images/Fig09_01.jpg
[24/Oct/2023 19:25:53] ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
[24/Oct/2023 19:25:53] Error trying to retrieve this image: Fig14_13.jpg
    From: https://learning.oreilly.com/api/v2/epubs/urn:orm:book:9781000868227/files/images/Fig14_13.jpg
[24/Oct/2023 19:28:45] Creating EPUB file...
[24/Oct/2023 19:28:55] Done: C:\Users\Admin\Downloads\safaribooks\Books\The Video Games Textbook 2nd Edition (9781000868227)\9781000868227.epub

    If you like it, please * this project on GitHub to make it known:
        https://github.com/lorenzodifuccia/safaribooks
    e don't forget to renew your Safari Books Online subscription:
        https://learning.oreilly.com

[!] Bye!!

@SantiagoJejen
Copy link

The problem is that the URL used for logging in to "Safari Book" has been deprecated. Therefore, when the script attempts to navigate to this URL to authenticate the user, it no longer exists.

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

2 participants