You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user reported a problem completing the tutorial because they received an HTTP 403 halfway through the steps.
They should have received an error message when running
cue mod registry localhost:5000
Did they not? Perhaps we simply improve the docs to flag that this step might fail, with either the suggestion from @mvdan or "choose another port" as the answer.
What page were you looking at?
https://cuelang.org/docs/tutorial/working-with-a-custom-module-registry/
What version of the site were you looking at?
cue-lang/cuelang.org@b24925a
What did you do?
A user reported a problem completing the tutorial because they received an HTTP 403 halfway through the steps.
They posted a debug log that mentioned that
AirTunes
was the server involved. This led to https://stackoverflow.com/questions/72369320/why-always-something-is-running-at-port-5000-on-my-mac, which suggests that port 5000 isn't a macOS-friendly port for the tutorial to use for the local registry.Suggestion: update to 5001, after confirming that neither common Linux distros nor macOS have something local that listens on that port by default.
The text was updated successfully, but these errors were encountered: