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

no internet > no login to local instance > no entry possible #586

Closed
1 of 2 tasks
skyzuma opened this issue Feb 17, 2023 · 2 comments
Closed
1 of 2 tasks

no internet > no login to local instance > no entry possible #586

skyzuma opened this issue Feb 17, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@skyzuma
Copy link

skyzuma commented Feb 17, 2023

Steps to reproduce

  1. change custom wlan gateway and dns to a different numbers as ur router (same as no internet but active wlan)
  2. deactivate wlan > activate wlan (there is no internet access)
  3. open audiobookshelf app > try connect (add new server) > is there no entry > create a new on > the field is not accessible and the submit button goes to "no internet"
  4. is there an entry > u see name (filled) and password (empty) and the submit button goes to "no internet") >>> nothing possible ... i can enter the password but there is no submit button

Expected behaviour

is there no internet cause of an issue with the provider, i cant paste en entry to an local instance but on a webbrowser this is possible

Actual behaviour

  • Tell us what happens

Environment data

Audiobookshelf Version:

  • Android App?
  • iOS App?

Android Issue

Android version: 11

Device model: sm-t 725

Stock or customized system: Stock

@skyzuma skyzuma added the bug Something isn't working label Feb 17, 2023
@advplyr
Copy link
Owner

advplyr commented Feb 17, 2023

Duplicate of #566

@advplyr advplyr marked this as a duplicate of #566 Feb 17, 2023
@advplyr advplyr closed this as not planned Won't fix, can't repro, duplicate, stale Feb 17, 2023
@galaxyfar
Copy link

For those facing this issue, I have had similar issue and identified the fix.

Internet connectivity check on Android devices is determined by constantly pinging Google's captive portal.

Trick is to bypass this check by running the following command in ADB shell of the your Android device which is either not connected to the internet or Google's DNS is blocked at firewall level:

settings put global captive_portal_mode 0

Restart the device and ABS Android app will not no longer complain about "No Internet".
Verified it myself on Android 9 and 11 device running todays v0.9.62-beta release.

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

No branches or pull requests

3 participants