Skip to content

Commit e144291

Browse files
authored
Merge pull request #545 from ztyyLV/Jackson-branch
Jackson branch
2 parents fbdafca + 906342a commit e144291

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: default-layout
3+
noTitleIndex: true
4+
needAutoGenerateSidebar: true
5+
title: Error message - User cancelled the operation
6+
keywords: Dynamic Web TWAIN, Error Troubleshooting, product key does not support version
7+
breadcrumbText: Error message - User cancelled the operation
8+
description: Error message - User cancelled the operation
9+
permalink: /faq/error-message-user-cancelled-the-operation.html
10+
---
11+
12+
# Error Troubleshooting
13+
14+
## Error message - User cancelled the operation
15+
16+
### Symptom
17+
18+
You may encounter the error "user cancelled the operation" after successfully scanning all pages. But you can still run the application normally.
19+
20+
### Cause
21+
22+
This happened frequently if you use the WIA driver instead of TWAIN driver. Our SDK is developed based on the TWAIN protocol, therefore the performance in WIA driver cannot be guaranteed.
23+
24+
In another case, just like its literal meaning, the user manually terminated the ongoing operation.
25+
26+
### Resolution
27+
28+
Since Dynamic Web TWAIN has better compatibility and stability with TWAIN driver, please use TWAIN driver to avoid issue.
29+
30+
> **If you want to continue with WIA driver:**
31+
_You can ignore the error message since it won't affect the actual usage, Dynamsoft is planning to fix the issue at v18.2. Moreover, Dynamic Web TWAIN will officially support WIA driver starting from v18.2._

faq/general-troubleshooting-steps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ permalink: /faq/general-troubleshooting-steps.html
3434
}
3535
```
3636

37-
3. Reproduce the issue
37+
3. Reproduce the issue (If the time span of the log is greater than 3 days, please create a txt file to indicate the date when the issue occurred)
3838

3939
4. Zip the log files and share with [Dynamsoft Support Team]({{site.about}}getsupport.html) via email.
4040
- On Windows, the log files are in `C:\Windows\SysWOW64\Dynamsoft\DynamsoftServicex64_17\log` or `C:\Users\{UserName}\AppData\Roaming\Dynamsoft\DynamsoftService\log`
4141
- On macOS, the log files are in `Go > Applications > Dynamsoft > DynamsoftServicex64_17 > {installed version No.} > log`
4242
- On Linux, the log files are in `/opt/dynamsoft/DynamsoftServicex64_17/log`
4343

44-
5. Set log level back to the default value (0) to disable the debugger mode, otherwise the operation speed will be affected.
44+
5. Set log level back to the default value (0) to disable the debugger mode, otherwise the operation speed will be affected.

faq/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,8 @@ permalink: /faq/
360360
<li><a href="{{site.faq}}chrome-106-107-warning.html">Warning Message - Canvas2D: Multiple readback operations using getImageData are faster with the willReadFrequently attribute set to true</a></li>
361361

362362
<li><a href="{{site.faq}}type-error-appendchild.html">Error Message - Uncaught TypeError: Cannot read properties of null (reading 'appendChild') or Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.</a></li>
363+
364+
363365
</ol>
364366

365367
## Licensing and Purchase

0 commit comments

Comments
 (0)