Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

myst start throws getaddrinfo ENOTFOUND api.mystmd.org error #666

Open
WiG96 opened this issue Feb 10, 2025 · 4 comments
Open

myst start throws getaddrinfo ENOTFOUND api.mystmd.org error #666

WiG96 opened this issue Feb 10, 2025 · 4 comments
Labels
bug Something isn't working

Comments

@WiG96
Copy link

WiG96 commented Feb 10, 2025

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

  1. mamba install -c conda-forge mystmd
  2. $ myst -v should be v1.3.4
  3. git clone https://github.com/jupyter-book/mystmd-quickstart.git
  4. cd mystmd-quickstart
  5. $ 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

  1. Would you like to run "myst start" now? Yes
  2. myst start
  3. 🔍 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
@WiG96 WiG96 added the bug Something isn't working label Feb 10, 2025
@agoose77
Copy link
Collaborator

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?

@WiG96
Copy link
Author

WiG96 commented Feb 11, 2025

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

@agoose77
Copy link
Collaborator

@WiG96 can you try ping api.mystmd.org in CMD and report back what you see?

@WiG96
Copy link
Author

WiG96 commented Feb 17, 2025

@agoose77 Hi, sorry for delay i was off work for a while. So ping does not reply "host could not be found"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants