devgeeks / Notemindr

A Crypton app for creating notes with reminder attached to them
4 stars 0 forks source link

srp cache failure #1

Open marmol-dev opened 8 years ago

marmol-dev commented 8 years ago

Hi. It looks an interesting project but I can try it because I have an error when trying to login: "srp cache failure" shows in the top of the login form. I have the same issue in Encryptr.

In the crypton-server-console there are no errors and in the browser console it logs the following two lines:

{type: "SESSION_RESPONSE", session: undefined, error: "srp cache failure"} "SessionStore::SESSION_RESPONSE"

and

{type: "SESSION_RESPONSE", session: undefined, error: "srp cache failure"} "NoteStore::SESSION_RESPONSE"
devgeeks commented 8 years ago

Hah, the problem is that the Crypton server this code points to is older than the one I am currently using for dev... :/

This is a bit of a sketchbook app for testing ideas for me, not an actual useable thing yet.

It's currently in it's (I think) third rewrite, heh.