athrowaway2021 / comix

Seamlessly download and de-drm comics and manga from Kindle in highest possible quality
MIT License
61 stars 20 forks source link

get_issue_infos() error #21

Closed Sapphicality closed 2 years ago

Sapphicality commented 2 years ago

python3.8 comix.py list returns no result

After some debugging I found that get_issue_infos() receives a reply: b'\n\x0f\x08\x01\x12\x0bNo ids sent' even if there are ids given and correctly get by print_list() function.

It looks that maybe ids format is changed in API?

Wisperer commented 2 years ago

I've done a bit of digging myself and I've came to the same conclusion. Seems they've changed something in the back end on the download side since auth still works.

rando2345 commented 2 years ago

My friend has devised a temporary workaround where you'd fetch the name from the site after providing the book id. But that only works for downloads and won't fix the list issue.

11thDoctr commented 2 years ago

My friend has devised a temporary workaround where you'd fetch the name from the site after providing the book id. But that only works for downloads and won't fix the list issue.

can you give me an example of how to do this? having a bit of trouble figuring it out

Sapphicality commented 2 years ago

Solved in #22