-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sign-up Database Error #50
Comments
Duplicado: #42 |
Quizá no esté tan cerrado. Creo que a @serrodcal le ha saltado aun teniendo el avatar puesto. Lo reabro para echarle un ojo mejor. |
El tema del nombre no me da ningún problema, el tema esta en no utilizar ninguna fotografía porque se pasa el id del avatar como una cadena vacía y luego se usa esa cadena para buscar un objeto en la base de datos (y peta) Como solución se me ocurre: |
Si el fallo es por el avatar, yo probaría lo que dice David: que el avatar "vacío" sea una imagen con el logo de la app en gris. Pruébalo a ver si te funciona. |
Es tan sencillo como poner un if en el formulario, no hace falta meter
|
Esto ya lo implemente ayer. Lo que hice fuec omprobar en la vista si se El jueves, 10 de abril de 2014, Sloy [email protected] escribió:
|
Al intentar registrarme sin añadir fotografía, introduciendo un nombre cualquiera con una "_" obtengo esto:
DatabaseError at /newaccount/
AutoField (default primary key) values must be strings representing an ObjectId on MongoDB (got u'' instead).
Request Method: POST
Request URL: http://eat-hub.herokuapp.com/newaccount/
Django Version: 1.5.5
Exception Type: DatabaseError
Exception Value:
AutoField (default primary key) values must be strings representing an ObjectId on MongoDB (got u'' instead).
Exception Location: /app/.heroku/python/lib/python2.7/site-packages/django_mongodb_engine/base.py in _value_for_db, line 113
Python Executable: /app/.heroku/python/bin/python
Python Version: 2.7.6
Python Path:
['/app',
'/app/.heroku/python/bin',
'/app/.heroku/python/lib/python2.7/site-packages/distribute-0.6.36-py2.7.egg',
'/app/.heroku/python/lib/python2.7/site-packages/setuptools-2.1-py2.7.egg',
'/app/.heroku/python/lib/python2.7/site-packages/pip-1.5.4-py2.7.egg',
'/app',
'/app/.heroku/python/lib/python27.zip',
'/app/.heroku/python/lib/python2.7',
'/app/.heroku/python/lib/python2.7/plat-linux2',
'/app/.heroku/python/lib/python2.7/lib-tk',
'/app/.heroku/python/lib/python2.7/lib-old',
'/app/.heroku/python/lib/python2.7/lib-dynload',
'/app/.heroku/python/lib/python2.7/site-packages']
The text was updated successfully, but these errors were encountered: