-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to create user in News #36
Comments
What platform are you on?
|
Ubuntu Wily 64-bit. Racket v6.2. |
I just tried it and got a different error at the same place on OS X:
My first guess is to suspect 7ae9fbc. Can you try undoing it and see if the problem goes away? It fixes the error on OS X. |
I can reproduce your error on Linux. My suggestion doesn't fix it. I think it might be because |
Did |
I only have one disk partition. |
Went really far back in the history to a commit from 2009, and there it works fine, and tried from my first commit in 2015 where it doesn't work. It seems silly to just do binary search through the git history until the commit introducing the error is narrowed down. There should be some cool git feature for that. |
As an experiment I tried running it from /tmp on my machine, and the error went away. Can you try that as well, after making that I think 2009 probably didn't use the system's |
Tried running News from
|
Yes, that is fixed by undoing 7ae9fbc |
Even after that particular commit is undone, the error is still happening. Might do |
Very strange!
|
@akkartik , the fix you made for #37 partly fixes this: I can create user in News when it is run from
While I don't need this to run on Windows,
|
Oh, |
I actually thought we'd gotten rid of It turns out that |
That seems to work. Submitting now; let me know if that fixes things for you. |
Changing |
I'll try your fix before submitting anything. Otherwise moving the temporary folder from "default location" to |
Yeah I noticed that as well :) Actually if you have a commit already in place you can go ahead and submit. We'll see how I did :) |
Still had the same error after your commit. I'll push my fix. |
👍
|
Slight change to #36. This way any change to the tmp directory will continue to work. Hopefully the additional overhead isn't serious..
When creating any user in News, after pressing signup, the app navigates to
http://localhost:8080/y
and gives the following error in the arc REPL:Just tested: Creating user works fine in News on arc3.1 here, but fails in anarki with above error.
The text was updated successfully, but these errors were encountered: