-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read property 'arrayBuffer' of undefined ( Electron.js + Vue.js) #465
Comments
version 2.0.0 is ok |
@ColorfulHorse Thank you! Yes. With version 2.0.0. is ok. |
Please check v2.1.4 for the fix of this issue. 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With this simple vue file taken from: https://raw.githubusercontent.com/jeromewu/tesseract.js-electron/master/index.html :
I get this error:
"Uncaught Error: TypeError: Cannot read property 'arrayBuffer' of undefined createWorker.js:173 at Worker.worker.onMessage"
How to solve the problem?
Marco
The text was updated successfully, but these errors were encountered: