Fork me on GitHub
#clojars
<
2016-01-24
>
wei08:01:50

anyone get a 503 deploying to clojars?

Failed to deploy artifacts: Could not transfer artifact vignette:vignette:jar:0.1.0-20160124.081933-1 from/to clojars (): Failed to transfer file: . Return code is: 503, ReasonPhrase: Service Temporarily Unavailable.

tcrawley14:01:01

@wei: we recently made a change where you can't log in to the site with your email, just your username. From the logs, it looks like you are using your email to auth for deploying, so this may be a bug related to that. Can you try your username instead?

tcrawley15:01:26

you should get a 401 instead of a 503 though, since it wouldn't be able to find your user account

wei19:01:45

@tcrawley thanks, that worked for me