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

Closed
opened 2026-04-24 23:24:10 +02:00 by adam · 2 comments
Owner

Originally created by @skyzuma on GitHub (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

Originally created by @skyzuma on GitHub (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: - [x] Android App? - [ ] iOS App? #### Android Issue Android version: 11 Device model: sm-t 725 Stock or customized system: Stock
adam added the bug label 2026-04-24 23:24:10 +02:00
adam closed this issue 2026-04-24 23:24:11 +02:00
Author
Owner

@advplyr commented on GitHub (Feb 17, 2023):

Duplicate of #566

@advplyr commented on GitHub (Feb 17, 2023): Duplicate of #566
Author
Owner

@galaxyfar commented on GitHub (Feb 20, 2023):

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.

@galaxyfar commented on GitHub (Feb 20, 2023): 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](https://github.com/advplyr/audiobookshelf-app/releases/tag/v0.9.62-beta) release.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#448