WheatonCS / WheatonCS/Lexos

Missing files and folders in zip

Open
#1,092 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
123
Forks
20
PR merge metrics
No merged PRs in 30d

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Compare the downloaded ZIP with the paths requested while running python run.py, especially lexos/frontend/node_modules/ and the missing jQuery and Intro.js files. Check how the package is assembled and verify the Windows installation can serve every referenced asset without the reported errors.

Written by the indexing model from the issue text.

Assessment

Tech stack
flask, python
Domain
build-system, release
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.