Skip to content

Config generates JavaScript boolean 'true' instead of Python 'True' causing NameError #1799

Description

@icem0

Bug: app.conf contains 'true' (JavaScript) instead of 'True' (Python) on line 469. Causes NameError on startup.

Repro: Run NetAlertX v26.9.0 for days, app crashes with 'NameError: name true is not defined'. Check /data/config/app.conf line 469.

Fix: sed replace true->True in app.conf, restart container.

Root cause: Config generation writes JS booleans, not Python-compatible.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Not enough info to help 🛑Not enough info provided or available to help with this issue. Please check the debug tips docs.Waiting for reply⏳Waiting for the original poster to respond, or discussion in progress.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions