mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[GH-ISSUE #87] Connection Failed #684
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#684
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 @TApplencourt on GitHub (Mar 9, 2015).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/87
Hi,
I don't know if the problem is mine or your so sorry if it is all my fault.
Error: Connection failed (Post https://asciinema.org/api/asciicasts: dial tcp: lookup asciinema.org: no such host)And i really don't know what to do.
Thx for any information :)
@ku1ik commented on GitHub (Mar 9, 2015):
lookup asciinema.org: no such hostsuggests DNS lookup issue on your side. Can you accesshttps://asciinema.orgin the browser?@TApplencourt commented on GitHub (Mar 9, 2015):
Yep. But i can't go to
https://asciinema.org/api/asciicastsBut thx ! I will investigate my DNS issues.
@ku1ik commented on GitHub (Mar 9, 2015):
@TApplencourt what OS are you using?
@TApplencourt commented on GitHub (Mar 9, 2015):
Linux Mint 17 Qiana (Debian based)
@ku1ik commented on GitHub (Mar 9, 2015):
And what version of asciinema?
asciinema --version@TApplencourt commented on GitHub (Mar 9, 2015):
asciinema 0.9.9-0eee9b2Should i update to 1.* beta ?
@ku1ik commented on GitHub (Mar 9, 2015):
No need. Nothing related to API connection changed recently.
Can you run this in a terminal?
host asciinema.org@TApplencourt commented on GitHub (Mar 9, 2015):
Only the .orG seem strange to me >.>
@ku1ik commented on GitHub (Mar 9, 2015):
Yeah, this looks strange to me as well. I have it as
asciinema.org has address 109.107.38.78, as it should be, so there's definitely something wrong with your DNS setup.@TApplencourt commented on GitHub (Mar 9, 2015):
Ok, i will fix this. Thanks for all this quick reply!
@sickill That was this ! I change my DNS and now all is good 👍