lein-figwheel

wilkerlucio 2018-05-10T01:09:27.000060Z

I've updated to Figwheel 0.5.16, but it keeps complaining about Figwheel Client Version 0.5.14 is not equal to Figwheel Sidecar Version 0.5.16. Shutting down Websocket Connection!, I already cleaned everything and checked deps, but it keeps coming back, is there anything else I could check that I'm missing?

wilkerlucio 2018-05-10T01:25:10.000283Z

seems solved by deleting the target folder, I was just deleting the js files before

wilkerlucio 2018-05-10T04:39:47.000192Z

nope, still hapenning =/

bhauman 2018-05-10T14:36:55.000178Z

OK, be sure to delete ~/.cljs/.aot_cache/

bhauman 2018-05-10T14:37:34.000050Z

@wilkerlucio ^

bhauman 2018-05-10T14:40:51.000559Z

also change the server-port to stop the cached assets from being pulled in

wilkerlucio 2018-05-10T17:35:40.000789Z

@bhauman thanks, I tried all of those (except change server-port, I can't because I'm doing things that require me to use a specific port, but I have disable cache enabled all the time on Chrome)

wilkerlucio 2018-05-10T17:36:06.000338Z

but from time to time, when I save some file, I'm getting a bunch of NPE, and usually after that I get the server version problem

wilkerlucio 2018-05-10T17:36:59.000486Z

I think it's something that is on my machine, because the same project on a different dev computer seems to run without problems, so I think it can be some crazy cache somewhere

wilkerlucio 2018-05-10T20:57:37.000062Z

I restarted my computer and now all seem fine, my guess is that I had some dirty instance of figwheel running and that was competing with another fighwheel run, all good now 🙂