myst start throws getaddrinfo ENOTFOUND api.mystmd.org error
Describe the bug
i'm starting with MyST through this tutorial and i'm having this error :" request to https://api.mystmd.org/templates/site/myst/book-theme failed, reason: getaddrinfo ENOTFOUND api.mystmd.org" right after this command: myst start. Anyone can help with this ?
Reproduce the bug
- mamba install -c conda-forge mystmd
- $ myst -v should be v1.3.4
- git clone https://github.com/jupyter-book/mystmd-quickstart.git
- cd mystmd-quickstart
- $ myst this message should be displayed :
Welcome to the MyST Markdown CLI!! 🎉 🚀
myst init walks you through creating a myst.yml file.
You can use myst to:
- create interactive websites from markdown and Jupyter Notebooks 📈
- build & export professional PDFs and Word documents 📄
Learn more about this CLI and MyST Markdown at: https://mystmd.org
💾 Writing new project and site config file: myst.yml
- Would you like to run "myst start" now? Yes
- myst start
- 🔍 Querying template metadata from https://api.mystmd.org/templates/site/myst/book-theme request to https://api.mystmd.org/templates/site/myst/book-theme failed, reason: getaddrinfo ENOTFOUND api.mystmd.org
To list valid templates, try the command "myst templates list"
Myst CLI Versions:
- node 22.13.0 Required: >= 18.0.0
- npm 10.9.2 Required: >=8.6.0
- myst 1.3.23
List your environment
- myst -v : v1.3.23
- node : 22.13.0
- npm : 10.9.2
Hi @WiG96 usually if you see this kind of error, it's transient. I assume you're running these commands locally. What OS are you using? Does it happen if you try again?
Hi @WiG96 usually if you see this kind of error, it's transient. I assume you're running these commands locally. What OS are you using? Does it happen if you try again?
Hi, i just tried again and error persists. Os: Win 10
@WiG96 can you try ping api.mystmd.org in CMD and report back what you see?
@agoose77 Hi, sorry for delay i was off work for a while. So ping does not reply "host could not be found"