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
reading as binary
2024-09-06 18:27:50,106 [INFO ] : sendgrid_mailer_main: 173: Attempting to send email via Sendgrid API
Traceback (most recent call last):
File "/Users/vfedotovs/projects/v155-RC3-dev-20240906/src/ws/app/wsmodules/./sendgrid_mailer.py", line 175, in sendgrid_mailer_main
response = sendgrid_client.send(message)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/sendgrid/base_interface.py", line 63, in send
return self.client.mail.send.post(request_body=message)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/python_http_client/client.py", line 277, in http_request
self._make_request(opener, request, timeout=timeout)
File "/usr/local/lib/python3.11/site-packages/python_http_client/client.py", line 184, in _make_request
raise exc
python_http_client.exceptions.BadRequestsError: HTTP Error 400: Bad Request
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/vfedotovs/projects/v155-RC3-dev-20240906/src/ws/app/wsmodules/./sendgrid_mailer.py", line 189, in
sendgrid_mailer_main()
File "/Users/vfedotovs/projects/v155-RC3-dev-20240906/src/ws/app/wsmodules/./sendgrid_mailer.py", line 182, in sendgrid_mailer_main
log.info(f"{e.message}")
^^^^^^^^^
AttributeError: 'BadRequestsError' object has no attribute 'message'
The text was updated successfully, but these errors were encountered:
reading as binary
2024-09-06 18:27:50,106 [INFO ] : sendgrid_mailer_main: 173: Attempting to send email via Sendgrid API
Traceback (most recent call last):
File "/Users/vfedotovs/projects/v155-RC3-dev-20240906/src/ws/app/wsmodules/./sendgrid_mailer.py", line 175, in sendgrid_mailer_main
response = sendgrid_client.send(message)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/sendgrid/base_interface.py", line 63, in send
return self.client.mail.send.post(request_body=message)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/python_http_client/client.py", line 277, in http_request
self._make_request(opener, request, timeout=timeout)
File "/usr/local/lib/python3.11/site-packages/python_http_client/client.py", line 184, in _make_request
raise exc
python_http_client.exceptions.BadRequestsError: HTTP Error 400: Bad Request
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/vfedotovs/projects/v155-RC3-dev-20240906/src/ws/app/wsmodules/./sendgrid_mailer.py", line 189, in
sendgrid_mailer_main()
File "/Users/vfedotovs/projects/v155-RC3-dev-20240906/src/ws/app/wsmodules/./sendgrid_mailer.py", line 182, in sendgrid_mailer_main
log.info(f"{e.message}")
^^^^^^^^^
AttributeError: 'BadRequestsError' object has no attribute 'message'
The text was updated successfully, but these errors were encountered: