还未发布过话题
  • 楼主,您好,坑 4 您是如何解决的。我的报错提示是
    Traceback (most recent call last):
    File "butler.py", line 282, in
    main()
    File "butler.py", line 256, in main
    command.execute(args)
    File "src/local/butler/run_server.py", line 162, in execute
    test_utils.setup_pubsub(constants.TEST_APP_ID)
    File "/clusterfuzz/src/python/tests/test_libs/test_utils.py", line 308, in setup_pubsub
    create_pubsub_topic(client, project, queue['name'])
    File "/clusterfuzz/src/python/tests/test_libs/test_utils.py", line 284, in _create_pubsub_topic
    if client.get_topic(full_name):
    File "/clusterfuzz/src/python/google_cloud_utils/pubsub.py", line 192, in get_topic
    request = self._api_client().projects().topics().get(topic=name)
    File "/clusterfuzz/src/python/base/retry.py", line 88, in _wrapper
    result = func(*args, **kwargs)
    File "/clusterfuzz/src/python/google_cloud_utils/pubsub.py", line 89, in _api_client
    discovery.DISCOVERY_URI.format(api='pubsub', apiVersion='v1'))
    File "/clusterfuzz/src/third_party/httplib2/
    init.py", line 1694, in request
    (response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
    File "/clusterfuzz/src/third_party/httplib2/
    init.py", line 1434, in _request
    (response, content) = self._conn_request(conn, request_uri, method, body, headers)
    File "/clusterfuzz/src/third_party/httplib2/
    init_.py", line 1360, in _conn_request
    raise ServerNotFoundError("Unable to find the server at %s" % conn.host)
    httplib2.ServerNotFoundError: Unable to find the server at www.googleapis.com