mkc failing to get makecode.microbit.org---asseteditor
Repro:
- git clone https://github.com/jacdac/pxt-jacdac
- cd pxt-jacdac
- edit mkc.json to set "targetWebsite": "https://makecode.microbit.org",
- mkc init
See the following error `` $ mkc init using project: C:\github\org\jacdac\pxt-jacdac/pxt.json using config: C:\github\org\jacdac\pxt-jacdac\mkc.json include: C:\github\org\jacdac\pxt-jacdac\links.json Download new webapp Download https://makecode.microbit.org Download https://makecode.microbit.org/---manifest Download https://cdn.makecode.com/commit/0faf7cdc02f01b3058b3a0ffcbfabcf4ced6d1e1/pxtworker.js Download https://cdn.makecode.com/commit/0faf7cdc02f01b3058b3a0ffcbfabcf4ced6d1e1/target.json Download https://cdn.makecode.com/api/config/microbit/targetconfig/v8.0.15?cdn=20250700 Download https://trg-microbit.userpxt.io/---simulator Download https://cdn.makecode.com/blob/5d475bb1e350ee095419e8757b8e3cd6a09b1291/pxtsim.js Download https://cdn.makecode.com/blob/9d07f74640d92282a192245b78ab9f27865735de/sim.js Download https://makecode.microbit.org---asseteditor Exception: Error: getaddrinfo ENOTFOUND makecode.microbit.org---asseteditor at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:120:26) Build failed
``
Note that this error does not occur when mkc.json points to beta
"targetWebsite": "https://makecode.microbit.org/beta",