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
I'm using qr-backup v1.1.3 installed via aur.
Tried to encode a simple file to test this qr-backup README.md but got an error:
Traceback (most recent call last):
File "/usr/bin/qr-backup", line 1882, in <module>
main_backup(args)
File "/usr/bin/qr-backup", line 1259, in main_backup
pages = generate_pdf(
^^^^^^^^^^^^^
File "/usr/bin/qr-backup", line 1320, in generate_pdf
labeled.append(add_label(img, qr.label))
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/bin/qr-backup", line 869, in add_label
labeled.paste(image, (0,0))
File "/usr/lib/python3.12/site-packages/PIL/Image.py", line 1842, in paste
raise ValueError(msg)
ValueError: cannot determine region size; use 4-item box
The text was updated successfully, but these errors were encountered:
I'm using qr-backup v1.1.3 installed via aur.
Tried to encode a simple file to test this
qr-backup README.md
but got an error:The text was updated successfully, but these errors were encountered: