raspiblitz-web
raspiblitz-web copied to clipboard
Error when running on webui outside of a RaspiBlitz
The webui crashes during loading initial data with the following error:
An error occurred 😓
TypeError: t.filter is not a function
Please report this error to https://github.com/cstenglein/raspiblitz-web/issues
Stack trace:
U_@http://192.168.8.242/assets/index-CmFa5q9f.js:97:6553 hr@http://192.168.8.242/assets/index-CmFa5q9f.js:97:7767 cr@http://192.168.8.242/assets/index-CmFa5q9f.js:68:30651 Suspense xv@http://192.168.8.242/assets/index-CmFa5q9f.js:59:3932 Bv@http://192.168.8.242/assets/index-CmFa5q9f.js:59:7631 nk@http://192.168.8.242/assets/index-CmFa5q9f.js:97:13280 B1@http://192.168.8.242/assets/index-CmFa5q9f.js:68:29605 z1@http://192.168.8.242/assets/index-CmFa5q9f.js:68:27817 Pv@http://192.168.8.242/assets/index-CmFa5q9f.js:59:7093 Fv@http://192.168.8.242/assets/index-CmFa5q9f.js:68:924 rk@http://192.168.8.242/assets/index-CmFa5q9f.js:97:15031 o@http://192.168.8.242/assets/index-CmFa5q9f.js:68:27001
Here's the log output from the backend:
Jun 22 16:05:27 tbnix blitz-api[106540]: 2024-06-22 16:05:27 | ℹ️ | logging.py:90 | 192.168.8.126:0 - "GET /api/setup/status HTTP/1.0" 404 Jun 22 16:05:27 tbnix blitz-api[106540]: 2024-06-22 16:05:27 | ℹ️ | logging.py:90 | 192.168.8.126:0 - "GET /api/sse/subscribe HTTP/1.0" 200 Jun 22 16:05:29 tbnix blitz-api[106540]: 2024-06-22 16:05:29 | ℹ️ | logging.py:90 | 192.168.8.126:0 - "GET /api/lightning/list-all-tx?reversed=true HTTP/1.0" 200 Jun 22 16:05:29 tbnix blitz-api[106540]: 2024-06-22 16:05:29 | ℹ️ | logging.py:90 | 192.168.8.126:0 - "GET /api/lightning/list-all-tx?reversed=true HTTP/1.0" 200 Jun 22 16:05:29 tbnix blitz-api[106540]: 2024-06-22 16:05:29 | ❌ | main.py:288 | Error while fetching warmup_data for installed_app_status: 501: Not available in native python mode.
I suspect that the webui always expects some data for the the installed app status, which is not necessarily true when running on another platform.