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

Docs for Get Session #346

Open
jlewi opened this issue Nov 24, 2024 · 0 comments · May be fixed by #349
Open

Docs for Get Session #346

jlewi opened this issue Nov 24, 2024 · 0 comments · May be fixed by #349
Labels
good first issue Good for newcomers

Comments

@jlewi
Copy link
Owner

jlewi commented Nov 24, 2024

The docs for Getting the session here are wrong
https://foyle.io/docs/operator-manual/troubleshoot_learning/#did-the-session-get-created

CONTEXTID=01J7S3QZMS5F742JFPWZDCTVRG
curl -s -X POST https://localhost:8877/foyle.logs.SessionsService/GetSession -H "Content-Type: application/json" -d "{\"contextId\": \"${CONTEXTID}\"}" | jq.

There's a couple bugs in this curl command

  • It should be "api/GetSession"
  • There should a be a period between "jq" and "."
  • It shouldn't be https if using localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant