Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting "301 Moved Permanently" when run locally #13

Closed
LeoAref opened this issue Jan 17, 2017 · 6 comments
Closed

Getting "301 Moved Permanently" when run locally #13

LeoAref opened this issue Jan 17, 2017 · 6 comments

Comments

@LeoAref
Copy link
Contributor

LeoAref commented Jan 17, 2017

When I'm trying to run inchjs locally, I'm getting the following:

<html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.2.1</center>
</body>
</html>

After some debugging I found that the issue is with using http module, and now the API endpoint is moved to https://inch-ci.org/api/v1/cli (http >> https)

@LeoAref
Copy link
Contributor Author

LeoAref commented Jan 17, 2017

I'm working on the fix, and I'll create a PR soon!

@deadratfink
Copy link

deadratfink commented Jul 14, 2017

Hi, still get this "error" with version 0.4.1 which I got from NPM today. BTW this master branch is still on v0.4.0. This confuses me a little bit... any news about this issue?

@Elyx0
Copy link

Elyx0 commented Feb 26, 2018

Same here, any update? It's 2018. <3

@vygandas
Copy link

vygandas commented Jul 19, 2018

Same here.
Have "inchjs": "^0.4.1" and it shows this when I run

<html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.2.1</center>
</body>
</html>

@marcuscarr
Copy link

The workaround is to install a local inch: gem install inch

@zhenyulin
Copy link

still got this issue with inchjs: 0.4.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants