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
[wpeet@wpeet-lx01]> /proj/newton/_PySysC/pysysc-env/bin/python router_example.py DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): center.conan.io:443 DEBUG:urllib3.connectionpool:https://center.conan.io:443 "GET /v1/ping HTTP/1.1" 200 0 DEBUG:urllib3.connectionpool:https://center.conan.io:443 "GET /v1/conans/SystemC/2.3.3/minres/stable/download_urls HTTP/1.1" 404 74 DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.bintray.com:443 DEBUG:urllib3.connectionpool:https://api.bintray.com:443 "GET /conan/minres/conan-repo/v1/ping HTTP/1.1" 403 162 Traceback (most recent call last): File "/proj/newton/_PySysC/pysysc-env/lib/python3.9/site-packages/conans/client/rest/auth_manager.py", line 40, in call_rest_api_method ret = getattr(rest_client, method_name)(*args, **kwargs) File "/proj/newton/_PySysC/pysysc-env/lib/python3.9/site-packages/conans/client/rest/rest_client.py", line 162, in get_latest_recipe_revision return self._get_api().get_latest_recipe_revision(ref) File "/proj/newton/_PySysC/pysysc-env/lib/python3.9/site-packages/conans/client/rest/rest_client.py", line 64, in _get_api revisions = self._capable(REVISIONS) File "/proj/newton/_PySysC/pysysc-env/lib/python3.9/site-packages/conans/client/rest/rest_client.py", line 56, in _capable capabilities = tmp.server_capabilities(user, password) File "/proj/newton/_PySysC/pysysc-env/lib/python3.9/site-packages/conans/client/rest/rest_client_common.py", line 172, in server_capabilities raise get_exception_from_error(ret.status_code)(response_to_str(ret)) conans.errors.ForbiddenException: 403: Forbidden
The text was updated successfully, but these errors were encountered:
What does router_example.py contain? Can you describe what you ar doing? Just pasting some error output is not sufficient
Sorry, something went wrong.
If the router_example relates to https://git.minres.com/SystemC/PySysC-SC/ then please pull the latest version.
No branches or pull requests
[wpeet@wpeet-lx01]> /proj/newton/_PySysC/pysysc-env/bin/python router_example.py
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): center.conan.io:443
DEBUG:urllib3.connectionpool:https://center.conan.io:443 "GET /v1/ping HTTP/1.1" 200 0
DEBUG:urllib3.connectionpool:https://center.conan.io:443 "GET /v1/conans/SystemC/2.3.3/minres/stable/download_urls HTTP/1.1" 404 74
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): api.bintray.com:443
DEBUG:urllib3.connectionpool:https://api.bintray.com:443 "GET /conan/minres/conan-repo/v1/ping HTTP/1.1" 403 162
Traceback (most recent call last):
File "/proj/newton/_PySysC/pysysc-env/lib/python3.9/site-packages/conans/client/rest/auth_manager.py", line 40, in call_rest_api_method
ret = getattr(rest_client, method_name)(*args, **kwargs)
File "/proj/newton/_PySysC/pysysc-env/lib/python3.9/site-packages/conans/client/rest/rest_client.py", line 162, in get_latest_recipe_revision
return self._get_api().get_latest_recipe_revision(ref)
File "/proj/newton/_PySysC/pysysc-env/lib/python3.9/site-packages/conans/client/rest/rest_client.py", line 64, in _get_api
revisions = self._capable(REVISIONS)
File "/proj/newton/_PySysC/pysysc-env/lib/python3.9/site-packages/conans/client/rest/rest_client.py", line 56, in _capable
capabilities = tmp.server_capabilities(user, password)
File "/proj/newton/_PySysC/pysysc-env/lib/python3.9/site-packages/conans/client/rest/rest_client_common.py", line 172, in server_capabilities
raise get_exception_from_error(ret.status_code)(response_to_str(ret))
conans.errors.ForbiddenException: 403: Forbidden
The text was updated successfully, but these errors were encountered: