Mac Error

Mena Hassan & Cindy Nguyen put your errors here!

When navigating to http://localhost:18000/ and encountering OSError

Potential Fix:


When running

make requirements

This error occurs

note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
make: * [requirements] Error 1

To fix:


When navigating to http://localhost:18000/

WebpackLoaderTimeoutError and OSError

Request Method:	GET
Request URL:	http://localhost:18000/
Django Version:	3.2.20
Exception Type:	WebpackLoaderTimeoutError
Exception Value:	
Timed Out. Bundle `commons` took more than 5 seconds to compile.
Exception Location:	/edx/app/edxapp/venvs/edxapp/lib/python3.8/site-packages/webpack_loader/loader.py, line 74, in get_bundle
Python Executable:	/edx/app/edxapp/venvs/edxapp/bin/python
Python Version:	3.8.10
Python Path:	
['/edx/app/edxapp/edx-platform',
 '/edx/app/edxapp/edx-platform',
 '/usr/lib/python38.zip',
 '/usr/lib/python3.8',
 '/usr/lib/python3.8/lib-dynload',
 '/edx/app/edxapp/venvs/edxapp/lib/python3.8/site-packages',
 '/edx/app/edxapp/edx-platform']

Request Method:	GET
Request URL:	http://localhost:18000/
Django Version:	3.2.20
Exception Type:	OSError
Exception Value: Error reading /edx/var/edxapp/staticfiles/webpack-stats.json. Are you sure webpack has generated the file and the path is correct?

Potential fix:

Rerun all of the following commands


Error when navigating to the login or registration pages:

VM2013:384 Uncaught ReferenceError: showRegisterLinks is not defined
    at eval (eval at _.template (underscore.js:1454:20), <anonymous>:384:2)
    at template (underscore.js:1461:21)
    at html-utils.js:169:55
    at child.buildForm (FormView.js:94:59)
    at child.initialize (FormView.js:43:22)
    at Backbone.View (backbone.js:1310:21)
    at child [as constructor] (backbone.js:2070:41)
    at new child (backbone.js:2070:41)
    at child.login (AccessView.js:153:42)
    at child.loadForm (AccessView.js:141:17) 


We believe an old JavaScript file was being stored/pulled from and that causes this error

Fix:


Linux Errors