⏱️ Duration: 17.07s
❌ Error:
self = <urllib3.connectionpool.HTTPSConnectionPool object at 0x7f5e309117b0>
method = 'GET'
url = '/services/distribution-scheduler/ext/v1/posts?fromDate=2028-04-01&toDate=2028-05-30&type=&target=INSTAGRAM,%20TWITTER,%20TIK_TOK,%20YOUTUBE_CHANNEL'
body = None
headers = {'User-Agent': 'python-requests/2.31.0', 'Accept-Encoding': 'gzip, deflate, br', 'Accept': '*/*', 'Connection': 'keep-...I6IiIsImV4cCI6MTc2NDg5NDk5NSwiaWF0IjoxNzY0ODkxMzk1LCJpc3MiOiJBdXRoQVBJIn0.n3tfr9_KqIJrSWjZTV7ThDWWBq1pLfC8fEGUhAhPfCI'}
retries = Retry(total=0, connect=None, read=False, redirect=None, status=None)
redirect = False, assert_same_host = False
timeout = Timeout(connect=None, read=None, total=None), pool_timeout = None
release_conn = False, chunked = False, body_pos = None
response_kw = {'decode_content': False, 'preload_content': False}
parsed_url = Url(scheme=None, auth=None, host=None, port=None, path='/services/distribution-scheduler/ext/v1/posts', query='fromDate=2028-04-01&toDate=2028-05-30&type=&target=INSTAGRAM,%20TWITTER,%20TIK_TOK,%20YOUTUBE_CHANNEL', fragment=None)
destination_scheme = None, conn = None, release_this_conn = True
http_tunnel_required = False, err = None, clean_exit = False
def urlopen(
self,
method,
url,
body=None,
headers=None,
retries=None,
redirect=True,
assert_same_host=True,
timeout=_Default,
pool_timeout=None,
release_conn=None,
chunked=False,
body_pos=None,
**response_kw
):
"""
Get a connection from the pool and perform an HTTP request. This is the
lowest level call for making a request, so you'll need to specify all
the raw details.
.. note::
More commonly, it's appropriate to use a convenience method provided
by :class:`.RequestMethods`, such as :meth:`request`.
.. note::
`release_conn` will only behave as expected if
`pr