appium-ocr-plugin icon indicating copy to clipboard operation
appium-ocr-plugin copied to clipboard

Tesseract: failed to parse URL

Open eyJhb opened this issue 2 years ago • 2 comments

Trying to use this extension, I get the following error:

RuntimeError: abort(TypeError: Failed to parse URL from /home/eyjhb/projects/unifiedrunner/appium-server/node_modules/tesseract.js-core/tesseract-core.wasm). Build with -s ASSERTIONS=1 for more info.
    at process.abort (/home/eyjhb/projects/unifiedrunner/appium-server/node_modules/tesseract.js-core/tesseract-core.js:9:14685)
    at process.emit (node:events:513:28)
    at emit (node:internal/process/promises:149:20)
    at processPromiseRejections (node:internal/process/promises:283:27)
    at process.processTicksAndRejections (node:internal/process/task_queues:96:32)

Anything I am doing wrong? Running Appium 2 beta 53 (I think).

Looks like a nice plugin!

eyJhb avatar Feb 22 '23 08:02 eyJhb