-
Notifications
You must be signed in to change notification settings - Fork 32
Troubleshooting and diagnostics
Ng Guoyou edited this page Jul 13, 2026
·
1 revision
- Open Save In options and review any permission or validation banner.
- Confirm the target path is relative to the default download directory and already exists when a symlink is involved.
- Check History for the status, mechanism, source URL, selected menu item, and rule metadata.
- Use Advanced → Diagnostics to inspect or clear the local debug log when debug logging is enabled.
- Open
chrome://extensionsand enable Developer mode. - Find Save In and inspect its service worker.
- If no worker is shown, trigger a Save In action or reopen options to wake it.
- Reproduce the problem and copy relevant console errors.
- Open
about:debugging#/runtime/this-firefox. - Find Save In and choose Inspect.
- Reproduce the problem while the event-page console is open.
The options page has its own developer console in both browsers; use it for settings, History, Page Sources options, or WebMCP failures.
Include:
- Save In version and browser version
- Exact save method (context menu, click-to-save, Page Sources, browser download, or external API)
- Relevant routing rule and destination with private values redacted
- History mechanism/status and useful console errors
- Whether the failure reproduces with fallback fetching disabled
Do not publish authentication URLs, cookies, private paths, full exported settings, or History exports without reviewing them first.