conans.errors.ForbiddenException: 403: Forbidden
[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
What does router_example.py contain? Can you describe what you ar doing? Just pasting some error output is not sufficient
If the router_example relates to https://git.minres.com/SystemC/PySysC-SC/ then please pull the latest version.