Error when launching simulink
Mostrar comentarios más antiguos
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.
Respuestas (2)
Akther M
el 30 de Nov. de 2021
2 votos
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 comentarios
Mutala Mohammed
el 3 de En. de 2022
I also had the same challenge.
Walter Roberson
el 3 de En. de 2022
cd('C:\Users\dell\AppData\Roaming\MathWorks\MATLAB\R2021b');
start_simulink
slCreateToolstripComponent("custom");
copyfile( fullfile('resources', 'sl_toolstrip_plugins.json'), '.')
Heiko Zatocil
el 22 de Mzo. de 2022
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
el 5 de Dic. de 2023
Have you fixed the problem, If you have, please help me
Masa Yano
el 10 de Feb. de 2019
1 voto
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 comentarios
Juha Rauhala
el 11 de Feb. de 2019
subham mukherjee
el 21 de Feb. de 2019
thanks it works
Shravan Kumar
el 1 de Jun. de 2019
its not working
Mario Arámburu
el 15 de Jul. de 2021
Thank you men it works perfectly.
cuong pham
el 11 de Mayo de 2022
it not work
Categorías
Más información sobre Simulink Functions en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!