Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Kanso is down #430

Closed
mickaeltr opened this issue Apr 6, 2016 · 14 comments
Closed

Kanso is down #430

mickaeltr opened this issue Apr 6, 2016 · 14 comments

Comments

@mickaeltr
Copy link
Contributor

Hello,

It looks like Kanso is down.

kanso install            
installing from directory .
Building version tree...
checking properties
checking modules
Error: Error: connect ETIMEDOUT 109.68.33.64:80
    at Object.exports._errnoException (util.js:890:11)
    at exports._exceptionWithHostPort (util.js:913:20)
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1061:14)
Error: Error: connect ETIMEDOUT 109.68.33.64:80
    at Object.exports._errnoException (util.js:890:11)
    at exports._exceptionWithHostPort (util.js:913:20)
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1061:14)
Error: Error: socket hang up
    at createHangUpError (_http_client.js:239:15)
    at Socket.socketCloseListener (_http_client.js:271:23)
    at emitOne (events.js:95:20)
    at Socket.emit (events.js:182:7)
    at TCP._onclose (net.js:477:12)
Error: Error: socket hang up
    at createHangUpError (_http_client.js:239:15)
    at Socket.socketCloseListener (_http_client.js:271:23)
    at emitOne (events.js:95:20)
    at Socket.emit (events.js:182:7)
    at TCP._onclose (net.js:477:12)
Failed
curl -vvv http://kan.so/
*   Trying 109.68.33.64...
* connect to 109.68.33.64 port 80 failed: Operation timed out
* Failed to connect to kan.so port 80: Operation timed out
* Closing connection 0
curl: (7) Failed to connect to kan.so port 80: Operation timed out

Thank you

@ghost
Copy link

ghost commented Apr 9, 2016

Sorry for the delay. The author's DNS delegation appears to be misconfigured; the name should be pointing to 54.149.91.215. I've contacted the DNS maintainer and will try to get the issue fixed there upstream ASAP. In the mean time, you may be able to use /etc/hosts and that IP to remain productive until the issue is resolved.

Thanks, and sorry again for the downtime and the delay.

@ghost
Copy link

ghost commented Apr 9, 2016

@caolan: You wouldn't be around and messing with DNS entries for some reason in the kan.so zonefile, would you?

@mickaeltr
Copy link
Contributor Author

mickaeltr commented Apr 9, 2016 via email

@jmatsushita
Copy link

If someone is looking to see the website: http://54.149.91.215/home/_design/kanso_home/_rewrite/

@werty1st
Copy link

How can i use kanso install? Will the page stay offline?

@mickaeltr
Copy link
Contributor Author

It should work if you add the following in your /etc/hosts file (or the equivalent in Windows):

54.149.91.215 kan.so

@werty1st
Copy link

I thought the dns Problem was fixed...

@mickaeltr
Copy link
Contributor Author

@browndav & @caolan , do you have any update on this issue? Thank you

@mickaeltr
Copy link
Contributor Author

mickaeltr commented Sep 9, 2016

Kanso stopped working again, because http://kan.so now redirects (301) to https://kanso.app.medicmobile.org

The repository URL is hardcoded in the kanso package, however I manage to make it work again by creating a .kansorc file in my HOME directory, containing:

exports.repositories = ["https://kanso.app.medicmobile.org/repository"];

@mickaeltr
Copy link
Contributor Author

mickaeltr commented Sep 9, 2016

I've created a pull-request which hopefully will resolve this Kanso availability / redirect issue: #432

mandric added a commit that referenced this issue Sep 9, 2016
@mickaeltr
Copy link
Contributor Author

Thank you @mandric for merging my pull-request.
Any idea why the Travis job is failing for Node 0.12 https://travis-ci.org/kanso/kanso/jobs/158862826 ?

@mwillers
Copy link

@mandric is it possible to update kanso on npm? I am getting version 0.5.0 with the old repository URL.
thanks! 👍

@proegssilb
Copy link

Bumped into the same issue. Since I'm on Windows, and %HOME% isn't defined on Windows, the config-file-in-home trick doesn't work. Instead, you can put a .kansorc file in your project directory, and that seems to work so far.

Still, it'd be good if we could update kanso on NPM.

@mandric
Copy link
Member

mandric commented Mar 24, 2017

Ok, pushed a 0.5.1 on npm! Sorry about that.

@mandric mandric closed this as completed Mar 24, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants