Skip to content
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

KeyError: 'system', with TWRP-style backup #74

Open
koraynilay opened this issue Mar 23, 2022 · 1 comment
Open

KeyError: 'system', with TWRP-style backup #74

koraynilay opened this issue Mar 23, 2022 · 1 comment

Comments

@koraynilay
Copy link

I have a LLD-L31 (ieland) with TWRP 3.6.1_9-0 for anne and tetherback -0vv returns:

ADB: ('adb', '-d', 'version')
Found ADB version 1.0.41
Using default transfer method: adb exec-out pipe (--exec-out)
ADB: ('adb', '-d', 'shell', 'uname -r')
Device reports kernel 4.9.148
ADB: ('adb', '-d', 'shell', 'twrp -v')
Device reports TWRP version 3.6.1_9-0
ADB: ('adb', '-d', 'shell', 'cat /etc/fstab')
ADB: ('adb', '-d', 'shell', 'cd /sys/block; ls -d mmcblk*')
ADB: ('adb', '-d', 'shell', 'cat "/sys/block/mmcblk0/uevent"')
Reading partition map for mmcblk0 (0 partitions)...
  partition map: 100%                                                                                                                                                                                                                                                     
ADB: ('adb', '-d', 'shell', 'cat "/sys/block/mmcblk0boot0/uevent"')
Reading partition map for mmcblk0boot0 (0 partitions)...
  partition map: 100%                                                                                                                                                                                                                                                     
ADB: ('adb', '-d', 'shell', 'cat "/sys/block/mmcblk0boot1/uevent"')
Reading partition map for mmcblk0boot1 (0 partitions)...
  partition map: 100%                                                                                                                                                                                                                                                     
ADB: ('adb', '-d', 'shell', 'cat "/sys/block/mmcblk0rpmb/uevent"')
Reading partition map for mmcblk0rpmb (0 partitions)...
  partition map: 100%                                                                                                                                                                                                                                                     
ADB: ('adb', '-d', 'shell', 'cat "/sys/block/mmcblk1/uevent"')
Reading partition map for mmcblk1 (0 partitions)...
  partition map: 100%                                                                                                                                                                                                                                                     
Traceback (most recent call last):
  File "/usr/bin/tetherback", line 33, in <module>
    sys.exit(load_entry_point('tetherback==0.9.1', 'console_scripts', 'tetherback')())
  File "/usr/lib/python3.10/site-packages/tetherback/tetherback.py", line 317, in main
    plan = plan_backup(args, partmap)
  File "/usr/lib/python3.10/site-packages/tetherback/tetherback.py", line 190, in plan_backup
    plan.update((p,BackupPlan('%s.%s.win'%(p, partmap[p].fstype), '-p')) for p in mp)
  File "/usr/lib/python3.10/site-packages/tetherback/tetherback.py", line 190, in <genexpr>
    plan.update((p,BackupPlan('%s.%s.win'%(p, partmap[p].fstype), '-p')) for p in mp)
KeyError: 'system'

I also tried with TWRP 3.2.1 Pretorian but it encounters the same error

@ossilator
Copy link

duplicate of #68.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants