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

InfinityScans Theme Change #5561

Closed
7 tasks done
Salinda001 opened this issue Oct 17, 2024 · 6 comments · Fixed by #6269
Closed
7 tasks done

InfinityScans Theme Change #5561

Salinda001 opened this issue Oct 17, 2024 · 6 comments · Fixed by #6269
Labels
Bug Bugs in existing sources

Comments

@Salinda001
Copy link

Source information

InfinityScans 1.4.4

Source language

English

Steps to reproduce

  1. Go to Sources
  2. Select InfinityScans

Expected behavior

  1. Go to Sources
  2. Select InfinityScans
  3. Shows Manga lists

Actual behavior

Not Showing Manga Lists

Mihon/Tachiyomi version

Yokai 1.8.5.9 / Mihon 0.16.5

Android version

Android 14

Other details

Before the Theme Changed InfinityScans Extension, Mangas did not Show Thumbnails (return null)

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open or closed issue.
  • I have written a short but informative title.
  • I have updated the app to version 0.15.3.
  • I have updated all installed extensions.
  • I have tried the troubleshooting guide.
  • If this is an issue with the app itself, I should be opening an issue in the app repository.
  • I will fill out all of the requested information in this form.
@Salinda001 Salinda001 added the Bug Bugs in existing sources label Oct 17, 2024
@ManiV97
Copy link

ManiV97 commented Oct 18, 2024

The extension is not working, error: "HTTPS 404"
Screenshot_20241019_001202
The Webview of the extension is working
Screenshot_20241019_001229

@Salinda001
Copy link
Author

This is a theme change. Also if the theme is keyoapp check the image hosting is igniscans.com.

@1aam2am1
Copy link
Contributor

keyoapp

This is not 'keyoapp', could you check with theme it is?
Or do I need to update this custom one?

@Salinda001
Copy link
Author

Is this going to take long to fixed?

@Norsze
Copy link
Contributor

Norsze commented Nov 21, 2024

No ETA. If you read the project main page you'd see this clearly written:

Please note that creating an issue does not mean that the source will be added or fixed in a timely fashion, because the work is volunteer-based. Some sources may also be impossible to do or prohibitively difficult to maintain.

@1aam2am1
Copy link
Contributor

I don't know how to do this, based on my analysis:

  1. By going first time to site: https://infinityscans.net/comics?sort=latest it will:
    set-cookie:
    InfinityScans=xxxxxxxxxxxxxxxxxxxx; expires=Sat, 10 Nov 2025 22:07:43 GMT; Max-Age=31536000; path=/
  2. Will use cokie to do request to https://infinityscans.net/api/verification to enable this cookie by sending 'cf-turnstile-response: 0.YPbL........'
  3. After that will use 'https://infinityscans.net/api/comics' -H 'accept: application/json, text/javascript, /; q=0.01' -H 'cookie: InfinityScans=xxxxxxxxxxxxxxxxxxxx' -H 'referer: https://infinityscans.net/comics?sort=latest' -H 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36' -H 'x-requested-with: XMLHttpRequest'
    to get json response with comics
    image

I think other data will be similar.
I don't know how to do this.

@1aam2am1 1aam2am1 mentioned this issue Nov 24, 2024
8 tasks
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Bugs in existing sources
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants