Why do I receive mw-login :: No endpoint specified ?
Afficher commentaires plus anciens
Hi,
I keep encountering the following error message when trying to log in with my school account:
mw-login :: No endpoint specified.
Previously, I followed the solution mentioned here:
It worked initially, but after restarting my PC, the issue reappears.
Additionally, when I am unable to log in, I also cannot access toolboxes. For example, when I run:
syms x
a = x
2 commentaires
Umar
le 15 Fév 2025
Hi @Muhammad Alifuddin,
I would recommend contacting support by clicking the link below.
https://www.mathworks.com/support/contact_us.html
Hope this helps.
Torsten
le 15 Fév 2025
... or ask the IT service of your school for help.
Réponses (1)
I encountered the same problem while attempting to log in with my student account. A potential solution that worked for me was to terminate the Service Host processes using the command line.
On Windows:
Open command window by searching cmd on start menu and run the following command
taskkill /im MathWorksServiceHost.exe /f
On Linux/Mac:
Open terminal and run the following command
killall -9 MathWorksServiceHost
Catégories
En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!