Rain92 / UltimateMangaReader

A feature-rich online manga reader for Kobo E-Ink devices based on Qt5.
GNU Affero General Public License v3.0
176 stars 24 forks source link

Fix api changes to mangadex causing failures #46

Closed rjd22 closed 2 years ago

amrios commented 2 years ago

I made my own fix before realizing there was already a PR created. The additions in this PR is essentially the same as mine, hence this looks okay.

I would also like to add a problem I came across while creating my fix while downloading the manga lists. I triggered Mangadex's DDoS protection service (DDoS-GUARD), which prevented me from retrieving an updated list. I used QThread::msleep() set to 2000ms as a delay, this mitigated the issue on my end.