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

Please add site reader-hub.com #1472

Open
gamebeaker opened this issue Sep 8, 2024 · 5 comments
Open

Please add site reader-hub.com #1472

gamebeaker opened this issue Sep 8, 2024 · 5 comments

Comments

@gamebeaker
Copy link
Collaborator

gamebeaker commented Sep 8, 2024

mtlarchive.com changed site to reader-hub.com
edit:
fictionzone.net in the same parser is broken and there were api changes.

@gamebeaker gamebeaker changed the title Please add site fictionzone.net Please add site reader-hub.com Sep 8, 2024
@gamebeaker
Copy link
Collaborator Author

gamebeaker commented Sep 8, 2024

@sksmsalman
Copy link

Test versions for Firefox and Chrome have been uploaded to https://github.com/dteviot/WebToEpub/releases/tag/developer-build. Pick the one suitable for you, follow the "How to install from Source (for people who are not developers)" instructions at https://github.com/dteviot/WebToEpub/tree/ExperimentalTabMode#user-content-how-to-install-from-source-for-people-who-are-not-developers and let me know how it goes. Tested with:

Used the same one but denying it by showing

WARNING: Site 'reader-hub.com' has sent an Access

Denied (403) error. You may need to logon to site, or browse site normally until you get a Cloudflare "Are you a human" page or satisfy some other CAPTCHA before WebToEpub can continue. Open Page?

If open page shows

Page not found :/api/__api_party/api-v1

https://www.reader-hub.com/api/__api_party/api-v1?__cf_chl_tk=BzGrMBDFpMqMtv0PJF7Ti15JV_VwFeASYqp2ZOtt3d8-1725802851-0.0.1.1-7444

Note: used the test version without vpn was kiwi browser 124.0.6327.4
On Android

@gamebeaker
Copy link
Collaborator Author

gamebeaker commented Sep 8, 2024

@sksmsalman did you solve the cloudflare challange on https://reader-hub.com/?
After it you solved it go back to WebToEpub and click "ok" on the message or retry.

@sksmsalman
Copy link

@sksmsalman did you solve the cloudflare challange on https://reader-hub.com/? After it you solved it go back to WebToEpub and click "ok" on the message or retry.

Tried but redirects to https://www.reader-hub.com/api/__api_party/api-v1?__cf_chl_tk=BzGrMBDFpMqMtv0PJF7Ti15JV_VwFeASYqp2ZOtt3d8-1725802851-0.0.1.1-7444

@gamebeaker
Copy link
Collaborator Author

gamebeaker commented Sep 8, 2024

@sksmsalman kiwi browser is the issue probably related to your issue: #1471
here is a comment from @dteviot in an old issue, i used the debugger in kiwi browser and can confirm the bug is still the same (tldr: kiwi problem not WebToEpub issue for kiwi is open here):

I think I can explain this error.

TypeError: Error in invocation of cookies.getAll(object details, function callback): Error at parameter 'details': Unexpected property: 'partitionKey'.
at HttpClient.setPartitionCookies (chrome-extension://mncobnhifkahpfkfboiblehgplpaaecm/js/HttpClient.js:209:48)

Matching code is:

let cookies = await chrome.cookies.getAll({partitionKey: {topLevelSite: "https://"+cookie[0].domain.substring(1)}});

So, error is saying "This browser (Kiwi) does not know what to do with the "partitionKey" value it's been given".
You may need to update to a version of the browser that supports cookie partitionKeys. Note, I see you're using a very recent version, so I'd doubt the very latest has added partitionKeys support. You could ask the developers. And/Or raise a support issue.
Another option, the latest version of WebToEpub on the Mozilla store supports the Android (mobile) version of Firefox. And Firefox doesn't have issues with partition keys.

Originally posted by @dteviot in #1326 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants