Error when launching simulink
古いコメントを表示
When I'm trying to launch simulink I get following error:
Task name: 'sltemplate.internal.request.loadTemplates'
Task arguments: ''
Error Type: 'Server Error'
Error Message: 'Forbidden;403'
My matlab version is R2018b and I'm using Windows 10.
回答 (2 件)
Akther M
2021 年 11 月 30 日
2 投票
I am getting following error while launching Simulink
Warning: Error parsing file:
File: C:\Users\dell\AppData\Roaming\MathWorks\MATLAB\R2021b\sl_toolstrip_plugins\preferences.json
Line: 1
Error: [json.exception.parse_error.101] parse error at 1: syntax error - unexpected end of input; expected '[', '{', or
a literal
> In simulink.toolstrip.internal.loadConfig
In simulink.toolstrip.internal.refreshConfig
In slCustomizer/refresh
In slCustomizer/callRefresh
In slCustomizer>@()slCustomizer.callRefresh()
In slCustomizer.staticRefresh
In simulinkrc (line 51)
In Simulink.start_simulink
In connector.internal.fevalMatlab
In connector.internal.fevalJSON
Please help me to solve this issue
4 件のコメント
Mutala Mohammed
2022 年 1 月 3 日
I also had the same challenge.
Walter Roberson
2022 年 1 月 3 日
cd('C:\Users\dell\AppData\Roaming\MathWorks\MATLAB\R2021b');
start_simulink
slCreateToolstripComponent("custom");
copyfile( fullfile('resources', 'sl_toolstrip_plugins.json'), '.')
Heiko Zatocil
2022 年 3 月 22 日
Hi,
I am facing the same error:
>> cd('C:\Users\Heiko\AppData\Roaming\MathWorks\MATLAB\R2021b')
>> start_simulink
Warning: Error parsing file:
File:
C:\Users\Heiko\AppData\Roaming\MathWorks\MATLAB\R2021b\sl_toolstrip_plugins\preferences.json
Line: 1
Error: [json.exception.parse_error.101] parse error at 1:
syntax error - unexpected end of input; expected '[', '{',
or a literal
> In simulink.toolstrip.internal.loadConfig
In simulink.toolstrip.internal.refreshConfig
In slCustomizer/refresh
In slCustomizer/callRefresh
In slCustomizer>@()slCustomizer.callRefresh()
In slCustomizer.staticRefresh
In simulinkrc (line 51)
In Simulink.start_simulink
After that, Matlab hangs in "Starting Simulink..." state.
Please, can you help me solving this issue?
Best regards,
Heiko
Quan Le Minh
2023 年 12 月 5 日
Have you fixed the problem, If you have, please help me
Masa Yano
2019 年 2 月 10 日
1 投票
I want you to try the following.
Windows Setting > Network&Internet > Network and Sharing Center >
Internet Options > Connections > LAN settings > Uncheck [Bypass proxy server for local addresses]
5 件のコメント
Juha Rauhala
2019 年 2 月 11 日
subham mukherjee
2019 年 2 月 21 日
thanks it works
Shravan Kumar
2019 年 6 月 1 日
its not working
Mario Arámburu
2021 年 7 月 15 日
Thank you men it works perfectly.
cuong pham
2022 年 5 月 11 日
it not work
カテゴリ
ヘルプ センター および File Exchange で Simulink Functions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!