dazedcat19 / FMD2

GNU General Public License v2.0
630 stars 58 forks source link

[bug-website module] E-Hentai/ExHentai manga list download fails with 404 error #1153

Open heyhippari opened 1 year ago

heyhippari commented 1 year ago

Prerequisites

System information

Windows 11 21H2 x64

Describe the bug

Upon trying to fetch the manga list for E-Hentai or ExHentai, the process fails with an error 404, and the list is not refreshed.

To reproduce:

  1. Enable E-Hentai or ExHentai in Options > Websites > Websites
  2. Enter account info in Options > Websites > Accounts
  3. Ensure account returns "OK"
  4. Go to "Manga info"
  5. In the drop down, select E-Hentai or ExHentai as the source
  6. "Do you want to download manga list from the server?" > Yes
  7. "Failed to finish: ExHentai: 404 Not Found"

Without looking too much into it (I don't know Lua, unfortunately), both sites changed their method of pagination recently, moving from a list of number links + a page query param, to a fixed set of 5 action links with a next query param containing the ID of the last shown item.

Log

No log is produced

Slasar41 commented 1 year ago

It's because there's no premade manga list in the database. Better just copy the link from browser. I don't think FMD will handle such massive manga list.