You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're seeing loads of these "Handler already registered for model Project" errors every few minutes in the Apache error log:
[Mon Jul 23 19:20:12 2012] [error] /var/virtualenvs/current/lib/python2.7/site-packages/piston/handler.py:27: UserWarning: Handler already registered for model Project, you may experience inconsistent results.
[Mon Jul 23 19:20:12 2012] [error] "you may experience inconsistent results." % new_cls.model.name)
This seems to have been a problem for a while as it's also appearing in the live server logs so it doesn't appear to be related to the Python 2.7 upgrade.
After conversation it has been decided that we will depreciate the django-piston library and functionality as we have a new and working API in place.
The text was updated successfully, but these errors were encountered:
We're seeing loads of these "Handler already registered for model Project" errors every few minutes in the Apache error log:
[Mon Jul 23 19:20:12 2012] [error] /var/virtualenvs/current/lib/python2.7/site-packages/piston/handler.py:27: UserWarning: Handler already registered for model Project, you may experience inconsistent results.
[Mon Jul 23 19:20:12 2012] [error] "you may experience inconsistent results." % new_cls.model.name)
This seems to have been a problem for a while as it's also appearing in the live server logs so it doesn't appear to be related to the Python 2.7 upgrade.
After conversation it has been decided that we will depreciate the django-piston library and functionality as we have a new and working API in place.
The text was updated successfully, but these errors were encountered: