leminlimez / Nugget

Unlock the fullest potential of your device
GNU Affero General Public License v3.0
1.43k stars 108 forks source link

PyMobileDevice3 Raising Exception on iOS 18.1 Beta 5 #18

Closed fayaz12g closed 1 month ago

fayaz12g commented 1 month ago

Device: 14 Pro Max (US) OS: Both Windows 11 and macOS Sequoia attmpted iOS version: iOS 18.1 Developer Beta 5 Error message: Traceback (most recent call last): File "devicemanagement\device_manager.py", line 143, in apply_changes File "exploit\restore.py", line 70, in restore_files File "exploit__init__.py", line 27, in perform_restore File "exploit__init__.py", line 20, in perform_restore File "pymobiledevice3\services\mobilebackup2.py", line 140, in restore File "pymobiledevice3\services\device_link.py", line 61, in dl_loop pymobiledevice3.exceptions.PyMobileDevice3Exception: Device link error: {'ErrorCode': 205, 'ErrorDescription': 'Domain name cannot contain a slash (MBErrorDomain/205)', 'MessageName': 'Response'}

Seems to be an issue because of the latest beta. the domain name now contains a slash which causes PyMobileDevice3 to freak out, happening on both Nugget and MisakaX

leminlimez commented 1 month ago

exploit was patched, not fixable