No output, giving error
Hi, I tried entering all details and clicked " Apply ", it gave some error and there was no output.
Then, to confirm, I simply entered " Full name " as " Name ", and all other fields blank and clicked " Appy ". Got an error this time too.
I made a screencast. I am using Ubuntu 22.04 and Inkscape 1.2 using PPA
Screencast_from_29-05-22_12_31_40_PM_IST
Pasting the error code here
/usr/lib/python3/dist-packages/apport/report.py:13: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses import fnmatch, glob, traceback, errno, sys, atexit, locale, imp, stat Traceback (most recent call last): File "/home/puner/.config/inkscape/extensions/render_barcode_qrcode_vcard.py", line 280, in VCardQRCode().run() File "/usr/share/inkscape/extensions/inkex/base.py", line 131, in run self.save_raw(self.effect()) File "/home/puner/.config/inkscape/extensions/render_barcode_qrcode_vcard.py", line 277, in effect super().effect() File "/usr/share/inkscape/extensions/inkex/extensions.py", line 190, in effect fragment = self.generate() File "/home/puner/.config/inkscape/extensions/render_barcode_qrcode_vcard.py", line 241, in generate code = QRCode.getMinimumQRCode(text_data, opt.correctionlevel) File "/usr/share/inkscape/extensions/render_barcode_qrcode.py", line 303, in getMinimumQRCode qr.addData(data) File "/usr/share/inkscape/extensions/render_barcode_qrcode.py", line 55, in addData self.qrDataList.append(QR8BitByte(data)) File "/usr/share/inkscape/extensions/render_barcode_qrcode.py", line 543, in init raise ValueError("Data must be in bytes!") ValueError: Data must be in bytes!