-
Notifications
You must be signed in to change notification settings - Fork 11
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
New Install gives me object encoding error #6
Comments
Please provide more informationsoI can reproduce. On Saturday, August 31, 2013, Patrick Lemiuex wrote:
|
I started the server, and tried to post an object to the handler. Then the error came up. Not sure, but I don't get any errors in the template, I don't know what ERROR:root:Credentials failed -- mongodb issue? |
HTH: Sun, 01 Sep 2013 03:14:50 GMT [ERROR](src/unixy.c:55: errno: Operation not permitted) Can't chroot to ./, rerun as root if this is what you want. |
Looks like the user authentication is failing. That particular section of Could you share the data you are using as input for validation? This means On Sun, Sep 1, 2013 at 1:08 AM, Patrick Lemiuex [email protected]:
|
Patrick What's weird, is why does the form redirect to / - shouldn't it not allow On Sun, Sep 1, 2013 at 11:18 AM, James Dennis [email protected]:
|
BTW, the db is empty. |
What's weird is I think there's a unicode problem when I post to the handler... that's why validation is failing |
The problem looks to be the version of bcrypt i am using, the password is coming in as unicode problem. I hate python unicoding! File "/Users/dj/.virtualenvs/listsurf/lib/python2.7/site-packages/brubeck/request_handling.py", line 325, in call |
j2labs/brubeck#118 covers this |
Brubeck going down...
(listsurf)quadcore-imac:listsurf dj$ ./listsurf.py
INFO:root:Using coroutine library: eventlet
Brubeck v0.4.0 online ]-----------------------------------
ERROR:root:Credentials failed
ERROR:root:Unicode-objects must be encoded before hashing
INFO:root:200 POST /create (127.0.0.1)
The text was updated successfully, but these errors were encountered: