We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is all good on server side? My scheduled requests which worked so far got status 500:
{'_content': b'{"code":500,"message":"There was an error processing your request. It has been logged (ID e5ba184ffc84a17a)."}', '_content_consumed': True, '_next': None, 'status_code': 500, 'headers': {'Date': 'Tue, 14 Mar 2023 13:58:56 GMT', 'Content-Type': 'application/json', 'Content-Length': '110', 'Connection': 'keep-alive', port=None, port_specified=False, domain='ossindex.sonatype.org', domain_specified=False, domain_initial_dot=False, path='/', path_specified=True, secure=True, expires=1679407136, discard=False, comment=None, comment_url=None, rest={'SameSite': 'None'}, rfc2109=False)]>, 'elapsed': datetime.timedelta(0, 0, 121188), 'request': <PreparedRequest [POST]>, 'connection': <requests.adapters.HTTPAdapter object at 0x7f60b44f26d8>}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is all good on server side? My scheduled requests which worked so far got status 500:
{'_content': b'{"code":500,"message":"There was an error processing your request. It has been logged (ID e5ba184ffc84a17a)."}', '_content_consumed': True, '_next': None, 'status_code': 500, 'headers': {'Date': 'Tue, 14 Mar 2023 13:58:56 GMT', 'Content-Type': 'application/json', 'Content-Length': '110', 'Connection': 'keep-alive', port=None, port_specified=False, domain='ossindex.sonatype.org', domain_specified=False, domain_initial_dot=False, path='/', path_specified=True, secure=True, expires=1679407136, discard=False, comment=None, comment_url=None, rest={'SameSite': 'None'}, rfc2109=False)]>, 'elapsed': datetime.timedelta(0, 0, 121188), 'request': <PreparedRequest [POST]>, 'connection': <requests.adapters.HTTPAdapter object at 0x7f60b44f26d8>}
The text was updated successfully, but these errors were encountered: