[GH-ISSUE #355] Upload failed: The server is having temporary problems. #838

Closed
opened 2026-03-15 10:41:09 +03:00 by kerem · 6 comments
Owner

Originally created by @eopb on GitHub (May 17, 2019).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/355

efun@inspiron ~> asciinema rec
asciinema: recording asciicast to /tmp/tmpwxmshdma-ascii.cast
asciinema: press <ctrl-d> or type "exit" when you're done
efun@inspiron:~$ echo test
test
efun@inspiron:~$ exit
exit
asciinema: recording finished
asciinema: press <enter> to upload to asciinema.org, <ctrl-c> to save locally
asciinema: upload failed: The server is having temporary problems. Try again in a minute.
asciinema: retry later by running: asciinema upload /tmp/tmpwxmshdma-ascii.cast

Has failed to upload every time I have tried since installing a few days ago.

OS: Ubuntu 19.04 disco
asciinema 2.0.2

Originally created by @eopb on GitHub (May 17, 2019). Original GitHub issue: https://github.com/asciinema/asciinema/issues/355 ``` efun@inspiron ~> asciinema rec asciinema: recording asciicast to /tmp/tmpwxmshdma-ascii.cast asciinema: press <ctrl-d> or type "exit" when you're done efun@inspiron:~$ echo test test efun@inspiron:~$ exit exit asciinema: recording finished asciinema: press <enter> to upload to asciinema.org, <ctrl-c> to save locally asciinema: upload failed: The server is having temporary problems. Try again in a minute. asciinema: retry later by running: asciinema upload /tmp/tmpwxmshdma-ascii.cast ``` Has failed to upload every time I have tried since installing a few days ago. OS: Ubuntu 19.04 disco asciinema 2.0.2
kerem closed this issue 2026-03-15 10:41:14 +03:00
Author
Owner

@vegabook commented on GitHub (May 20, 2019):

Same over here. 19.04 Disco. Works fine on Fedora 30.

<!-- gh-comment-id:494170753 --> @vegabook commented on GitHub (May 20, 2019): Same over here. 19.04 Disco. Works fine on Fedora 30.
Author
Owner

@0xXA commented on GitHub (May 26, 2019):

Same here

<!-- gh-comment-id:495979270 --> @0xXA commented on GitHub (May 26, 2019): Same here
Author
Owner

@Graph1589 commented on GitHub (May 27, 2019):

Same. OS disco too

<!-- gh-comment-id:496180050 --> @Graph1589 commented on GitHub (May 27, 2019): Same. OS disco too
Author
Owner

@roaldnefs commented on GitHub (May 28, 2019):

Currently facing the same issue on Ubuntu 19.04. Tried to install Asciinema via apt, Snap and Pip...

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 19.04
Release:	19.04
Codename:	disco

$ uname -a
Linux laptop 5.0.0-15-generic #16-Ubuntu SMP Mon May 6 17:41:33 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

$ asciinema --version
asciinema 2.0.2

Edit: works fine on Ubuntu 18.04!

Fix: upload via Curl

@sickill uploaded a gist that shows how to upload a recording via curl:

asciinema rec demo.cast
curl -v -u $USER:$(cat ~/.config/asciinema/install-id) https://asciinema.org/api/asciicasts -F asciicast=@demo.cast
<!-- gh-comment-id:496636443 --> @roaldnefs commented on GitHub (May 28, 2019): Currently facing the same issue on Ubuntu 19.04. Tried to install Asciinema via apt, Snap and Pip... ```bash $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 19.04 Release: 19.04 Codename: disco $ uname -a Linux laptop 5.0.0-15-generic #16-Ubuntu SMP Mon May 6 17:41:33 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux $ asciinema --version asciinema 2.0.2 ``` **Edit:** works fine on Ubuntu 18.04! ### Fix: upload via Curl @sickill uploaded a [gist](https://gist.github.com/sickill/514860f60d01ed9218be4ede51a33887) that shows how to upload a recording via curl: ```bash asciinema rec demo.cast curl -v -u $USER:$(cat ~/.config/asciinema/install-id) https://asciinema.org/api/asciicasts -F asciicast=@demo.cast ```
Author
Owner

@roaldnefs commented on GitHub (May 28, 2019):

This issue is a duplicate/related to #353.

<!-- gh-comment-id:496644023 --> @roaldnefs commented on GitHub (May 28, 2019): This issue is a duplicate/related to #353.
Author
Owner

@ku1ik commented on GitHub (May 29, 2019):

Solved, see the comment in #353.

<!-- gh-comment-id:497115085 --> @ku1ik commented on GitHub (May 29, 2019): Solved, see the comment in #353.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asciinema#838
No description provided.