You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.
I got an "index out of range" error while trying to download my textbook as a pdf
L:\Desktop\PearsonDL>python PearsonDL.py -i 11300c2f-128e-44bf-a914-3c6216c66ed7 -p 561 -g -r
PearsonDL
Developed by NamesJoeyWheeler, FurryLovingMcNugget, and cdchris12
Downloading page images...
Page downloads complete!
Generating a PDF... (This may take a while)
Traceback (most recent call last):
File "PearsonDL.py", line 130, in
main()
File "PearsonDL.py", line 70, in main
im0 = Image.open(f'{image_list[0]}').convert('RGB')
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Apologies for the late reply.
I tried this myself and it looks like it's an issue with the uuid.
Could you provide the link that contained the uuid?
Also, what is the book name?
Seems like Pearson decided to switch reader and now some books use Reader+ instead of the old one.
For what I have seen they now use jpg insted of png and xhtml.
pretty hard to fix by myself tho
I got an "index out of range" error while trying to download my textbook as a pdf
L:\Desktop\PearsonDL>python PearsonDL.py -i 11300c2f-128e-44bf-a914-3c6216c66ed7 -p 561 -g -r
PearsonDL
Developed by NamesJoeyWheeler, FurryLovingMcNugget, and cdchris12
Downloading page images...
Page downloads complete!
Generating a PDF... (This may take a while)
Traceback (most recent call last):
File "PearsonDL.py", line 130, in
main()
File "PearsonDL.py", line 70, in main
im0 = Image.open(f'{image_list[0]}').convert('RGB')
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: