braid-chat

https://github.com/braidchat/meta/wiki
grounded_sage 2016-04-04T00:16:11.000139Z

Getting a few different errors. Just requested a password reset and I got this when clicking on the link that come through in the email java.lang.String cannot be cast to clojure.lang.IFn. I also still can't seem to get it all running with Figwheel this appears in the lein repl terminal after entering the local host when Figwheel is waiting to connect No implementation of method: :make-reader of protocol: #'<http://clojure.java.io/IOFactory|clojure.java.io/IOFactory> found for class: nil. This is what comes up in the Fiwheel terminal when running mobile dev Figwheel without touching the browser Exception in thread "main" java.lang.NumberFormatException: For input string: "figwheel", compiling:(/private/var/folders/gh/4xy__nbs1r5gxzt3lz1y740m0000gn/T/form-init6992510589473185970.clj:1:125)

grounded_sage 2016-04-04T00:18:11.000140Z

I have actually deleted the datomic and braid folders and downloaded fresh to see if it was an issue with my version. I'm wondering if this is a computer issue?

grounded_sage 2016-04-04T00:18:29.000141Z

cc @rafd:

rafd 2016-04-04T01:34:05.000142Z

@grounded_sage: I think I may know what it is. I will look into it now

rafd 2016-04-04T02:37:23.000143Z

@grounded_sage: OK, I pushed a new version up

rafd 2016-04-04T02:38:04.000144Z

the reason you were getting the IOFactory error was because there was a part of the server that would try to open the compiled js file (to generate a SHA of it), which would fail if it was not created by figwheel yet

rafd 2016-04-04T02:51:39.000145Z

note: you now run lein figwheel desktop-dev instead of lein run ......

rafd 2016-04-04T02:52:04.000146Z

also, to access the mobile client, you need to go via`http://localhost:3449/mobile.html` (it's not working yet)

rafd 2016-04-04T02:52:29.000147Z

(ie.. the mobile client isn't connected to the backend at all, just some preliminary frontend code)

rafd 2016-04-04T03:02:47.000148Z

lein figwheel mobile-dev should work without problems

grounded_sage 2016-04-04T06:56:09.000149Z

Cool that was my issue I have just been copying and pasting from dev instructions. I've submitted a pull request to fix them removing the run call

rafd 2016-04-04T08:28:58.000150Z

whooops, thanks for catching that!

grounded_sage 2016-04-04T12:09:43.000151Z

No probs. That was the source of great frustration glad you through in that little note: haha

2016-04-04T16:16:50.000152Z

I think someone washaving problems resetting their password - I think I've fixed the bug that was preventing that from working

grounded_sage 2016-04-04T17:24:49.000153Z

Yea that was me as well. I was planning to jump into braid instead of using Slack but then I realised Last Pass didn't have the password 😛

2016-04-04T20:18:57.000154Z

ah, sorry about that!

grounded_sage 2016-04-04T23:44:06.000155Z

I think I have found an issue with listing the users in a group. It seems that when you create a new group that there is no new group-id added to a user. I found this by creating a new group and to see if I could filter out Bar.