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

Some manga of to-ti isn't downloadable #643

Closed
NNguyenHoangDang opened this issue Jun 9, 2024 · 13 comments · Fixed by #716
Closed

Some manga of to-ti isn't downloadable #643

NNguyenHoangDang opened this issue Jun 9, 2024 · 13 comments · Fixed by #716
Labels
bug Something isn't working

Comments

@NNguyenHoangDang
Copy link

Some manga of to-ti isn't downloadable
Examples:
https://to-ti.in/product/yasegaman
https://to-ti.in/product/mameshika

@MikeZeDev
Copy link
Contributor

MikeZeDev commented Jun 10, 2024

What about describing whats going on? :D

I had not problem downloading every chapters of them

@NNguyenHoangDang
Copy link
Author

I get this error:
Failed to fetch
TypeError: Failed to fetch
at NodeWebkitFetchProvider.Fetch (https://haruneko.pages.dev/LX3CB9C6/DownloadTask.js:12:15969)
at async DeferredTask.action (https://haruneko.pages.dev/LX3CB9C6/HakuNeko.js:1:22430)
at async DeferredTask.Run (https://haruneko.pages.dev/LX3CB9C6/DownloadTask.js:12:28037)
at async B.Run (https://haruneko.pages.dev/LX3CB9C6/InteractiveFileContentProvider.js:1:1532)

@NNguyenHoangDang
Copy link
Author

Screenshot 2024-06-11 114433

@Sheepux
Copy link
Contributor

Sheepux commented Jun 12, 2024

Tested and it works fine :
I guess this error means there was an issue while trying to download (connectivity error ?)
Try to open the console F12 and check the network tab

@NNguyenHoangDang
Copy link
Author

image

@Sheepux
Copy link
Contributor

Sheepux commented Jun 13, 2024

Blocked mixed-content ? Do you have some kind of proxy/antivirus that would block the response ?
If not Can you click on a red line and fine the heaer response as well as the response content

DevNote: i think we can open a debate on how to give a better error message to end user so that we can guide them within the app. Here in our case do we need to give more delays than juste "FetchFailed" but also add "because it was blocked due to mixedcontent" (and then the UI could provide a generic guide related to FetchFailed).

@NNguyenHoangDang
Copy link
Author

image

@MikeZeDev
Copy link
Contributor

MikeZeDev commented Jun 15, 2024

Why do i see "hakuneko.pages.dev"? 🤔

Pretty sure you got it wrong. Follow instructions on main page.

hakuneko.pages.dev is not meant to be used. Haruneko/Hakuneko is not a website its a program (or source code) you download and run on your computer.

@MikeZeDev MikeZeDev closed this as not planned Won't fix, can't repro, duplicate, stale Jun 15, 2024
@Sheepux
Copy link
Contributor

Sheepux commented Jun 16, 2024

Reopening: Haruneko.pages.dev is when you use "nightly" version.
The issue here is an http request from an https page (the nightly page). It's an issue that needs fixing.

@Sheepux Sheepux reopened this Jun 16, 2024
@MikeZeDev
Copy link
Contributor

How come its not occurring while developing? Why dont we have mixed content errors?

@Sheepux
Copy link
Contributor

Sheepux commented Jun 16, 2024

when we develop we use localhost http, when the user starts the release binary it gets fetched from haruneko.pages.dev but with https leading to mixed content issue

@MikeZeDev
Copy link
Contributor

So its just a problem affecting release binary? I am puzzled.

@MikeZeDev
Copy link
Contributor

Ooooh those image are affected by the Photon Deproxying bug too, its the same bug indeed !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants