PearsonDL icon indicating copy to clipboard operation
PearsonDL copied to clipboard

can't download book as pdf

Open mattsblack opened this issue 4 years ago • 4 comments

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

mattsblack avatar Sep 14 '20 21:09 mattsblack