mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #235] Upload failed #781
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#781
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 @stayingcool on GitHub (Sep 20, 2017).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/235
Upload fails with the following error:
My Env:
MacOS Sierra - 10.12.4 (16E195)
I'm able to play the recording, just that the upload fails. Any feedback or clues to fix this issue?
@boris commented on GitHub (Oct 6, 2017):
@stayingcool I faced the same issue on El Capitan - 10.11.6 and fixed it by adding the
urlline to my~/.config/asciinema/config:@ku1ik commented on GitHub (Oct 8, 2017):
@stayingcool which asciinema version and OS are you running?
@hickeng commented on GitHub (Oct 18, 2017):
I'm seeing the same issue on current HEAD (
8cdd2579ff).I'm getting
Error: HTTP status: 500 Internal Server Errorfromasciinema 1.1.1-56ee754- the version installed by theinstallscript when I ran that.I get a successful upload when using
0.9.8which is whatapt-getinstalled, but that doesn't allow me to upload already recorded files, or set the screen width to an appropriate size with tmux.Distro:
I've tried explicitly adding the
urlentry to the~/.asciinema/configfile as suggested by @boris but it had no observable effect (tried this with HEAD).@ku1ik commented on GitHub (Oct 24, 2017):
@boris @stayingcool that's a temporary workaround for client certificate issue, but we'll soon turn off http:// so we should look for the cause of
CERTIFICATE_VERIFY_FAILED- I suspect some homebrew dependency issue wrt libopenssl or something similar.@ku1ik commented on GitHub (Oct 24, 2017):
@hickeng was the recording which fails produced by yet unreleased asciinema version? (
developbranch)?@hickeng commented on GitHub (Oct 24, 2017):
@sickill yes, it was recorded with
develop.@ku1ik commented on GitHub (Oct 25, 2017):
@hickeng ok, that's because
developproduces version 2 asciicasts, and the instance at asciinema.org hasn't yet been updated to handle that. I'm going to fix that in the coming days.@StephaneBenfredj commented on GitHub (Oct 27, 2017):
@stayingcool I had the same issue with OSX Sierra 10.12.6 (16G29)
~ Upload failed: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:777)>and fixed it by editing ~/.config/asciinema/config as advised by @boris (thanks !! :)
asciinema installed was performed directly using pip3:
$ pip3 install asciinema
Collecting asciinema
Downloading asciinema-1.4.0.tar.gz
... (snip'd)
@boris commented on GitHub (Oct 30, 2017):
I also installed 1.4.0 using pip3 on OS X I mentioned above. Sadly (to replicate this issue, but luckily to me) I'm not using OS X anymore and asciinema works pretty well in Linux :)
@ku1ik commented on GitHub (Nov 28, 2017):
@stayingcool @stefb12 if you have installed Python via official dmg installer then you need to install root certificates by running this command:
Paste this into your terminal or locate and open in Finder.
(found this info here: https://stackoverflow.com/questions/42098126/mac-osx-python-ssl-sslerror-ssl-certificate-verify-failed-certificate-verify)
@StephaneBenfredj commented on GitHub (Nov 29, 2017):
thanks for the information @sickill !
@ku1ik commented on GitHub (Dec 4, 2017):
@stayingcool has the above hint helped?
@Mariatta commented on GitHub (Feb 8, 2018):
Hi, I'm having the same issue.
I'm on MacOS High Sierra 10.13.3 using asciinema 1.4.0.
The message I see is:
I tried running the suggested command above:
Upload still failed.
@Mariatta commented on GitHub (Feb 8, 2018):
Ah nevermind, I had to update the
urlin~/.config/asciinema/configto http.The upload works after I did that.
But feels like it should work over
https?Anyways, thanks!!
@vxsilis commented on GitHub (Oct 19, 2019):
can someone tell me what exactly the ~/.config/asciinema/config file has inside ?
@PlutoniumProphet commented on GitHub (Jan 21, 2020):
@bllyz in the docs: https://asciinema.org/docs/config
I'm still broken on the pipe though