-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Common failure modes and how to recover.
- Don't panic, don't write to the card again.
- Pull the card. Copy every file off to a safe folder.
- If you've been using Scanner Manager, look for
<hpdname>.session.bakright next to the HPD file. That's the most recent pre-save snapshot. - Copy the
.session.bakover the current HPD (renaming to drop the.session.baksuffix) to restore. - Still broken? Run Uniden's Sentinel or BT885 Update Manager to re-pave the card from factory defaults, then re-import your groups from the MetaStore event log using Tools → Replay change log onto fresh HPD....
Double-check the URL. The importer wants a category or trunked-system page:
- Good:
https://www.radioreference.com/db/sid/7728 - Good:
https://www.radioreference.com/db/aid/123 - Bad:
https://www.radioreference.com/apps/db/...(homepage)
If the right URL still fails, open a GitHub issue with the URL and the page's raw HTML if you can.
Because the EXE isn't code-signed, Windows SmartScreen treats it as unknown. Click More info → Run anyway. After a few users have reported the file as safe, SmartScreen usually relaxes.
You can always run from source instead (pip install -e .).
- Click Refresh after installing.
- If the tool landed in a non-standard path (e.g.
C:\Uniden\), use Override Path... and point at the EXE directly. - Check
app_settings.jsonunder%LOCALAPPDATA%/scanner-manager/to see what override got stored.
- "Hash mismatch" - do not bypass the check by re-running. Open a GitHub issue with the URL, expected hash, and observed hash; the maintainers will roll the manifest if Uniden rotated the installer.
- Corporate network blocks - use Browse for installer... in the Download dialog to point at a copy you obtained elsewhere.
Install the optional dep:
python -m pip install tkintermapviewRestart the app. Until then, use Heatmap... for a pure-Tkinter fallback.
Install the optional dep:
python -m pip install qrcodeRestart the app. Address rows and Copy buttons still work without it.
Global crash handler writes to:
%LOCALAPPDATA%/scanner-manager/logs/crash-YYYYmmdd-HHMMSS.log
The crash dialog also offers a Report an Issue... button that pre-fills the GitHub issue form with the traceback and log path. Use it - maintainers need those logs to fix alpha bugs.
If things go sideways:
- Close Scanner Manager.
- Delete
%LOCALAPPDATA%/scanner-manager/(app settings, crash logs, installer cache). - Delete
<hpdname>.meta.jsonand<hpdname>.session.baknext to your HPD file if you want a fresh event history too. - Relaunch.
Scanner Manager
Getting started
Features
- ZIP & GPS Simulation
- Coverage Tools
- RadioReference Import
- Workspaces & Sync
- Uniden Tools
- Channel List Management
- CityTable & Custom Locations
- Service Types
- Alerts
Reference
RE / Development