Asciinema: 上传失败:服务器出现临时问题。

创建于 2019-05-17  ·  6评论  ·  资料来源: asciinema/asciinema

efun<strong i="5">@inspiron</strong> ~> asciinema rec
asciinema: recording asciicast to /tmp/tmpwxmshdma-ascii.cast
asciinema: press <ctrl-d> or type "exit" when you're done
efun<strong i="6">@inspiron</strong>:~$ echo test
test
efun<strong i="7">@inspiron</strong>:~$ 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

自从几天前安装以来,我每次尝试都无法上传。

操作系统:Ubuntu 19.04 迪斯科
asciinema 2.0.2

最有用的评论

同样在这里。 19.04 迪斯科。 在 Fedora 30 上运行良好。

所有6条评论

同样在这里。 19.04 迪斯科。 在 Fedora 30 上运行良好。

同样在这里

相同的。 也有 OS 迪斯科

目前在 Ubuntu 19.04 上面临同样的问题。 尝试通过 apt、Snap 和 Pip 安装 Asciinema...

$ 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

编辑:在 Ubuntu 18.04 上运行良好!

修复:通过 Curl 上传

@sickill上传了一个要点,展示了如何通过 curl 上传录音:

asciinema rec demo.cast
curl -v -u $USER:$(cat ~/.config/asciinema/install-id) https://asciinema.org/api/asciicasts -F [email protected]

此问题与#353 重复/相关。

已解决,请参阅 #353 中的评论。

此页面是否有帮助?
0 / 5 - 0 等级

相关问题

Bux42 picture Bux42  ·  9评论

laughedelic picture laughedelic  ·  7评论

pfalcon picture pfalcon  ·  4评论

KurtPfeifle picture KurtPfeifle  ·  3评论

lebinh picture lebinh  ·  3评论