dazedcat19 / FMD2

GNU General Public License v2.0
602 stars 56 forks source link

[bug-website module] mangaplus.shueisha.co.jp #1472

Closed JayAyyBee closed 3 weeks ago

JayAyyBee commented 1 month ago

Prerequisites

System information

Windows 10

Describe the bug

Manga Info is unable to populate the chapter list.

Log

No response

Geese1 commented 4 weeks ago

Can confirm I'm having the same issue. Hopefully it's an easy fix.

Type-Ghost commented 4 weeks ago

Same here, not working for a few days now

MrTyton commented 4 weeks ago

+1. Is there a way to grab logs and see what's going on?

fuzzfactory0 commented 3 weeks ago

Same problem, FMD is unable to connect to MangaPlus. I identified the issue being that the CDN API version changed: FMD is hitting https://jumpg-webapi.tokyo-cdn.com/api/title_detail to get the manga info, but the website hits https://jumpg-webapi.tokyo-cdn.com/api/title_detailV3. The old URL just returns a 404.

The data format seems to have changed too. firstChapterList and lastChapterList aren't coming in the response anymore when hitting the new endpoint.

fuzzfactory0 commented 3 weeks ago

Raised https://github.com/dazedcat19/FMD2/pull/1475 to address the changes in the MangaPlus API.