Advertisement
Guest User

Untitled

a guest
Aug 7th, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. Internal Server Error: /admin/chronograph/job/1/
  2. [Thu Aug 07 12:29:19 2014] [error] Traceback (most recent call last):
  3. [Thu Aug 07 12:29:19 2014] [error] File "/home/cyberpos/webapps/lmt/lib/python2.7/django/core/handlers/base.py", line 114, in get_response
  4. [Thu Aug 07 12:29:19 2014] [error] response = wrapped_callback(request, *callback_args, **callback_kwargs)
  5. [Thu Aug 07 12:29:19 2014] [error] File "/home/cyberpos/webapps/lmt/lib/python2.7/django/contrib/admin/options.py", line 432, in wrapper
  6. [Thu Aug 07 12:29:19 2014] [error] return self.admin_site.admin_view(view)(*args, **kwargs)
  7. [Thu Aug 07 12:29:19 2014] [error] File "/home/cyberpos/webapps/lmt/lib/python2.7/django/utils/decorators.py", line 99, in _wrapped_view
  8. [Thu Aug 07 12:29:19 2014] [error] response = view_func(request, *args, **kwargs)
  9. [Thu Aug 07 12:29:19 2014] [error] File "/home/cyberpos/webapps/lmt/lib/python2.7/django/views/decorators/cache.py", line 52, in _wrapped_view_func
  10. [Thu Aug 07 12:29:19 2014] [error] response = view_func(request, *args, **kwargs)
  11. [Thu Aug 07 12:29:19 2014] [error] File "/home/cyberpos/webapps/lmt/lib/python2.7/django/contrib/admin/sites.py", line 198, in inner
  12. [Thu Aug 07 12:29:19 2014] [error] return view(request, *args, **kwargs)
  13. [Thu Aug 07 12:29:19 2014] [error] File "/home/cyberpos/webapps/lmt/lib/python2.7/django/utils/decorators.py", line 29, in _wrapper
  14. [Thu Aug 07 12:29:19 2014] [error] return bound_func(*args, **kwargs)
  15. [Thu Aug 07 12:29:19 2014] [error] File "/home/cyberpos/webapps/lmt/lib/python2.7/django/utils/decorators.py", line 99, in _wrapped_view
  16. [Thu Aug 07 12:29:19 2014] [error] response = view_func(request, *args, **kwargs)
  17. [Thu Aug 07 12:29:19 2014] [error] File "/home/cyberpos/webapps/lmt/lib/python2.7/django/utils/decorators.py", line 25, in bound_func
  18. [Thu Aug 07 12:29:19 2014] [error] return func(self, *args2, **kwargs2)
  19. [Thu Aug 07 12:29:19 2014] [error] File "/home/cyberpos/webapps/lmt/lib/python2.7/django/db/transaction.py", line 339, in inner
  20. [Thu Aug 07 12:29:19 2014] [error] return func(*args, **kwargs)
  21. [Thu Aug 07 12:29:19 2014] [error] File "/home/cyberpos/webapps/lmt/lib/python2.7/django/contrib/admin/options.py", line 1230, in change_view
  22. [Thu Aug 07 12:29:19 2014] [error] self.save_model(request, new_object, form, True)
  23. [Thu Aug 07 12:29:19 2014] [error] File "/home/cyberpos/webapps/lmt/lib/python2.7/django/contrib/admin/options.py", line 860, in save_model
  24. [Thu Aug 07 12:29:19 2014] [error] obj.save()
  25. [Thu Aug 07 12:29:19 2014] [error] File "/home/cyberpos/.virtualenvs/lmt/lib/python2.7/site-packages/chronograph/models.py", line 162, in save
  26. [Thu Aug 07 12:29:19 2014] [error] self.next_run = dates.make_aware(self.rrule.after(next_run))
  27. [Thu Aug 07 12:29:19 2014] [error] File "/home/cyberpos/.virtualenvs/lmt/lib/python2.7/site-packages/dateutil/rrule.py", line 195, in after
  28. [Thu Aug 07 12:29:19 2014] [error] if i > dt:
  29. [Thu Aug 07 12:29:19 2014] [error] TypeError: can't compare offset-naive and offset-aware datetimes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement