Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[<Comic Pixiv>] Connector not working #6268

Closed
4 tasks done
Stelle26 opened this issue Sep 27, 2023 · 1 comment · Fixed by #6270
Closed
4 tasks done

[<Comic Pixiv>] Connector not working #6268

Stelle26 opened this issue Sep 27, 2023 · 1 comment · Fixed by #6270
Labels
Website Change Problem or Feature for existing Website

Comments

@Stelle26
Copy link

Is there an existing issue for this connector?

  • I have searched the existing issues

Did you read the troubleshooting guide ?

  • I read it but nothing seems related

Is the website of the connector working properly ?

  • Yes i'm able to see the manga within my standard browser

Make sure to try Nightly Build

  • Yes nightly build didn't fix the issue

What kind of issue are you encountering

Downloads aren't working

Describe the bug

When clicked on "download button", the button instantly turned to red warning exclamation sign. Also. an error window appeared when clicked on "preview chapter button".
image

To Reproduce

  1. Comic Pixiv
  2. 戦場の聖女〜妹の代わりに公爵騎士に嫁ぐことになりましたが、今は幸せです〜 (https://comic.pixiv.net/works/9683)
  3. Chapter 3.2 (第3話② 契約結婚?② 更新日: 2023年9月27日)
  4. Copy any relevant error message that appears in a popup or (advanced) within the console (press F12)
Connector.mjs:460 GET https://comic.pixiv.net/api/app/episodes/152407/read 404
fetchJSON @ Connector.mjs:460
_getPages @ PixivComics.mjs:85
_getPageList @ Connector.mjs:615
(anonymous) @ Chapter.mjs:111
Promise.then (async)
getPages @ Chapter.mjs:109
downloadPages @ DownloadJob.mjs:72
processQueue @ DownloadManager.mjs:49

Connector.mjs:618 Error: Failed to receive content from "https://comic.pixiv.net/api/app/episodes/152407/read" (status: 404) - 
    at Connector.mjs:469
    at async PixivComics._getPages (PixivComics.mjs:85)
    at async PixivComics._getPageList (Connector.mjs:615) EventTarget {manga: EventTarget, id: 152407, title: "第3話① - 契約結婚?①", file: {…}, language: "", …}manga: EventTarget {connector: PixivComics, id: 9683, title: "戦場の聖女〜妹の代わりに公爵騎士に嫁ぐことになりましたが、今は幸せです〜", status: "available", chapterCache: Array(9), …}connector: PixivComics {id: "pixivcomics", label: "pixivコミック", tags: Array(2), isLocked: false, initialized: true, …}id: 9683title: "戦場の聖女〜妹の代わりに公爵騎士に嫁ぐことになりましたが、今は幸せです〜"status: "available"chapterCache: (9) [EventTarget, EventTarget, EventTarget, EventTarget, EventTarget, EventTarget, EventTarget, EventTarget, EventTarget]existingChapters: []__proto__: EventTargetid: 152407title: "第3話① - 契約結婚?①"file: {name: "第3話① - 契約結婚?①", extension: "", full: "第3話① - 契約結婚?①"}language: ""status: "failed"pageProcess: falsepageCache: []__proto__: EventTarget
_getPageList @ Connector.mjs:618
async function (async)
_getPageList @ Connector.mjs:615
(anonymous) @ Chapter.mjs:111
Promise.then (async)
getPages @ Chapter.mjs:109
downloadPages @ DownloadJob.mjs:72
processQueue @ DownloadManager.mjs:49

Screenshots:
image

@Stelle26 Stelle26 added the Website Change Problem or Feature for existing Website label Sep 27, 2023
@MikeZeDev
Copy link
Contributor

MikeZeDev commented Sep 27, 2023

  • Api Endpoint changed
  • They removed the deprecated MD5 . Now its SHA256, o/.
  • Images are now scrambled. On it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Website Change Problem or Feature for existing Website
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants