mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #684] Error message suggests "ascinema auth" due to typo #351
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#351
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @codayon on GitHub (Jun 9, 2025).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/684
Describe the bug
I was trying to stream my terminal session using
asciinema stream -r.The exact error message you received:
To Reproduce
Steps to reproduce the behavior:
Versions:
Additional context
I initially tried ascinema auth as suggested, which resulted in command not found. I then realized it was a typo and successfully ran
asciinema auth.@ku1ik commented on GitHub (Jun 9, 2025):
So after you ran
asciinema authand opened the link a browser,streamstill gives the same message?@ku1ik commented on GitHub (Jun 9, 2025):
That typo has been recently fixed, but no released yet btw.
@codayon commented on GitHub (Jun 9, 2025):
No, after that everything else worked fine.
Oh, I didn't find any closed or open issue about it, that's why I created the issue.
@ku1ik commented on GitHub (Jun 9, 2025):
Great.
There was a PR for that - #682
Thanks for reporting anyway!