mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[GH-ISSUE #94] Uploading fails on IPv6 hosts #72
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#72
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 @WhyNotHugo on GitHub (May 1, 2015).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/94
The error message makes me assume that you're assuming that there's native IPv4 connectivity. This assumption is mistaken.
Note: The is a client assumption error, not a network error.
@ku1ik commented on GitHub (May 3, 2015):
This is interesting. Do you still get this error?
There's no explicit use of IPv4 in the code anywhere. I'll check if there is a default in Go's stdlib somewhere for it, maybe that's Go's DNS resolver.
@WhyNotHugo commented on GitHub (Jun 27, 2015):
I could have sworn I'd replied to this pretty fast. My bad.
Any how, I had not noticed this used go at the time of my report. Indeed, go's stdlib isn't really IPv6-ready (hence why I've always said it's not really production-ready for networking apps).
So yeah, asciinema won't work reliably until golang fixes those issues, regrettably.
@ku1ik commented on GitHub (Jun 27, 2015):
Ok then, I'm leaving it open for now. Thx for the report.
@ku1ik commented on GitHub (Jul 13, 2016):
@hobarrera I just released v1.3.0 which should solve this issue (as it's implemented in Python). Can you check it out?
sudo pip3 install asciinema.