Error result scan
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 5
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Hello there,
i have i problem when catch the result of a qrcode. this is my error: (any idea?)
`[ERROR] TiExceptionHandler: (main) [45495,53615] ti:/module.js:297
[ERROR] TiExceptionHandler: throw new Error('Requested module not found: ' + request); // TODO Set 'code' property to 'MODULE_NOT_FOUND' to match Node?
[ERROR] TiExceptionHandler: ^
[ERROR] TiExceptionHandler: Error: Requested module not found: ./com.google.zxing.Result
[ERROR] TiExceptionHandler: at Module.require (ti:/module.js:297:8)
[ERROR] TiExceptionHandler: at Module.global.Module.require (:5090:34)
[ERROR] TiExceptionHandler: at require (ti:/module.js:550:15)
[ERROR] TiExceptionHandler: at _wrapArg (/hyperloop/me.dm7.barcodescanner.zxing.ZXingScannerView$ResultHandler.js:33:17)
[ERROR] TiExceptionHandler: at Instance._wrapArgs (/hyperloop/me.dm7.barcodescanner.zxing.ZXingScannerView$ResultHandler.js:42:18)
[ERROR] TiExceptionHandler: at Instance.modified. (/hyperloop/me.dm7.barcodescanner.zxing.ZXingScannerView$ResultHandler.js:55:53)
[ERROR] TiExceptionHandler:
[ERROR] TiExceptionHandler: org.appcelerator.kroll.runtime.v8.V8Function.nativeInvoke(Native Method)
[ERROR] TiExceptionHandler: org.appcelerator.kroll.runtime.v8.V8Function.callSync(V8Function.java:55)
[ERROR] TiExceptionHandler: org.appcelerator.kroll.runtime.v8.V8Function.call(V8Function.java:41)
[ERROR] TiExceptionHandler: hyperloop.HyperloopInvocationHandler.invoke(HyperloopInvocationHandler.java:58)
[ERROR] TiExceptionHandler: java.lang.reflect.Proxy.invoke(Proxy.java:813)
[ERROR] TiExceptionHandler: $Proxy3.handleResult(Unknown Source)
[ERROR] TiExceptionHandler: me.dm7.barcodescanner.zxing.ZXingScannerView$1.run(ZXingScannerView.java:166)
[ERROR] TiExceptionHandler: android.os.Handler.handleCallback(Handler.java:761)
[ERROR] TiExceptionHandler: android.os.Handler.dispatchMessage(Handler.java:98)
[ERROR] TiExceptionHandler: android.os.Looper.loop(Looper.java:156)`
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the QR-code result handling on Android and inspect the stack trace from ti:/module.js:297 through _wrapArg in /hyperloop/me.dm7.barcodescanner.zxing.ZXingScannerView$ResultHandler.js:33. Check why ./com.google.zxing.Result is requested but not found, then verify that result handling completes without the reported exception.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, javascript
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100