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

net::ERR_HTTP_RESPONSE_CODE_FAILURE When trying to make Lite App #161

Open
AlexanderTheGr3at opened this issue Dec 11, 2024 · 9 comments
Open

Comments

@AlexanderTheGr3at
Copy link

AlexanderTheGr3at commented Dec 11, 2024

Hello,

I'm trying to create an app of a site I'm hosting via cloudflare tunnel. It's a server that hosts books from Calibre. I'm having a problem though, it won't open the page. I just get:

"Web page not available The web page at http:/xxxxxxxx.org/ could not be loaded because: net::ERR_HTTP_RESPONSE_CODE_FAILURE"

I can open it up in chrome, explorer, and Firefox fine but their download to homescreen fake app thing sucks. I was referred to your app but can't get it working. Any suggestions?

@bl4ckswordsman
Copy link

If your page has a http link, have you tried toggling "Allow HTTP" and "Ignore SSL errors" in Expert settings?

@AlexanderTheGr3at
Copy link
Author

If your page has a http link, have you tried toggling "Allow HTTP" and "Ignore SSL errors" in Expert settings?

I have. I think the issues is because the site has a pop up sign in and not a sign in page. Not sure how to get around that.

@bl4ckswordsman
Copy link

If your page has a http link, have you tried toggling "Allow HTTP" and "Ignore SSL errors" in Expert settings?

I have. I think the issues is because the site has a pop up sign in and not a sign in page. Not sure how to get around that.

I see. Did you also remove the 's' in "https://..." of Start URL (this is also in Expert Settings) ?

@AlexanderTheGr3at
Copy link
Author

If your page has a http link, have you tried toggling "Allow HTTP" and "Ignore SSL errors" in Expert settings?

I have. I think the issues is because the site has a pop up sign in and not a sign in page. Not sure how to get around that.

I see. Did you also remove the 's' in "https://..." of Start URL (this is also in Expert Settings) ?

I did. Didn't help. It works fine without the login pop-up. But then I'm exposing my network to the internet password free.

@bl4ckswordsman
Copy link

Ok, I understand.
I'm not the developer so I hope they respond and perhaps can add support for popups (I assume you've tried experimenting with all other options too already). I might try to add this too if I get some free time and it's easy to add, will open a pull request if I do.

Maybe a workaround is to see if you can have the login as a forms page instead of a pop up/dialog, but you've probably already thought of that too.
Sorry I couldn't help.

@AlexanderTheGr3at
Copy link
Author

Ok, I understand. I'm not the developer so I hope they respond and perhaps can add support for popups (I assume you've tried experimenting with all other options too already). I might try to add this too if I get some free time and it's easy to add, will open a pull request if I do.

Maybe a workaround is to see if you can have the login as a forms page instead of a pop up/dialog, but you've probably already thought of that too. Sorry I couldn't help.

Thanks for trying. I appreciate it :)

@cylonid
Copy link
Owner

cylonid commented Dec 20, 2024

Unfortunately HTTP Auth dialogs are not supported at the moment. It does seem to be relatively easy though.

The next release will first and foremost be about the adblocking and the system bars on Android 15 but maybe I can fit this in 🙂

@AlexanderTheGr3at
Copy link
Author

Unfortunately HTTP Auth dialogs are not supported at the moment. It does seem to be relatively easy though.

The next release will first and foremost be about the adblocking and the system bars on Android 15 but maybe I can fit this in 🙂

That would be amazing if you could! Thank you! If not I can wait. Love the app.

@bl4ckswordsman
Copy link

Unfortunately HTTP Auth dialogs are not supported at the moment. It does seem to be relatively easy though.

The next release will first and foremost be about the adblocking and the system bars on Android 15 but maybe I can fit this in 🙂

@cylonid if you actually fix the adblocking, I can try to help porting some simple improvements from my fork (site icons in recent apps screen, and icon fetching from more sites), if you want 🙂

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

No branches or pull requests

3 participants