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

iOS 17.0.3 not maintaining simulated location #10

Open
JyloPen opened this issue Oct 9, 2023 · 3 comments
Open

iOS 17.0.3 not maintaining simulated location #10

JyloPen opened this issue Oct 9, 2023 · 3 comments

Comments

@JyloPen
Copy link

JyloPen commented Oct 9, 2023

Upon executing sudo python3 main.py, the simulated location appears on the interface map, momentarily appears on the connected device, and then switches back to the actual location after about 5-10 seconds while still displaying the simulated location on the map.

@JyloPen
Copy link
Author

JyloPen commented Oct 11, 2023

Here is the output I receive before navigating to localhost:3000.
Screen Shot 2023-10-10 at 8 57 09 PM

@idzuanidris
Copy link

mine is using latest iOS 17.0.3 also but i could not reproduce the error

ProductVersion: 17.0.3
Interface: utun8
--rsd fd4d:183a:ca79::1 57479
--port 3000
(50135) wsgi starting up on http://127.0.0.1:3000
(50135) accepted ('127.0.0.1', 63634)
127.0.0.1 - - [12/Oct/2023 12:47:12] "GET / HTTP/1.1" 200 3195 0.000535
127.0.0.1 - - [12/Oct/2023 12:47:12] "GET /main.css HTTP/1.1" 200 370 0.000397
(50135) accepted ('127.0.0.1', 63635)
127.0.0.1 - - [12/Oct/2023 12:47:12] "GET /index.js HTTP/1.1" 200 7242 0.000485
127.0.0.1 - - [12/Oct/2023 12:47:12] "GET /socket.io/?EIO=4&transport=polling&t=OiYDSlr HTTP/1.1" 200 278 0.000408
127.0.0.1 - - [12/Oct/2023 12:47:13] "POST /socket.io/?EIO=4&transport=polling&t=OiYDSml&sid=my1pNKxsZeZ0ARr4AAAA HTTP/1.1" 200 219 0.407002
(50135) accepted ('127.0.0.1', 63636)
127.0.0.1 - - [12/Oct/2023 12:47:13] "GET /socket.io/?EIO=4&transport=polling&t=OiYDSmp&sid=my1pNKxsZeZ0ARr4AAAA HTTP/1.1" 200 213 0.000242
127.0.0.1 - - [12/Oct/2023 12:47:13] "GET /socket.io/?EIO=4&transport=polling&t=OiYDStC&sid=my1pNKxsZeZ0ARr4AAAA HTTP/1.1" 200 181 0.000147

@JyloPen
Copy link
Author

JyloPen commented Oct 12, 2023

I'm getting the same output, so I'm beginning to think that my issue has something to do with the warnings I get. I researched 'Errno 65' and began tinkering with my network settings, but I still end up with the same result (i.e., location changes for ~10 seconds after navigating to localhost:3000, then reverts to original location).

Here's a copypasta of the warning from my latest attempt to connect:

zeroconf[736] WARNING Error with socket 4 (('fe80::aede:48ff:fe00:1122', 5353, 0, 4))): [Errno 65] No route to host
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/selector_events.py", line 1196, in sendto
self._sock.sendto(data, addr)
OSError: [Errno 65] No route to host

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