We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7a5393 + 1b0c86c commit 8e96de3Copy full SHA for 8e96de3
pymobiledevice3/__main__.py
@@ -132,7 +132,7 @@ def main() -> None:
132
logger.warning('Trying again over tunneld since RSD is required for this command')
133
should_retry_over_tunneld = True
134
elif (e.identifier is not None) and ('developer' in sys.argv) and ('--tunnel' not in sys.argv):
135
- logger.warning('Trying again over tunneld since it is a developer command')
+ logger.warning('Got an InvalidServiceError. Trying again over tunneld since it is a developer command')
136
137
if should_retry_over_tunneld:
138
sys.argv += ['--tunnel', e.identifier]
0 commit comments