Skip to content

Account blocked after running tests #918

@DougCal

Description

@DougCal

Issue Summary

Made a contribution recently, but when I tried to run the tests, I get python_http_client.exceptions.UnauthorizedError: HTTP Error 401: UNAUTHORIZED several times. This happened to me on two free accounts. Still new, so it's possible I might've did something wrong. I attempted to contact support a few times about this and unlocking my account, but haven't gotten any response and it's been over a week.

Steps to Reproduce

  1. Create new free SendGrid account
  2. Run python -m pip install -r requirements.txt
  3. Run python -m unittest discover -v

Exception/Log

There's 231 failing out of the 305 tests, so I'll show one example

======================================================================
ERROR: test_whitelabel_links_subuser_get (test.test_sendgrid.UnitTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/johncalhoun/Documents/Projects/sendgrid-python/test/test_sendgrid.py", line 2248, in test_whitelabel_links_subuser_get
    query_params=params, request_headers=headers)
  File "/usr/local/lib/python3.7/site-packages/python_http_client/client.py", line 262, in http_request
    self._make_request(opener, request, timeout=timeout)
  File "/usr/local/lib/python3.7/site-packages/python_http_client/client.py", line 178, in _make_request
    raise exc
python_http_client.exceptions.UnauthorizedError: HTTP Error 401: UNAUTHORIZED

Technical details:

  • sendgrid-python version: commit 3415520
  • python version: 3.7.7

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: questionquestion directed at the library

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions