Skip to content

Instantly share code, notes, and snippets.

@ebellani
Created July 31, 2016 16:03
Show Gist options
  • Save ebellani/0962b59757d0bb7dd6b4c823bdeae773 to your computer and use it in GitHub Desktop.
Save ebellani/0962b59757d0bb7dd6b4c823bdeae773 to your computer and use it in GitHub Desktop.
[Sun Jul 31 09:58:27.693291 2016] [wsgi:error] [pid 7271:tid 140583779309312] # DEBUG: hubspot.make_context
[Sun Jul 31 09:58:27.735888 2016] [wsgi:error] [pid 7271:tid 140583779309312] ERROR:django.request:Internal Server Error: /accounts/signup/
[Sun Jul 31 09:58:27.735981 2016] [wsgi:error] [pid 7271:tid 140583779309312] Traceback (most recent call last):
[Sun Jul 31 09:58:27.736022 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/db/backends/utils.py", line 64, in execute
[Sun Jul 31 09:58:27.736056 2016] [wsgi:error] [pid 7271:tid 140583779309312] return self.cursor.execute(sql, params)
[Sun Jul 31 09:58:27.736069 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/db/backends/mysql/base.py", line 112, in execut
e
[Sun Jul 31 09:58:27.736080 2016] [wsgi:error] [pid 7271:tid 140583779309312] return self.cursor.execute(query, args)
[Sun Jul 31 09:58:27.736095 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/MySQLdb/cursors.py", line 226, in execute
[Sun Jul 31 09:58:27.736107 2016] [wsgi:error] [pid 7271:tid 140583779309312] self.errorhandler(self, exc, value)
[Sun Jul 31 09:58:27.736118 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandl
er
[Sun Jul 31 09:58:27.736132 2016] [wsgi:error] [pid 7271:tid 140583779309312] raise errorvalue
[Sun Jul 31 09:58:27.736144 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/MySQLdb/cursors.py", line 217, in execute
[Sun Jul 31 09:58:27.736158 2016] [wsgi:error] [pid 7271:tid 140583779309312] res = self._query(query)
[Sun Jul 31 09:58:27.736172 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/MySQLdb/cursors.py", line 378, in _query
[Sun Jul 31 09:58:27.736200 2016] [wsgi:error] [pid 7271:tid 140583779309312] rowcount = self._do_query(q)
[Sun Jul 31 09:58:27.736215 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/MySQLdb/cursors.py", line 341, in _do_query
[Sun Jul 31 09:58:27.736226 2016] [wsgi:error] [pid 7271:tid 140583779309312] db.query(q)
[Sun Jul 31 09:58:27.736239 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/MySQLdb/connections.py", line 280, in query
[Sun Jul 31 09:58:27.736254 2016] [wsgi:error] [pid 7271:tid 140583779309312] _mysql.connection.query(self, query)
[Sun Jul 31 09:58:27.736268 2016] [wsgi:error] [pid 7271:tid 140583779309312] _mysql_exceptions.IntegrityError: (1062, "Duplicate entry '' for key 'username'")
[Sun Jul 31 09:58:27.736293 2016] [wsgi:error] [pid 7271:tid 140583779309312]
[Sun Jul 31 09:58:27.736317 2016] [wsgi:error] [pid 7271:tid 140583779309312] The above exception was the direct cause of the following exception:
[Sun Jul 31 09:58:27.736330 2016] [wsgi:error] [pid 7271:tid 140583779309312]
[Sun Jul 31 09:58:27.736342 2016] [wsgi:error] [pid 7271:tid 140583779309312] Traceback (most recent call last):
[Sun Jul 31 09:58:27.736355 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/core/handlers/base.py", line 149, in get_respon
se
[Sun Jul 31 09:58:27.736368 2016] [wsgi:error] [pid 7271:tid 140583779309312] response = self.process_exception_by_middleware(e, request)
[Sun Jul 31 09:58:27.736381 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/core/handlers/base.py", line 147, in get_respon
se
[Sun Jul 31 09:58:27.736394 2016] [wsgi:error] [pid 7271:tid 140583779309312] response = wrapped_callback(request, *callback_args, **callback_kwargs)
[Sun Jul 31 09:58:27.736407 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/views/generic/base.py", line 68, in view
[Sun Jul 31 09:58:27.736420 2016] [wsgi:error] [pid 7271:tid 140583779309312] return self.dispatch(request, *args, **kwargs)
[Sun Jul 31 09:58:27.736433 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/utils/decorators.py", line 67, in _wrapper
[Sun Jul 31 09:58:27.736446 2016] [wsgi:error] [pid 7271:tid 140583779309312] return bound_func(*args, **kwargs)
[Sun Jul 31 09:58:27.736458 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/views/decorators/debug.py", line 76, in sensiti
ve_post_parameters_wrapper
[Sun Jul 31 09:58:27.736471 2016] [wsgi:error] [pid 7271:tid 140583779309312] return view(request, *args, **kwargs)
[Sun Jul 31 09:58:27.736484 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/utils/decorators.py", line 63, in bound_func
[Sun Jul 31 09:58:27.736497 2016] [wsgi:error] [pid 7271:tid 140583779309312] return func.__get__(self, type(self))(*args2, **kwargs2)
[Sun Jul 31 09:58:27.736510 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/allauth/account/views.py", line 177, in dispatch
[Sun Jul 31 09:58:27.736523 2016] [wsgi:error] [pid 7271:tid 140583779309312] return super(SignupView, self).dispatch(request, *args, **kwargs)
[Sun Jul 31 09:58:27.736536 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/allauth/account/views.py", line 66, in dispatch
[Sun Jul 31 09:58:27.736549 2016] [wsgi:error] [pid 7271:tid 140583779309312] **kwargs)
[Sun Jul 31 09:58:27.736561 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/allauth/account/views.py", line 155, in dispatch
[Sun Jul 31 09:58:27.736579 2016] [wsgi:error] [pid 7271:tid 140583779309312] **kwargs)
[Sun Jul 31 09:58:27.736593 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/views/generic/base.py", line 88, in dispatch
[Sun Jul 31 09:58:27.736606 2016] [wsgi:error] [pid 7271:tid 140583779309312] return handler(request, *args, **kwargs)
[Sun Jul 31 09:58:27.736618 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/allauth/account/views.py", line 82, in post
[Sun Jul 31 09:58:27.736632 2016] [wsgi:error] [pid 7271:tid 140583779309312] response = self.form_valid(form)
[Sun Jul 31 09:58:27.736644 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/allauth/account/views.py", line 192, in form_valid
[Sun Jul 31 09:58:27.736657 2016] [wsgi:error] [pid 7271:tid 140583779309312] self.user = form.save(self.request)
[Sun Jul 31 09:58:27.736670 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3/dist-packages/royalty_exchange_project/directory/forms.py", line 287,
in save
[Sun Jul 31 09:58:27.736683 2016] [wsgi:error] [pid 7271:tid 140583779309312] user.set_hubspot_context(request, "User Registration Form")
[Sun Jul 31 09:58:27.736696 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3/dist-packages/royalty_exchange_project/directory/models.py", line 102,
in set_hubspot_context
[Sun Jul 31 09:58:27.736709 2016] [wsgi:error] [pid 7271:tid 140583779309312] self.hubspot_context = hubspot.make_context(request, page_name)
[Sun Jul 31 09:58:27.736722 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3/dist-packages/royalty_exchange_project/directory/models.py", line 79,
in save
[Sun Jul 31 09:58:27.736735 2016] [wsgi:error] [pid 7271:tid 140583779309312] self.display_name = self.first_name + " " + self.last_name[0]
[Sun Jul 31 09:58:27.736748 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/contrib/auth/base_user.py", line 74, in save
[Sun Jul 31 09:58:27.736761 2016] [wsgi:error] [pid 7271:tid 140583779309312] super(AbstractBaseUser, self).save(*args, **kwargs)
[Sun Jul 31 09:58:27.736774 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/db/models/base.py", line 708, in save
[Sun Jul 31 09:58:27.736787 2016] [wsgi:error] [pid 7271:tid 140583779309312] force_update=force_update, update_fields=update_fields)
[Sun Jul 31 09:58:27.736813 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/db/models/base.py", line 736, in save_base
[Sun Jul 31 09:58:27.736826 2016] [wsgi:error] [pid 7271:tid 140583779309312] updated = self._save_table(raw, cls, force_insert, force_update, using, update_fields)
[Sun Jul 31 09:58:27.736852 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/db/models/base.py", line 820, in _save_table
[Sun Jul 31 09:58:27.736867 2016] [wsgi:error] [pid 7271:tid 140583779309312] result = self._do_insert(cls._base_manager, using, fields, update_pk, raw)
[Sun Jul 31 09:58:27.736881 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/db/models/base.py", line 859, in _do_insert
[Sun Jul 31 09:58:27.736907 2016] [wsgi:error] [pid 7271:tid 140583779309312] using=using, raw=raw)
[Sun Jul 31 09:58:27.736920 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/db/models/manager.py", line 122, in manager_met
hod
[Sun Jul 31 09:58:27.736933 2016] [wsgi:error] [pid 7271:tid 140583779309312] return getattr(self.get_queryset(), name)(*args, **kwargs)
[Sun Jul 31 09:58:27.736972 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/db/models/query.py", line 1039, in _insert
[Sun Jul 31 09:58:27.736987 2016] [wsgi:error] [pid 7271:tid 140583779309312] return query.get_compiler(using=using).execute_sql(return_id)
[Sun Jul 31 09:58:27.737001 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/db/models/sql/compiler.py", line 1060, in execu
te_sql
[Sun Jul 31 09:58:27.737015 2016] [wsgi:error] [pid 7271:tid 140583779309312] cursor.execute(sql, params)
[Sun Jul 31 09:58:27.737029 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/db/backends/utils.py", line 64, in execute
[Sun Jul 31 09:58:27.737042 2016] [wsgi:error] [pid 7271:tid 140583779309312] return self.cursor.execute(sql, params)
[Sun Jul 31 09:58:27.737055 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/db/utils.py", line 95, in __exit__
[Sun Jul 31 09:58:27.737069 2016] [wsgi:error] [pid 7271:tid 140583779309312] six.reraise(dj_exc_type, dj_exc_value, traceback)
[Sun Jul 31 09:58:27.737082 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/utils/six.py", line 685, in reraise
[Sun Jul 31 09:58:27.737095 2016] [wsgi:error] [pid 7271:tid 140583779309312] raise value.with_traceback(tb)
[Sun Jul 31 09:58:27.737108 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/db/backends/utils.py", line 64, in execute
[Sun Jul 31 09:58:27.737122 2016] [wsgi:error] [pid 7271:tid 140583779309312] return self.cursor.execute(sql, params)
[Sun Jul 31 09:58:27.737135 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/db/backends/mysql/base.py", line 112, in execut
e
[Sun Jul 31 09:58:27.737166 2016] [wsgi:error] [pid 7271:tid 140583779309312] return self.cursor.execute(query, args)
[Sun Jul 31 09:58:27.737191 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/MySQLdb/cursors.py", line 226, in execute
[Sun Jul 31 09:58:27.737204 2016] [wsgi:error] [pid 7271:tid 140583779309312] self.errorhandler(self, exc, value)
[Sun Jul 31 09:58:27.737217 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandl
er
[Sun Jul 31 09:58:27.737242 2016] [wsgi:error] [pid 7271:tid 140583779309312] raise errorvalue
[Sun Jul 31 09:58:27.737255 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/MySQLdb/cursors.py", line 217, in execute
[Sun Jul 31 09:58:27.737281 2016] [wsgi:error] [pid 7271:tid 140583779309312] res = self._query(query)
[Sun Jul 31 09:58:27.737294 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/MySQLdb/cursors.py", line 378, in _query
[Sun Jul 31 09:58:27.737307 2016] [wsgi:error] [pid 7271:tid 140583779309312] rowcount = self._do_query(q)
[Sun Jul 31 09:58:27.737320 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/MySQLdb/cursors.py", line 341, in _do_query
[Sun Jul 31 09:58:27.737334 2016] [wsgi:error] [pid 7271:tid 140583779309312] db.query(q)
[Sun Jul 31 09:58:27.737347 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/MySQLdb/connections.py", line 280, in query
[Sun Jul 31 09:58:27.737371 2016] [wsgi:error] [pid 7271:tid 140583779309312] _mysql.connection.query(self, query)
[Sun Jul 31 09:58:27.737387 2016] [wsgi:error] [pid 7271:tid 140583779309312] django.db.utils.IntegrityError: (1062, "Duplicate entry '' for key 'username'")
[Sun Jul 31 09:58:27.737406 2016] [wsgi:error] [pid 7271:tid 140583779309312]
[Sun Jul 31 10:00:28.609629 2016] [wsgi:error] [pid 7271:tid 140583779309312] # DEBUG: p1: cleaned data is {'first_name': 'Test', 'last_name': 'Test', 'password1': 'yodaBear922!', 'email': '
royaltyexchangetesting@gmail.com'}
[Sun Jul 31 10:00:28.609703 2016] [wsgi:error] [pid 7271:tid 140583779309312] # DEBUG: p2: cleaned data is {'first_name': 'Test', 'last_name': 'Test', 'password1': 'yodaBear922!', 'password2
': 'yodaBear922!', 'email': 'royaltyexchangetesting@gmail.com'}
[Sun Jul 31 10:00:28.612593 2016] [wsgi:error] [pid 7271:tid 140583779309312] # DEBUG: cleaned_data is {'last_name': 'Test', 'password1': 'yodaBear922!', 'buyer': True, 'seller': False, 'fir
st_name': 'Test', 'email': 'royaltyexchangetesting@gmail.com', 'accept_tc': True, 'country': 'US', 'phone': '9999999999', 'receive_newsletter': False, 'password2': 'yodaBear922!'}
[Sun Jul 31 10:00:28.612618 2016] [wsgi:error] [pid 7271:tid 140583779309312] # DEBUG: hubspot.make_context
[Sun Jul 31 10:00:28.612794 2016] [wsgi:error] [pid 7271:tid 140583779309312] # DEBUG: hs_context =
[Sun Jul 31 10:00:28.612804 2016] [wsgi:error] [pid 7271:tid 140583779309312] {'pageUrl': 'https://auctions.royaltyexchange.com/accounts/signup/', 'ipAdress': '50.183.17.156', 'pageName': 'U
ser Registration Form', 'hutk': '4287e52d47a363baf6d4f7906643eb43'}
[Sun Jul 31 10:00:28.612810 2016] [wsgi:error] [pid 7271:tid 140583779309312]
[Sun Jul 31 10:00:28.681300 2016] [wsgi:error] [pid 7271:tid 140583779309312] ERROR:django.request:Internal Server Error: /accounts/signup/
[Sun Jul 31 10:00:28.681388 2016] [wsgi:error] [pid 7271:tid 140583779309312] Traceback (most recent call last):
[Sun Jul 31 10:00:28.681404 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/db/backends/utils.py", line 64, in execute
[Sun Jul 31 10:00:28.681416 2016] [wsgi:error] [pid 7271:tid 140583779309312] return self.cursor.execute(sql, params)
[Sun Jul 31 10:00:28.681432 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/db/backends/mysql/base.py", line 112, in execut
e
[Sun Jul 31 10:00:28.681449 2016] [wsgi:error] [pid 7271:tid 140583779309312] return self.cursor.execute(query, args)
[Sun Jul 31 10:00:28.681496 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/MySQLdb/cursors.py", line 226, in execute
[Sun Jul 31 10:00:28.681512 2016] [wsgi:error] [pid 7271:tid 140583779309312] self.errorhandler(self, exc, value)
[Sun Jul 31 10:00:28.681525 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandl
er
[Sun Jul 31 10:00:28.681553 2016] [wsgi:error] [pid 7271:tid 140583779309312] raise errorvalue
[Sun Jul 31 10:00:28.681566 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/MySQLdb/cursors.py", line 217, in execute
[Sun Jul 31 10:00:28.681597 2016] [wsgi:error] [pid 7271:tid 140583779309312] res = self._query(query)
[Sun Jul 31 10:00:28.681612 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/MySQLdb/cursors.py", line 378, in _query
[Sun Jul 31 10:00:28.681624 2016] [wsgi:error] [pid 7271:tid 140583779309312] rowcount = self._do_query(q)
[Sun Jul 31 10:00:28.681649 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/MySQLdb/cursors.py", line 341, in _do_query
[Sun Jul 31 10:00:28.681665 2016] [wsgi:error] [pid 7271:tid 140583779309312] db.query(q)
[Sun Jul 31 10:00:28.681676 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/MySQLdb/connections.py", line 280, in query
[Sun Jul 31 10:00:28.681688 2016] [wsgi:error] [pid 7271:tid 140583779309312] _mysql.connection.query(self, query)
[Sun Jul 31 10:00:28.681714 2016] [wsgi:error] [pid 7271:tid 140583779309312] _mysql_exceptions.IntegrityError: (1062, "Duplicate entry '' for key 'username'")
[Sun Jul 31 10:00:28.681749 2016] [wsgi:error] [pid 7271:tid 140583779309312]
[Sun Jul 31 10:00:28.681773 2016] [wsgi:error] [pid 7271:tid 140583779309312] The above exception was the direct cause of the following exception:
[Sun Jul 31 10:00:28.681784 2016] [wsgi:error] [pid 7271:tid 140583779309312]
[Sun Jul 31 10:00:28.681797 2016] [wsgi:error] [pid 7271:tid 140583779309312] Traceback (most recent call last):
[Sun Jul 31 10:00:28.681816 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/core/handlers/base.py", line 149, in get_respon
se
[Sun Jul 31 10:00:28.681828 2016] [wsgi:error] [pid 7271:tid 140583779309312] response = self.process_exception_by_middleware(e, request)
[Sun Jul 31 10:00:28.681844 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/core/handlers/base.py", line 147, in get_respon
se
[Sun Jul 31 10:00:28.681856 2016] [wsgi:error] [pid 7271:tid 140583779309312] response = wrapped_callback(request, *callback_args, **callback_kwargs)
[Sun Jul 31 10:00:28.681871 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/views/generic/base.py", line 68, in view
[Sun Jul 31 10:00:28.681887 2016] [wsgi:error] [pid 7271:tid 140583779309312] return self.dispatch(request, *args, **kwargs)
[Sun Jul 31 10:00:28.681898 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/utils/decorators.py", line 67, in _wrapper
[Sun Jul 31 10:00:28.681914 2016] [wsgi:error] [pid 7271:tid 140583779309312] return bound_func(*args, **kwargs)
[Sun Jul 31 10:00:28.681930 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/views/decorators/debug.py", line 76, in sensiti
ve_post_parameters_wrapper
[Sun Jul 31 10:00:28.681949 2016] [wsgi:error] [pid 7271:tid 140583779309312] return view(request, *args, **kwargs)
[Sun Jul 31 10:00:28.681965 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/utils/decorators.py", line 63, in bound_func
[Sun Jul 31 10:00:28.681979 2016] [wsgi:error] [pid 7271:tid 140583779309312] return func.__get__(self, type(self))(*args2, **kwargs2)
[Sun Jul 31 10:00:28.681995 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/allauth/account/views.py", line 177, in dispatch
[Sun Jul 31 10:00:28.682010 2016] [wsgi:error] [pid 7271:tid 140583779309312] return super(SignupView, self).dispatch(request, *args, **kwargs)
[Sun Jul 31 10:00:28.682026 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/allauth/account/views.py", line 66, in dispatch
[Sun Jul 31 10:00:28.682041 2016] [wsgi:error] [pid 7271:tid 140583779309312] **kwargs)
[Sun Jul 31 10:00:28.682056 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/allauth/account/views.py", line 155, in dispatch
[Sun Jul 31 10:00:28.682071 2016] [wsgi:error] [pid 7271:tid 140583779309312] **kwargs)
[Sun Jul 31 10:00:28.682086 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/views/generic/base.py", line 88, in dispatch
[Sun Jul 31 10:00:28.682101 2016] [wsgi:error] [pid 7271:tid 140583779309312] return handler(request, *args, **kwargs)
[Sun Jul 31 10:00:28.682117 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/allauth/account/views.py", line 82, in post
[Sun Jul 31 10:00:28.682131 2016] [wsgi:error] [pid 7271:tid 140583779309312] response = self.form_valid(form)
[Sun Jul 31 10:00:28.682147 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/allauth/account/views.py", line 192, in form_valid
[Sun Jul 31 10:00:28.682165 2016] [wsgi:error] [pid 7271:tid 140583779309312] self.user = form.save(self.request)
[Sun Jul 31 10:00:28.682185 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3/dist-packages/royalty_exchange_project/directory/forms.py", line 287,
in save
[Sun Jul 31 10:00:28.682197 2016] [wsgi:error] [pid 7271:tid 140583779309312] user.set_hubspot_context(request, "User Registration Form")
[Sun Jul 31 10:00:28.682214 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3/dist-packages/royalty_exchange_project/directory/models.py", line 102,
in set_hubspot_context
[Sun Jul 31 10:00:28.682229 2016] [wsgi:error] [pid 7271:tid 140583779309312] self.hubspot_context = hubspot.make_context(request, page_name)
[Sun Jul 31 10:00:28.682248 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3/dist-packages/royalty_exchange_project/directory/models.py", line 79,
in save
[Sun Jul 31 10:00:28.682266 2016] [wsgi:error] [pid 7271:tid 140583779309312] self.display_name = self.first_name + " " + self.last_name[0]
[Sun Jul 31 10:00:28.682280 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/contrib/auth/base_user.py", line 74, in save
[Sun Jul 31 10:00:28.682297 2016] [wsgi:error] [pid 7271:tid 140583779309312] super(AbstractBaseUser, self).save(*args, **kwargs)
[Sun Jul 31 10:00:28.682312 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/db/models/base.py", line 708, in save
[Sun Jul 31 10:00:28.682324 2016] [wsgi:error] [pid 7271:tid 140583779309312] force_update=force_update, update_fields=update_fields)
[Sun Jul 31 10:00:28.682340 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/db/models/base.py", line 736, in save_base
[Sun Jul 31 10:00:28.682355 2016] [wsgi:error] [pid 7271:tid 140583779309312] updated = self._save_table(raw, cls, force_insert, force_update, using, update_fields)
[Sun Jul 31 10:00:28.682371 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/db/models/base.py", line 820, in _save_table
[Sun Jul 31 10:00:28.682387 2016] [wsgi:error] [pid 7271:tid 140583779309312] result = self._do_insert(cls._base_manager, using, fields, update_pk, raw)
[Sun Jul 31 10:00:28.682402 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/db/models/base.py", line 859, in _do_insert
[Sun Jul 31 10:00:28.682418 2016] [wsgi:error] [pid 7271:tid 140583779309312] using=using, raw=raw)
[Sun Jul 31 10:00:28.682430 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/db/models/manager.py", line 122, in manager_met
hod
[Sun Jul 31 10:00:28.682446 2016] [wsgi:error] [pid 7271:tid 140583779309312] return getattr(self.get_queryset(), name)(*args, **kwargs)
[Sun Jul 31 10:00:28.682463 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/db/models/query.py", line 1039, in _insert
[Sun Jul 31 10:00:28.682475 2016] [wsgi:error] [pid 7271:tid 140583779309312] return query.get_compiler(using=using).execute_sql(return_id)
[Sun Jul 31 10:00:28.682487 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/db/models/sql/compiler.py", line 1060, in execu
te_sql
[Sun Jul 31 10:00:28.682499 2016] [wsgi:error] [pid 7271:tid 140583779309312] cursor.execute(sql, params)
[Sun Jul 31 10:00:28.682510 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/db/backends/utils.py", line 64, in execute
[Sun Jul 31 10:00:28.682528 2016] [wsgi:error] [pid 7271:tid 140583779309312] return self.cursor.execute(sql, params)
[Sun Jul 31 10:00:28.682547 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/db/utils.py", line 95, in __exit__
[Sun Jul 31 10:00:28.682563 2016] [wsgi:error] [pid 7271:tid 140583779309312] six.reraise(dj_exc_type, dj_exc_value, traceback)
[Sun Jul 31 10:00:28.682574 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/utils/six.py", line 685, in reraise
[Sun Jul 31 10:00:28.682590 2016] [wsgi:error] [pid 7271:tid 140583779309312] raise value.with_traceback(tb)
[Sun Jul 31 10:00:28.682600 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/db/backends/utils.py", line 64, in execute
[Sun Jul 31 10:00:28.682616 2016] [wsgi:error] [pid 7271:tid 140583779309312] return self.cursor.execute(sql, params)
[Sun Jul 31 10:00:28.682627 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/django/db/backends/mysql/base.py", line 112, in execut
e
[Sun Jul 31 10:00:28.682643 2016] [wsgi:error] [pid 7271:tid 140583779309312] return self.cursor.execute(query, args)
[Sun Jul 31 10:00:28.682653 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/MySQLdb/cursors.py", line 226, in execute
[Sun Jul 31 10:00:28.682669 2016] [wsgi:error] [pid 7271:tid 140583779309312] self.errorhandler(self, exc, value)
[Sun Jul 31 10:00:28.682680 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandl
er
[Sun Jul 31 10:00:28.682695 2016] [wsgi:error] [pid 7271:tid 140583779309312] raise errorvalue
[Sun Jul 31 10:00:28.682706 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/MySQLdb/cursors.py", line 217, in execute
[Sun Jul 31 10:00:28.682722 2016] [wsgi:error] [pid 7271:tid 140583779309312] res = self._query(query)
[Sun Jul 31 10:00:28.682741 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/MySQLdb/cursors.py", line 378, in _query
[Sun Jul 31 10:00:28.682757 2016] [wsgi:error] [pid 7271:tid 140583779309312] rowcount = self._do_query(q)
[Sun Jul 31 10:00:28.682773 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/MySQLdb/cursors.py", line 341, in _do_query
[Sun Jul 31 10:00:28.682783 2016] [wsgi:error] [pid 7271:tid 140583779309312] db.query(q)
[Sun Jul 31 10:00:28.682795 2016] [wsgi:error] [pid 7271:tid 140583779309312] File "/usr/lib/auctions-env/lib/python3.5/site-packages/MySQLdb/connections.py", line 280, in query
[Sun Jul 31 10:00:28.682809 2016] [wsgi:error] [pid 7271:tid 140583779309312] _mysql.connection.query(self, query)
[Sun Jul 31 10:00:28.682824 2016] [wsgi:error] [pid 7271:tid 140583779309312] django.db.utils.IntegrityError: (1062, "Duplicate entry '' for key 'username'")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment