Message Service fatally disconnected
조회 수: 60 (최근 30일)
이전 댓글 표시
hi,
I am recently seeing the following error popup while running my code in MATLAB R2019b.
JavaScript Alert - https://localhost:31515
Message Service fatally disconnected.
it happens randomly and i would like to know what could be the cause of it and how to fix it.
I never had this issue while running R2014b and it suddenly started when I switched to R2019b. My computer is running under Windows 10 pro (build 1909).
thank you in advance.
yuki
댓글 수: 5
답변 (1개)
Patrik Forssén
2020년 11월 12일
Got this error also and (local) help-pages stoped working. Not even reinstallation of MATLAB (R2020a, Win 10) helped to resolve the issue.
Seems to be a problem with corrupt preferences. After deleting the preferences directory, and reinstallation, help worked again with no error messages (so far). Type
prefdir
in the MATLAB command window, exit MATLAB and delete the preferences directory (WARNING! all your custom settings will be lost). I do not think reinstallation is actually necessary after that, just re-starting MATLAB should be sufficent.
After you have set your custom preferences again you might want to exit MATLAB and save a backup copy of the preferences directory so you can replace it if you experience similar problems again.
댓글 수: 1
Maximilian Prilmueller
2023년 1월 13일
I am currently affected by the same error message, however the broken part of the Program is the Editor.
Deleting the preferences did not work.
Running Matlab with administrator rights resolves the issue of not displayed editor, but is not an option for regular use. It is a quick fix, though and might be helpful to other users. Using R2022a currently.
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!