-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jupyter notebook fails to load - Error 500 #13
Comments
docker ps -a, for further reference: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES |
Hi @yatesdr @amita-kapoor , I tried to reproduce the issue but wasn't able to. However, I was successfully able to run the plugin. Can you try running |
Installed per the instructions, but when adding an "Advanced Module" > Jupyter, get the error below in studio, and a similar error in student view.
I think this may have to do with the proxy configuration, but am not sure how to approach solving it.
The site is hosted on http inside the network, with a reverse proxy / load balancer on a separate machine, per the docs.:
ENABLE_HTTPS: true
ENABLE_WEB_PROXY: false
Possibly relevant information below:
Configuration:
Fresh install via tutor local
Running behind separate NGINX proxy which handles SSL & certs
Plugins enabled:
android installed 18.0.0
cairn installed 18.0.0
credentials installed 18.0.0
discovery installed 18.0.0
ecommerce installed 18.0.0
forum installed 18.1.1
indigo ✅ enabled 18.1.1
jupyter ✅ enabled 18.1.0
mfe ✅ enabled 18.0.1
minio installed 18.0.0
notes installed 18.0.0
webui installed 18.0.0
xqueue installed 18.0.0
tutor local logs | grep Jupyter (excerpt):
caddy-1 | {"level":"info","ts":1728149797.1149762,"logger":"http.log.access.log1","msg":"handled request","request":{"remote_ip":"192.168.13.16","remote_port":"55090","client_ip":"192.168.13.1","proto":"HTTP/1.0","method":"DELETE","host":"cms.edx.martinrea.tech","uri":"/xblock/block-v1:Martinrea+GS-101+ALL_GENERAL+type@jupyter+block@085bf96cfda141cebd2dd412b5fffd14"},"bytes_read":0,"user_id":"","duration":0.283528305,"size":0,"status":204}
caddy-1 | {"level":"info","ts":1728149799.977361,"logger":"http.log.access.log1","msg":"handled request","request":{"remote_ip":"192.168.13.16","remote_port":"60512","client_ip":"192.168.13.1","proto":"HTTP/1.0","method":"GET","host":"cms.edx.martinrea.tech","uri":"/xblock/block-v1:Martinrea+GS-101+ALL_GENERAL+type@jupyter+block@93aef19196444650be3e50276dafe016/reorderable_container_child_preview?_=1728149790950"},"bytes_read":0,"user_id":"","duration":0.110385753,"size":7182,"status":200}
caddy-1 | {"level":"error","ts":1728149800.3044083,"logger":"http.log.access.log1","msg":"handled request","request":{"remote_ip":"192.168.13.16","remote_port":"60538","client_ip":"192.168.13.1","proto":"HTTP/1.0","method":"GET","host":"cms.edx.martinrea.tech","uri":"/preview/xblock/block-v1:Martinrea+GS-101+ALL_GENERAL+type@jupyter+block@93aef19196444650be3e50276dafe016/handler/lti_launch_handler"},"bytes_read":0,"user_id":"","duration":0.145038784,"size":3000,"status":500}
Browser error shows up in dev tools (Javascript):
[Error] Failed to load resource: the server responded with a status of 500 (Internal Server Error) (lti_launch_handler, line 0)
[Error] Failed to load resource: the server responded with a status of 500 (Internal Server Error) (lti_launch_handler, line 0)
[Error] Failed to load resource: the server responded with a status of 500 (Internal Server Error) (lti_launch_handler, line 0)
[Error] Failed to initialize Beamer: beamer_config is not defined
a (beamer-embed.js:1:2610)
(anonymous function) (beamer-embed.js:1:3257)
The text was updated successfully, but these errors were encountered: