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
Thanks for interesting tool.
Currently, python3-qr command exit with not-so-helpful error exit.
$ gpg -a --export my_name | head -50 | python3-qr
Traceback (most recent call last):
File "/usr/bin/python3-qr", line 33, in <module>
sys.exit(load_entry_point('qrcode==7.3.1', 'console_scripts', 'qr')())
File "/usr/lib/python3/dist-packages/qrcode/console_scripts.py", line 94, in main
qr.print_ascii(tty=not opts.ascii)
File "/usr/lib/python3/dist-packages/qrcode/main.py", line 249, in print_ascii
self.make()
File "/usr/lib/python3/dist-packages/qrcode/main.py", line 103, in make
self.best_fit(start=self.version)
File "/usr/lib/python3/dist-packages/qrcode/main.py", line 180, in best_fit
raise exceptions.DataOverflowError()
qrcode.exceptions.DataOverflowError
Please consider to deal this exception gracefully with non-zero exit code and note what is the maximum allowed and reduce noise.
Something along
Error: Input data exceeded maximum size allowed XXXX bytes for YYYY case.
The text was updated successfully, but these errors were encountered:
guusbertens
added a commit
to guusbertens/python-qrcode
that referenced
this issue
Mar 31, 2023
Thanks for interesting tool.
Currently, python3-qr command exit with not-so-helpful error exit.
Please consider to deal this exception gracefully with non-zero exit code and note what is the maximum allowed and reduce noise.
Something along
The text was updated successfully, but these errors were encountered: