Fork me on GitHub
#boot
<
2017-05-18
>
mobileink19:05:24

Hi, I’m trying to push to clojars using boot build target push --repo clojars, using an encrypted credentials file, and I’m getting an Unauthorized error. But the user name and pwd in the creds file are correct. Any idea what’s happening? I pushed a different jar a few days ago with no prob. The only think I can think of is I recently moved the repo, but I can’t see why that would be a problem.

mobileink19:05:47

ps. I control the group; I’m trying to push miraj/core to https://clojars.org/groups/miraj

tcrawley19:05:00

@mobileink I looked at the nginx log files on clojars, and your deploy requests aren't sending credentials at all

tcrawley19:05:16

I'm not enough of a boot user to help debug it though

mobileink19:05:09

Thanks! That gives me sth to debug at least.

mobileink21:05:32

i'm using clojure 1.9 alpha 16, wonder if that' it. has anybody pushed to clojars with it?

mobileink21:05:40

test. could not connect for a while.

mobileink21:05:14

if somebody could pls respond to verify?

kennethkalmer21:05:03

I’m actually not seeing any source maps in the chrome sources panel… I checked and saw the .js.map files are indeed generated and available, for both .cljs & .cljc files, /cc @djebbz

kennethkalmer21:05:56

reverting to a commit before I bumped all my dependencies to see if that sorts it out

kennethkalmer21:05:42

nope, no dice, source maps simply aren’t showing in the source panels in chrome devtools

kennethkalmer22:05:57

bizarrely enough the only file that does have a source-mapped file in devtools is cljs/core.cljs, nothing else… has anyone else seen this behaviour?