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

Volo fails when installing from a URL that issues a 301 HTTP status #127

Closed
wilmoore opened this issue Jan 4, 2013 · 6 comments
Closed
Milestone

Comments

@wilmoore
Copy link

wilmoore commented Jan 4, 2013

ERROR: Error: Download failed, HTTP code: 301:

If I specify the dependency as:

http://github.mycompany.com/project/foo/raw/master/foo.js

Depending on how things are configured, you may be redirected to:

https://github.mycompany.com/project/foo/raw/master/foo.js (notice the https)

Volo treats this 301 redirect as an error.

One can work around this by updating the URL; however, I wouldn't expect a 301 to cause an error.

@jrburke
Copy link
Member

jrburke commented Jan 6, 2013

Does this happen with volo 0.2.6, the latest version? Just want to confirm -- the latest release had some networking changes. Just typing volo will give the version number.

@wilmoore
Copy link
Author

wilmoore commented Jan 6, 2013

Yup, v0.2.6.

@jrburke
Copy link
Member

jrburke commented Jan 6, 2013

Great, thanks. Putting this in the 0.2.7 bucket.

@wilmoore
Copy link
Author

wilmoore commented Jan 6, 2013

👍

@jrburke
Copy link
Member

jrburke commented Jan 23, 2013

Do you have a public URL I could try to verify any fix? I can do a local test too, but if you happen to have an URL laying about, that might bootstrap me faster.

@wilmoore
Copy link
Author

Unfortunately I no longer have the original problem URL.

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

2 participants