Skip to main content

BUG REPORT - Jul 19 2025 (SOLVED

Bug information

User report: When using wget, script returns error with uri https://./


Root cause: Complicated heredoc implementation


Fixes:

Fixed unstable user token update: The original, error-prone mechanism for updating the radarview.py configuration file (using a Python script in a Bash heredoc block) has been replaced. The new, stable solution creates a temporary script in /tmp/ that safely modifies the configuration file, eliminating errors that occur in some environments.

Improvements:

Increased script flexibility: Added the ability to bypass the forced installation of dump1090 or readsb decoders. This allows users who use alternative ADS-B reception and decoding software to use the script without any issues.