Unable to use App designer: error -111, R2017b
5 views (last 30 days)
Show older comments
Brijesh Shah
on 13 Mar 2018
Commented: Brijesh Shah
on 21 Mar 2018
I am trying to develop APP / GUI using app designer. However, following error appears. (This error appeared when I tried to open first example in app designer.). error code (-111) remains same when I try to use uifigure command.
Any setting needs to be done ? Thanks in advance.
' Failed to load URL https://localhost:31515/toolbox/matlab/appdesigner/web/index.html?CWD=C%3A%5CUsers%5CEHM-ARDL-PR%5CAppData%5CRoaming%5CMathWorks%5CMATLAB%5CR2017b%5C&HasCompiler=true&OpenTutorial=BasicCoding&ShowAxesBanner=true&ShowCodeViewTips=true&ShowCompatibilityDialog=true&ShowIntroDialog=true&ShowProgrammingTips=true&snc=DRYLMG with error (-111).'
0 Comments
Accepted Answer
Jyotish Robin
on 21 Mar 2018
Hi!
This is probably due to network configuration issue (proxy).
Make sure that any sort of antivirus or firewall installed on the system are not blocking anything in the MATLAB installation directory.
Also confirm that there is no ip protection software blocking communication. You may need to check with your IT, because sometimes those programs are hidden from end users (eg: Symantec DLP).
If the network setting on your machine uses HTTP proxy, modify the network configuration to add an HTTP proxy exception.
In Windows, you can do this by : Going to Control Panel -> Network settings -> Internet Options -> Connections -> LAN Settings -> turned ON "Bypass proxy server for local addresses" with "Use a proxy server for your LAN".
If a proxy server is used you could also check if it might be not properly set in MATLAB and adapt the settings. To do so: Please enter the proxy server details in the MATLAB Preferences that can be opened from the Home Tab in the MATLAB toolbar Preferences -> Web section
This should hopefully resolve the error.
Thanks,
Jyotish
More Answers (0)
See Also
Categories
Find more on Develop Apps Using App Designer in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!