-
-
Notifications
You must be signed in to change notification settings - Fork 346
Description
Is there an existing issue for this?
- I have searched the existing open and closed issues and I checked the docs https://jokob-sk.github.io/NetAlertX/
The issue occurs in the following browsers. Select at least 2.
- Firefox
- Chrome
- Edge
- Safari (unsupported) - PRs welcome
- N/A - This is an issue with the backend
Current Behavior
Install via curl -o install.debian12.sh https://raw.githubusercontent.com/jokob-sk/NetAlertX/main/install/debian12/install.debian12.sh && sudo chmod +x install.debian12.sh && sudo ./install.debian12.sh script fails with
[INSTALL] 🚀 Starting app - navigate to your <server IP>: 10:24:05 [Settings] ⚠ File not found: /app/api/table_settings.json Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/app//server/__main__.py", line 255, in <module> sys.exit(main()) ^^^^^^ File "/app//server/__main__.py", line 75, in main updateState("Initializing", None, None, None, 0) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app//server/app_state.py", line 99, in updateState return app_state_class(newState, settingsSaved, settingsImported, showSpinner, graphQLServerStarted, processScan) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app//server/app_state.py", line 86, in __init__ with open(stateFile, 'w') as json_file: ^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/app/api/app_state.json'
Full install log attached
Expected Behavior
To not fail...
Steps To Reproduce
No response
app.conf
docker-compose.yml
What installation are you running?
Production (netalertx)
app.log
No response
Debug enabled
- I have read and followed the steps in the wiki link above and provided the required debug logs and the log section covers the time when the issue occurs.