Open JyloPen opened 1 year ago
Here is the output I receive before navigating to localhost:3000.
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
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
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.