When using the --webcam-restore option, qr-backup crashes after zbarcam finishes scanninkg all the images:
Traceback (most recent call last):
File "/home/user/code/python/qr-backup/./qr-backup", line 1000, in <module>
main_restore(args[1:])
File "/home/user/code/python/qr-backup/./qr-backup", line 935, in main_restore
assert b"\n" not in read_code
AssertionError
As a workaround, removing the assertion statement in line 935 appears to make the program work just fine.
When using the
--webcam-restore
option,qr-backup
crashes after zbarcam finishes scanninkg all the images:As a workaround, removing the assertion statement in line 935 appears to make the program work just fine.