Guest User

Untitled

a guest
Oct 22nd, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. Internal Server Error: /api/store/
  2.  
  3. Stacktrace (most recent call last):
  4.  
  5. File "django/core/handlers/base.py", line 111, in get_response
  6. response = callback(request, *callback_args, **callback_kwargs)
  7.  
  8. File "django/views/decorators/http.py", line 45, in inner
  9. return func(request, *args, **kwargs)
  10.  
  11. File "django/views/decorators/cache.py", line 79, in _wrapped_view_func
  12. response = view_func(request, *args, **kwargs)
  13.  
  14. File "django/views/decorators/csrf.py", line 39, in wrapped_view
  15. resp = view_func(*args, **kwargs)
  16.  
  17. File "django/views/decorators/csrf.py", line 52, in wrapped_view
  18. return view_func(*args, **kwargs)
  19.  
  20. File "sentry/web/api.py", line 55, in wrapped
  21. response = func(request, project, *args, **kwargs)
  22.  
  23. File "sentry/web/api.py", line 151, in store
  24. insert_data_to_database(data)
  25.  
  26. File "sentry/coreapi.py", line 328, in insert_data_to_database
  27. maybe_delay(store_event, data=data)
  28.  
  29. File "sentry/utils/queue.py", line 32, in maybe_delay
  30. return func(*args, **kwargs)
  31.  
  32. File "celery/app/task/__init__.py", line 262, in __call__
  33. return self.run(*args, **kwargs)
  34.  
  35. File "sentry/tasks/store.py", line 19, in store_event
  36. Group.objects.from_kwargs(**data)
  37.  
  38. File "django/db/transaction.py", line 217, in inner
  39. res = func(*args, **kwargs)
  40.  
  41. File "sentry/manager.py", line 485, in from_kwargs
  42. send_group_processors(group=group, event=event, is_new=is_new, is_sample=is_sample)
  43.  
  44. File "sentry/processors/base.py", line 17, in send_group_processors
  45. maybe_delay(post_process_group, group=group, **kwargs)
  46.  
  47. File "sentry/utils/queue.py", line 32, in maybe_delay
  48. return func(*args, **kwargs)
  49.  
  50. File "celery/app/task/__init__.py", line 262, in __call__
  51. return self.run(*args, **kwargs)
  52.  
  53. File "sentry/tasks/post_process.py", line 22, in post_process_group
  54. safe_execute(plugin.post_process, group=group, **kwargs)
  55.  
  56. File "sentry/utils/safe.py", line 31, in safe_execute
  57. transaction.savepoint_commit(sid)
  58.  
  59. File "django/db/transaction.py", line 182, in savepoint_commit
  60. connection.savepoint_commit(sid)
  61.  
  62. File "django/db/backends/__init__.py", line 240, in savepoint_commit
  63. self._savepoint_commit(sid)
  64.  
  65. File "django/db/backends/__init__.py", line 80, in _savepoint_commit
  66. self.cursor().execute(self.ops.savepoint_commit_sql(sid))
  67.  
  68. File "django/db/backends/postgresql_psycopg2/base.py", line 44, in execute
  69. return self.cursor.execute(query, args)
Add Comment
Please, Sign In to add comment