-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
After installing on Windows, following the instructions to the letter, run I run the software in PowerShell using python run.py I then open a browser (Firefox), enter localhost:5000) and I get the following error in PowerShell:
PS C:\Users\[USER]\Desktop\lexos> python run.py
The secret key was not found. Creating a secret key.
* Serving Flask app "lexos.application" (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: on
* Restarting with stat
* Debugger is active!
* Debugger PIN: 138-337-065
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
127.0.0.1 - - [07/Apr/2025 12:16:59] "GET / HTTP/1.1" 302 -
No 'id' in session. Re-initialising.
Attempting new id of 2ZHHYI2MKSQADGQMW7KMXJVUV2ZI9X ... Initialized new session, session folder, and empty file manager with id.
127.0.0.1 - - [07/Apr/2025 12:16:59] "GET /upload HTTP/1.1" 200 -
[2025-04-07 12:16:59,967] ERROR in application:
Page not found: /frontend/node_modules/jquery/dist/jquery.min.js
[2025-04-07 12:16:59,968] ERROR in application:
Page not found: /frontend/node_modules/intro.js/intro.js
[2025-04-07 12:16:59,969] ERROR in application:
Page not found: /frontend/node_modules/intro.js/introjs.css
127.0.0.1 - - [07/Apr/2025 12:16:59] "GET /frontend/node_modules/intro.js/intro.js HTTP/1.1" 200 -
127.0.0.1 - - [07/Apr/2025 12:16:59] "GET /frontend/node_modules/intro.js/introjs.css HTTP/1.1" 200 -
127.0.0.1 - - [07/Apr/2025 12:16:59] "GET /frontend/node_modules/jquery/dist/jquery.min.js HTTP/1.1" 200 -
127.0.0.1 - - [07/Apr/2025 12:17:00] "GET /frontend/css/helpers/common.css HTTP/1.1" 200 -
127.0.0.1 - - [07/Apr/2025 12:17:00] "GET /frontend/css/helpers/fonts.css HTTP/1.1" 200 -
127.0.0.1 - - [07/Apr/2025 12:17:00] "GET /frontend/css/helpers/intro-js.css HTTP/1.1" 200 -
127.0.0.1 - - [07/Apr/2025 12:17:00] "GET /frontend/css/helpers/base.css HTTP/1.1" 200 -
127.0.0.1 - - [07/Apr/2025 12:17:00] "GET /frontend/js/helpers/base.js HTTP/1.1" 200 -
127.0.0.1 - - [07/Apr/2025 12:17:00] "GET /frontend/css/helpers/variables.css HTTP/1.1" 200 -
127.0.0.1 - - [07/Apr/2025 12:17:00] "GET /frontend/js/helpers/utility.js HTTP/1.1" 200 -
127.0.0.1 - - [07/Apr/2025 12:17:00] "GET /frontend/js/helpers/popup.js HTTP/1.1" 200 -
127.0.0.1 - - [07/Apr/2025 12:17:00] "GET /frontend/css/helpers/popup.css HTTP/1.1" 200 -
127.0.0.1 - - [07/Apr/2025 12:17:00] "GET /frontend/css/helpers/error.css HTTP/1.1" 200 -
127.0.0.1 - - [07/Apr/2025 12:17:00] "GET /frontend/css/helpers/help.css HTTP/1.1" 200 -
127.0.0.1 - - [07/Apr/2025 12:17:00] "GET /frontend/js/helpers/message.js HTTP/1.1" 200 -
127.0.0.1 - - [07/Apr/2025 12:17:00] "GET /frontend/css/helpers/message.css HTTP/1.1" 200 -
127.0.0.1 - - [07/Apr/2025 12:17:01] "GET /frontend/js/upload.js HTTP/1.1" 200 -
127.0.0.1 - - [07/Apr/2025 12:17:01] "GET /frontend/css/helpers/classes.css HTTP/1.1" 200 -
127.0.0.1 - - [07/Apr/2025 12:17:01] "GET /frontend/css/upload.css HTTP/1.1" 200 -
127.0.0.1 - - [07/Apr/2025 12:17:01] "GET /frontend/css/themes/basil-light.css HTTP/1.1" 200 -
[2025-04-07 12:17:01,169] ERROR in application:
Page not found: /frontend/node_modules/intro.js/introjs.css
127.0.0.1 - - [07/Apr/2025 12:17:01] "GET /frontend/node_modules/intro.js/introjs.css HTTP/1.1" 200 -
127.0.0.1 - - [07/Apr/2025 12:17:01] "GET /frontend/images/neh.png HTTP/1.1" 200 -
127.0.0.1 - - [07/Apr/2025 12:17:01] "GET /frontend/fonts/quicksand-regular.ttf HTTP/1.1" 200 -
127.0.0.1 - - [07/Apr/2025 12:17:01] "GET /frontend/fonts/open-sans-semibold.ttf HTTP/1.1" 200 -
127.0.0.1 - - [07/Apr/2025 12:17:01] "GET /frontend/favicon.png HTTP/1.1" 200 -
Many of the files referenced weren't installed from the downloaded ZIP file. For example, there is no
C:\Users[USER]\Desktop\Lexos\lexos\frontend\node_modules\
The install doesn't seem to be accurate anymore. Or at least, the zip doesn't contain files and folders referenced in the above code
Metadata
Metadata
Assignees
Labels
No labels