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 a 404 error on lsync #69

Open
eed3si9n opened this issue Apr 30, 2013 · 6 comments
Open

getting a 404 error on lsync #69

eed3si9n opened this issue Apr 30, 2013 · 6 comments
Assignees

Comments

@eed3si9n
Copy link

steps

  1. push 1.1.0.json to master.
  2. lsync from sbt shell.

problem

scalaxb> lsync
[info] lsyncing project eed3si9n/scalaxb@1.1.0...
[warn] Error synchronizing project libraries Unexpected response code: 404
[success] Total time: 3 s, completed Apr 30, 2013 2:18:58 AM

expectation

it either works, or tell me which URL it's not able to hit.

@softprops
Copy link
Owner

sry @eed3si9n I'll look into this tonight

@ghost ghost assigned softprops Apr 30, 2013
@softprops
Copy link
Owner

Man this is biting everyone recently. It was biting me to. Should be fixed now. I'll leave this issue open as a reminder to myself that I need to return something more informative than a 404 when the server gets these errors from github in the future. In the meantime if you were curious. The sbt plugins lsync basically just calls this.

curl -i  "http://ls.implicit.ly/api/1/libraries" -d "user=eed3si9n&repo=scalaxb&version=1.1.0"

@eed3si9n
Copy link
Author

Interesting. I'm able to lsync now. Thanks.

404 is pretty misleading since 4xx implies that I did something wrong.

@softprops
Copy link
Owner

Yea it was a server issue. I'll work providing a more informative response when errors happen. Thanks for being loyal user!

@freeeve
Copy link

freeeve commented May 19, 2013

+1 on this... so I should try again later?

@freeeve
Copy link

freeeve commented May 19, 2013

Oh, I get it. I had to push the version file first.

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

3 participants