davesc63 / GeoPort

GeoPort: Your Location, Anywhere! The iOS location simulator
https://geoport.me
GNU General Public License v3.0
107 stars 10 forks source link

Issue on ARM #9

Closed wgc138 closed 2 months ago

wgc138 commented 3 months ago

Encountered an issue on ARM, not sure what is wrong.

024-03-29 23:30:57 bills-air.lan werkzeug[3005] INFO 127.0.0.1 - - [29/Mar/2024 23:30:57] "POST /update_location HTTP/1.1" 200 - data: {'udid': '00008103-000E35D02629A01E', 'ios_version': '17.4.1'} udid: 00008103-000E35D02629A01E Dev Check result: True Developer Mode is true Passed Developer Mode check iOS 17+ detected Attempt 1: Error occurred - Attempt 2: Error occurred - Attempt 3: Error occurred - Attempt 4: Error occurred - Attempt 5: Error occurred - Attempt 6: Error occurred - Attempt 7: Error occurred - Attempt 8: Error occurred - Attempt 9: Error occurred - Attempt 10: Error occurred - Error: No devices found after multiple attempts. Ensure you are running GeoPort as sudo / Administrator On Windows: This may be due to the UsbNcm Network Adapter driver. Go to 'Device Manager - Network Adapters' and uninstall the 'NcmUsb' adapters On Mac: This may happen if GeoPort is running from the 'Downloads' folder. Move GeoPort to another folder and try again If you still have the error please raise an issue on github: https://github.com/davesc63/GeoPort/issues Connect Device function completed 2024-03-29 23:31:39 bills-air.lan werkzeug[3005] INFO 127.0.0.1 - - [29/Mar/2024 23:31:39] "POST /connect_device HTTP/1.1" 200 - GitHub Version = 1.0.2 2024-03-29 23:31:41 bills-air.lan werkzeug[3005] INFO 127.0.0.1 - - [29/Mar/2024 23:31:41] "GET / HTTP/1.1" 200 - 2024-03-29 23:31:41 bills-air.lan werkzeug[3005] INFO 127.0.0.1 - - [29/Mar/2024 23:31:41] "GET /api/fuel_types?region=All HTTP/1.1" 200 - Secured Device List is: [MuxDevice(devid=4, serial='00008103-000E35D02629A01E', connection_type='USB')] 2024-03-29 23:31:42 bills-air.lan werkzeug[3005] INFO 127.0.0.1 - - [29/Mar/2024 23:31:42] "GET /api/data/?region=All HTTP/1.1" 404 - [{'Identifier': '00008103-000E35D02629A01E', 'DeviceClass': 'iPad', 'DeviceName': 'Benji’s iPad', 'BuildVersion': '21E236', 'ProductVersion': '17.4.1', 'ProductType': 'iPad13,16', 'ConnectionType': 'USB'}] 2024-03-29 23:31:42 bills-air.lan werkzeug[3005] INFO 127.0.0.1 - - [29/Mar/2024 23:31:42] "GET /list_devices HTTP/1.1" 200 - 2024-03-29 23:31:42 bills-air.lan werkzeug[3005] INFO 127.0.0.1 - - [29/Mar/2024 23:31:42] "POST /update_location HTTP/1.1" 200 -

davesc63 commented 3 months ago

Hey there. If this is happening on Mac arm there’s two reasons:

1) you are not running as admin. You need to run sudo run.sh

2) you are running the app from your “Downloads” folder. Move the folder somewhere else and re-run. Such as to your home folder

This process will be updated for v2.0.0

davesc63 commented 2 months ago

resolved in v2.1.0