You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (jsonObject.getString("state").equals("failed_tunneld")) {
260
-
future.completeExceptionally(newPyMobileDevice3Error("No tunneld instance for device " + info.getUniqueDeviceId() + " found.\nHave you started the service with `sudo " + installation.getPythonExecutable().getAbsolutePath() + " -m pymobiledevice3 remote tunneld`?"));
260
+
future.completeExceptionally(newPyMobileDevice3Error("No tunneld instance for device " + info.getUniqueDeviceId() + " found. Have you started the service with `sudo " + installation.getPythonExecutable().getAbsolutePath() + " -m pymobiledevice3 remote tunneld`?"));
0 commit comments