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.
When i just run it with the -i and -p it says it works but no images when I go the directory
D:\Downloads\PearsonDL-master>python PearsonDL.py -i c821f2c0-c623-482b-8110-d2c860807abb -p 1040
PearsonDL
Developed by NamesJoeyWheeler, FurryLovingMcNugget, and cdchris12
---------------------------------------------------
Downloading page images...
Page downloads complete!
--- Generated in 28.0317 seconds ---
When i run with -g there is a traceback error
D:\Downloads\PearsonDL-master>python PearsonDL.py -i c821f2c0-c623-482b-8110-d2c860807abb -p 1040 -g
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 "D:\Downloads\PearsonDL-master\PearsonDL.py", line 130, in <module>
main()
File "D:\Downloads\PearsonDL-master\PearsonDL.py", line 70, in main
im0 = Image.open(f'{image_list[0]}').convert('RGB')
IndexError: list index out of range
On widows for the record I might try in my linux dual boot and see if that has any better luck
Edit: Another thing is that I didnt see the manifest?password but I found a file named token. Maybe the different version of person works different? It worked without an error though so idk.
The text was updated successfully, but these errors were encountered:
When i just run it with the -i and -p it says it works but no images when I go the directory
When i run with -g there is a traceback error
On widows for the record I might try in my linux dual boot and see if that has any better luck
Edit: Another thing is that I didnt see the manifest?password but I found a file named token. Maybe the different version of person works different? It worked without an error though so idk.
The text was updated successfully, but these errors were encountered: