mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-26 00:15:56 +03:00
[GH-ISSUE #54] Better error messaging #42
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#42
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 @jakubjedelsky on GitHub (Feb 26, 2014).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/54
Based on https://bugzilla.redhat.com/show_bug.cgi?id=1070266
When user try to upload a session onto server where asciinema's service doesn't run, one gets this ugly python output:
Can be there any nice-looking error message about no possibility to connect/upload session to server instead?
@ku1ik commented on GitHub (Feb 26, 2014):
Good catch. This is easy to fix.
Btw, the plan for the cli is to make it record locally, to a local "repository". You will record, then you can replay it in the terminal (just to check if it looks good) and eventually "push" it to the website. This will prevent losing the recording in case of network errors or when the website is down. And in general will add a lot more flexibility. See more here: https://github.com/sickill/asciinema/pull/49
@ku1ik commented on GitHub (Dec 17, 2014):
0.9.9 has just been released. It was rewritten in Go so the error handling changed completely. Hopefully for the better :)