qrcode.makeCode() still has Code Length OverFlow Error
See original GitHub issueCome form https://github.com/davidshimjs/qrcodejs/issues/78 and firstly thanks for you awesome fork for the original repo.
it seems that qrcode.makeCode() still has this issue. please do a further job, thank you.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:8
Top Results From Across the Web
Code Length OverFlow Error · Issue #78 · davidshimjs/qrcodejs
When a string is passed in between 192 and 220 characters long and using correct level H a code Length Overflow appears. This...
Read more >Qrcode.js - Error: code length overflow. (1716>1056)
I have hit this same error myself using the library, it appears there is a bug in the library where if you use...
Read more >Dynamic QR Code - Code Length Overflow error - Jotform
I've tried multiple browsers and different forms - this widget has stopped displaying. It was working fine a few hours ago.
Read more >qrcodejs - Bountysource
DOMException: Failed to execute 'toDataURL' on 'HTMLCanvasElement': Tainted canvases may not be exported. I am using the following code to generate the qr...
Read more >Qrcode.js – Error: code length overflow. (1716>1056) - iTecNote
H and have a string between 192 and 220 character it will fail (Note that the length specified in the error message is...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

nice job dude
Ok, problem is the
qrcode.min.jsfile. It works fine onqrcode.jsTested on Chrome, Safari, Firefox, and had no problem so far. Below is the code of the Testpage i used (just edited
index.htmlwith your JS code).Will redo a min.js as soon as i have a bit of time for this. Thanks for the bug submission.
In the mean time, i highly recommend you to use the non-minified version, or to minify it yourself… I’m not sure i’ll have time today to do this. 😉
Have a good day !