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

dev server fails to launch #2893

Closed
2 tasks done
surajsharma opened this issue Dec 8, 2024 · 6 comments
Closed
2 tasks done

dev server fails to launch #2893

surajsharma opened this issue Dec 8, 2024 · 6 comments
Labels
docs Improvements or additions to documentation

Comments

@surajsharma
Copy link

What kind of documentation problem are you reporting?

Unclear Docs

Where is the issue found?

https://rocket.rs/guide/v0.5/getting-started/#getting-started

What's wrong?

cargo run outputs the following on wsl2 without ever starting the dev server

❯ cargo run
    Finished dev [unoptimized + debuginfo] target(s) in 0.10s
     Running `target/debug/src`
Hello, world!

System Checks

  • I confirmed that the issue still exists on master on GitHub.
  • I was unable to find a previous report of this problem.
@surajsharma surajsharma added the docs Improvements or additions to documentation label Dec 8, 2024
@SergioBenitez
Copy link
Member

What's the complete program that you're running? Please make sure it's exactly what's on the getting started page.

@surajsharma
Copy link
Author

I followed the tutorial at https://rocket.rs/guide/v0.5/getting-started/#getting-started

@SergioBenitez
Copy link
Member

The tutorial guides you to running a very specific program, which would result in different output than you've pasted here. I've asked you to provide the complete program that you're compiling and executing to see where you might have gone astray. Without it, we cannot help you.

@SergioBenitez SergioBenitez closed this as not planned Won't fix, can't repro, duplicate, stale Dec 8, 2024
@surajsharma
Copy link
Author

i followed the tutorial to the letter and ended up with something other than advertised.

@szabgab
Copy link

szabgab commented Dec 9, 2024

This happened to me as well.

It took me a while to realize I made a mistake.

@surajsharma
Copy link
Author

@szabgab use the hello example from the examples folder, i think the documentation needs an update or sth

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants