Closed craig-willis closed 1 year ago
Hi @craig-willis
The 408 Time out issues are usually encountered when there are issues with the network. Communication between the MATLAB Desktop Interface in the browser and the underlying MATLAB executable occur via HTTP(S) and are subject to any latency issues in the network on which it is deployed.
I notice that you are running Ubuntu 18.04 & MATLAB R2020b, are you able to install a newer version of MATLAB, with perhaps Ubuntu 20.04 as the base layer ? There have been significant improvements in newer versions of MATLAB wrt to our integration and may provide a more stable experience.
Finally, please note that the matlab-kernel
package you've listed is a community kernel and not a part of the jupyter-matlab-proxy
packages.
I don't see anything exceptionally incorrect in your environment. If this issue continues to persist, kindly share with us the Dockerfile used to create the container along with the commands used to create and run them. This will allow us to reproduce the issue at our end and provide more assistance.
Please feel free to reopen the issue to continue this thread.
Thank you!
Problem: Running jupyter-matlab-proxy 0.5.1 in containerized environment with a network license, I have no problem running Matlab code via the Jupyter kernel or terminal, but I am unable to use the MATLAB web desktop (i.e., "Open MATLAB"). In some cases, I get an
HTTP Error 408 - Request Timeout when launching MATLAB
. Other symptoms include:startup.m
, which is not one of my files (see screenshot below)Environment: Docker image based on Ubuntu 18.04.6 LTS jupyter-matlab-proxy==0.5.1 matlab-kernel==0.16.11 matlab-proxy==0.5.8 matlabengineforpython===R2020b
**Container logs***:
Screenshots: MATLAB web desktop with
startup.m
displayed, no error. 408 error seems intermittent:JupyterLab session with correct files displayed,
matlab
command running and license acquired (quickly) while above MATLAB web desktop is running: