-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Executing backup #8
Comments
Pin-code? In this sense did you enter a password? Right now, creating encrypted backups is not supported. Only unencrypted backups can be made. |
Also, have you provided the path to a previous backup or creating a new backup for the first time? |
Version 2.0.2 Downloaded binary and change permissions with chmod u+x ibackep If Run without super user privileges, get this error: (flet:6953): dbind-WARNING **: 08:28:24.839: Couldn't connect to accessibility bus: Failed to connect to socket /root/.cache/at-spi/bus_0: Permission denied Run as super user and backup fails each time. This is an unencrypted backup attempt. $ sudo ./ibackep (flet:7147): Gdk-CRITICAL **: 08:28:50.352: gdk_window_get_state: assertion 'GDK_IS_WINDOW (window)' failed |
Try backing up to a new folder and check if it works. |
I tried multiple folders with no luck. I was able to backup using idevicebackup2 cmd line however. |
Were you getting the same error for new empty folders too? |
Yes, same error no matter what folder I chose. |
Does it display
The above error occurs if the app assumes a completely new folder as an existing backup. |
Same issue here, ubuntu 24
|
I also have the same error and chose to encrypt the backups in iTunes at an earlier time. It's probably because of this encryption that seems to be stored inside the device that it's not working. |
Please check the latest release if this issue is solved - https://github.com/redromnon/iBackep/releases/tag/v2.0.3 |
version 2.0.0 used
after proividing pin code this error is generated nothing happnes onlu backup failed messsage in gui
Backup running...
0.0
0.0
Traceback (most recent call last):
File "ui/operations.py", line 58, in backup
File "pymobiledevice3/services/mobilebackup2.py", line 91, in backup
File "pymobiledevice3/services/device_link.py", line 61, in dl_loop
pymobiledevice3.exceptions.PyMobileDevice3Exception: Device link error: {'ErrorCode': 205, 'ErrorDescription': 'Error reading backup properties (MBErrorDomain/205). Underlying error: Error deserializing properties: Cannot parse a NULL or zero-length data (MBErrorDomain/11).', 'MessageName': 'Response'}
The text was updated successfully, but these errors were encountered: