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
Jan 31 16:18:57 tap gunicorn[13171]: Ignoring exception in on_member_join
Jan 31 16:18:57 tap gunicorn[13171]: Traceback (most recent call last):
Jan 31 16:18:57 tap gunicorn[13171]: File "/webserver/csua-backend/apps/discordbot/bot.py", line 49, in verify_member_email
Jan 31 16:18:57 tap gunicorn[13171]: validate_email(msg.content)
Jan 31 16:18:57 tap gunicorn[13171]: File "/webserver/csua-backend/venv/lib/python3.6/site-packages/django/core/validators.py", line 191, in __call__
Jan 31 16:18:57 tap gunicorn[13171]: raise ValidationError(self.message, code=self.code)
Jan 31 16:18:57 tap gunicorn[13171]: django.core.exceptions.ValidationError: ['Enter a valid email address.']
Jan 31 16:18:57 tap gunicorn[13171]: During handling of the above exception, another exception occurred:
Jan 31 16:18:57 tap gunicorn[13171]: Traceback (most recent call last):
Jan 31 16:18:57 tap gunicorn[13171]: File "/webserver/csua-backend/venv/lib/python3.6/site-packages/discord/client.py", line 343, in _run_event
Jan 31 16:18:57 tap gunicorn[13171]: await coro(*args, **kwargs)
Jan 31 16:18:57 tap gunicorn[13171]: File "/webserver/csua-backend/apps/discordbot/bot.py", line 112, in on_member_join
Jan 31 16:18:57 tap gunicorn[13171]: await self.verify_member_email(member)
Jan 31 16:18:57 tap gunicorn[13171]: File "/webserver/csua-backend/apps/discordbot/bot.py", line 63, in verify_member_email
Jan 31 16:18:57 tap gunicorn[13171]: e,
Jan 31 16:18:57 tap gunicorn[13171]: TypeError: send() takes from 1 to 2 positional arguments but 3 were given
csua-backend/apps/discordbot/bot.py
Lines 60 to 64 in ff5ae5e
The text was updated successfully, but these errors were encountered: