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
Looks like Mangadex has changed fields in the response object from an API search (namely, Chapter.search(), though looks like its a more general issue).
src/util.js:178 throws an error since initialResponse doesn't have the field "result", which is now "data".
APIRequestError: The API did not respond the correct structure for a search request:
[object Object]
(BTW maybe JSON.stringify the response for printing)
Tried patching it but no dice, it generated empty Chapter objects as results. Looks like there's further patching to do.
The text was updated successfully, but these errors were encountered:
d99aa1a Merge branch 'md-y:master' into master
c007772 Structure constructor conditional is now falsy
68409f6 Update npm
6b5813c Add properties, search params, and manga stats
7f672d6 Fix retrieving chapter pages
d11a0d8 Update npm and types
b1352ba Add related manga property
0cf17fe Flatten spread arguments to allow normal arrays
1cec0a4 Fix convertLegacyId
13f0835 Update npm and mocha ver
fb9fe24 Revert getMultipleIds change
16fe9cf Rewrite readme
8cc2523 Add search method for users, role, and relations
f3e6e06 Optimize Util
5b00f7a Change typing script and improve JSDoc comments
880283f Fix error when the cache location is not specified
fe05ab2 Make rest parameters non-optional md-y#462d4c0ed Make search/feed parameters optional
02d2d99 Fix API array return result refactor (md-y#44)
c2b49f9 Merge branch 'md-y:master' into master
0261f74 Update npm/types/docs
4757106 Remove external chapters from pages test
33062e1 Migrate relationships to new location (MD 5.2.23)
git-subtree-dir: src/Libraries/mfa
git-subtree-split: d99aa1a
Looks like Mangadex has changed fields in the response object from an API search (namely, Chapter.search(), though looks like its a more general issue).
src/util.js:178 throws an error since initialResponse doesn't have the field "result", which is now "data".
(BTW maybe JSON.stringify the response for printing)
Tried patching it but no dice, it generated empty Chapter objects as results. Looks like there's further patching to do.
The text was updated successfully, but these errors were encountered: