Skip to content

Commit f1b31f5

Browse files
Merge pull request #949 from dynamsoft-docs/preview
LNA FAQ update
2 parents aa77c17 + 31c3c22 commit f1b31f5

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

_articles/faq/chromium-142-local-network-access-issue.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords: Dynamic Web TWAIN, Error Troubleshooting, CORS, unknown address space,
77
breadcrumbText: Error message - Permission was denied for this request to access the unknown address space
88
description: CORS unknown address space
99
date: 2025-11-04 17:21:42 +0800
10-
last_modified: 2025-11-06 15:06:00 +0800
10+
last_modified: 2025-11-24 11:06:00 +0800
1111
---
1212

1313
# Error Troubleshooting
@@ -44,16 +44,18 @@ Permission was denied for this request to access the `unknown` address space.
4444
---
4545

4646
#### Version-Specific Behavior
47+
4748
The observed behavior depends on Chromium browser version and Dynamic Web TWAIN (DWT) version:
4849

4950
| Browser Version | DWT Version | Resulting Symptom |
5051
|-------------------|------------------|-----------------------------|
5152
| Chromium 142 | < 18.5.0 | Download Prompt |
5253
| Chromium 142 | ≥ 18.5.0 | Blank Images after Scanning |
53-
| Chromium 144+ (*) | Any | Download Prompt |
54+
| Chromium 145+ (*) | Any | Download Prompt |
5455

55-
> (*) **Chromium 144 has not been officially released.**
56+
> (*) **Chromium 145, which can also block websocket, has not been officially released.**
5657
> Behavior is based on pre-release testing and may change once the final release becomes available.
58+
> Edge 143 and Firefox Nightly will have local network permission control as well.
5759
5860
### Root Cause
5961

@@ -149,3 +151,17 @@ This approach provides a more polished user experience, especially during onboar
149151
### Roadmap
150152

151153
Dynamsoft plans to add a feature that automatically detects local service connectivity and permission status. If the connection is blocked, users will be prompted with a message and directed to this FAQ page.
154+
155+
Here are the details:
156+
157+
* When local network access is blocked, prompt the user with the following dialog:
158+
159+
![prompt blocked](/assets/imgs/local-network-access/prompt-blocked.jpg)
160+
161+
* Add a sentence about the permission in the service installation dialog, since we cannot determine whether the connection failure is due to the service not being installed or the access being blocked.
162+
163+
![prompt blocked](/assets/imgs/local-network-access/service-installation-dialog.png)
164+
165+
Clicking "Guide" will open the dialog shown above.
166+
167+
This design will be integrated in v19.3. For old versions, we can include an extra js file, which can be retrieved by contacting [support](mailto://support@dynamsoft.com).
44.4 KB
Loading
29.2 KB
Loading

0 commit comments

Comments
 (0)