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

Upload failed: The server is having temporary problems. #355

Closed
eopb opened this issue May 17, 2019 · 6 comments
Closed

Upload failed: The server is having temporary problems. #355

eopb opened this issue May 17, 2019 · 6 comments

Comments

@eopb
Copy link

eopb commented May 17, 2019

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

@vegabook
Copy link

vegabook commented May 20, 2019

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

@0xXA
Copy link

0xXA commented May 26, 2019

Same here

@Graph1589
Copy link

Same. OS disco too

@roaldnefs
Copy link

roaldnefs commented 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

@roaldnefs
Copy link

This issue is a duplicate/related to #353.

@ku1ik
Copy link
Contributor

ku1ik commented May 29, 2019

Solved, see the comment in #353.

@ku1ik ku1ik closed this as completed May 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants