mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-26 08:25:53 +03:00
[GH-ISSUE #603] Error: missing field play when attempting to run any command #933
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#933
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 @kitesi on GitHub (Jan 21, 2024).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/603
Describe the bug
When I try to run any command (rec, play, cat, upload) with a file, it gives me the error:
"Error: missing field `play` "
with no further information.
To Reproduce
Steps to reproduce the behavior:
asciinema rec demo.cast,asciinema cat demo.cast,asciinema play demo.cast, ...Expected behavior
Work as shown in demo.
Versions:
Additional context
I haven gotten these errors on a fresh installation with both
cargo build --git ...and building it by cloning directly.@ku1ik commented on GitHub (Jan 22, 2024):
Thanks, I know what's up, will push a fix shortly.
@ku1ik commented on GitHub (Jan 22, 2024):
Should work now @kitesi.
@kitesi commented on GitHub (Jan 23, 2024):
Works prefect now, thank you.