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

It doesn't show a captive, but rather a "no internet connection" on all apple devices #1

Open
surak opened this issue Aug 28, 2023 · 3 comments

Comments

@surak
Copy link

surak commented Aug 28, 2023

Tested on an iPad, iPhone and a Mac

@surak
Copy link
Author

surak commented Aug 28, 2023

Incoming data...
searched domain:captive.apple.com.
Response captive.apple.com. == 10.0.0.1
b'\x96\x02\x81\x80\x00\x01\x00\x01\x00\x00\x00\x00\x07captive\x05apple\x03com\x00\x00A\x00\x01\xc0\x0c\x00\x01\x00\x01\x00\x00\x00<\x00\x04\n\x00\x00\x01'
Replying: captive.apple.com. -> 10.0.0.1
Incoming data...
searched domain:captive.apple.com.
Response captive.apple.com. == 10.0.0.1
b'\x05\xdc\x81\x80\x00\x01\x00\x01\x00\x00\x00\x00\x07captive\x05apple\x03com\x00\x00\x01\x00\x01\xc0\x0c\x00\x01\x00\x01\x00\x00\x00<\x00\x04\n\x00\x00\x01'
Replying: captive.apple.com. -> 10.0.0.1
failed handling client: function takes 2 positional arguments but 1 were given
Task exception wasn't retrieved
future: <Task> coro= <generator object 'handle_client' at 3fcc72b0>
Traceback (most recent call last):
  File "uasyncio/core.py", line 1, in run_until_complete
  File "main.py", line 93, in handle_client
NameError: local variable referenced before assignment
Incoming data...
searched domain:_dns.resolver.arpa.
Response _dns.resolver.arpa. == 10.0.0.1
b'\xa9\xb8\x81\x80\x00\x01\x00\x01\x00\x00\x00\x00\x04_dns\x08resolver\x04arpa\x00\x00@\x00\x01\xc0\x0c\x00\x01\x00\x01\x00\x00\x00<\x00\x04\n\x00\x00\x01'
Replying: _dns.resolver.arpa. -> 10.0.0.1
Incoming data...
searched domain:captive.apple.com.
Response captive.apple.com. == 10.0.0.1
b'\x96\x02\x81\x80\x00\x01\x00\x01\x00\x00\x00\x00\x07captive\x05apple\x03com\x00\x00A\x00\x01\xc0\x0c\x00\x01\x00\x01\x00\x00\x00<\x00\x04\n\x00\x00\x01'
Replying: captive.apple.com. -> 10.0.0.1
Incoming data...
searched domain:captive.apple.com.
Response captive.apple.com. == 10.0.0.1
b'\x05\xdc\x81\x80\x00\x01\x00\x01\x00\x00\x00\x00\x07captive\x05apple\x03com\x00\x00\x01\x00\x01\xc0\x0c\x00\x01\x00\x01\x00\x00\x00<\x00\x04\n\x00\x00\x01'
Replying: captive.apple.com. -> 10.0.0.1
Incoming data...
searched domain:_dns.resolver.arpa.
Response _dns.resolver.arpa. == 10.0.0.1
b'\xa9\xb8\x81\x80\x00\x01\x00\x01\x00\x00\x00\x00\x04_dns\x08resolver\x04arpa\x00\x00@\x00\x01\xc0\x0c\x00\x01\x00\x01\x00\x00\x00<\x00\x04\n\x00\x00\x01'
Replying: _dns.resolver.arpa. -> 10.0.0.1
Timeout
Timeout
Timeout
Timeout
Timeout
Timeout
Timeout
Timeout

@p-doyle
Copy link
Owner

p-doyle commented Aug 29, 2023

It is possible that something has changed with how Apple handles captive portals. Unfortunately I do not have any Apple devices so am unable to do any troubleshooting.

@surak
Copy link
Author

surak commented Aug 29, 2023

Can it be related to the two errors shown up there? The one about not launching the async task and the NameError exception?

Repository owner deleted a comment from chasedson Feb 7, 2024
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

2 participants