- If a firewall is set up that is blocking the local machine from talking to itself (this tend to be a problem more associated with MS Windows); or
- If for some reason, the system is unable to translate the special name "localhost" to refer to the machine you are running on; in particular it should typically translate to 127.0.0.1 (or perhaps the IPv6 equivalent); this is what is happening to you.
Live editor connection error
1 view (last 30 days)
Show older comments
I have 2018a (update 3) installed in OSX. When I tried to use the Live editor, the following error appears:
This webpage is not available
ERR_NAME_NOT_RESOLVED ReloadHide details
The server at localhost can't be found, because the DNS lookup failed.
0 Comments
Answers (3)
Walter Roberson
on 7 Jul 2018
There are several parts of MATLAB that are implemented as separate processes, that MATLAB communicates with using TCP on the same machine.
Unfortunately, that type of configuration can have difficulty in a couple of circumstances:
See https://www.tekrevue.com/tip/edit-hosts-file-mac-os-x/ for information on how you can edit the file that OS-X uses to resolve names locally. The entry that is needed is
127.0.0.1 localhost
(exact spacing is not important.)
If that entry is already there, then name resolution is failing on your computer for some unknown reason, and I would recommend rebooting in that case.
0 Comments
Scott Glaser
on 12 Mar 2019
This did not work for me. I checked the local host and rebooted and I still cannot access the help files.
0 Comments
See Also
Categories
Find more on Manage Products 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!