← back to Ga Allsites

etl.err

447 lines

Traceback (most recent call last):
  File "/Users/macstudio3/Projects/ga-allsites/etl.py", line 123, in <module>
    raise SystemExit(main())
  File "/Users/macstudio3/Projects/ga-allsites/etl.py", line 44, in main
    from google.analytics.admin import AnalyticsAdminServiceClient
ModuleNotFoundError: No module named 'google'
I0805 07:44:14.997547 484048221 ev_poll_posix.cc:593] FD from fork parent still in poll list: fd(12, generation: 1)
I0805 07:44:14.997736 484048221 ev_poll_posix.cc:593] FD from fork parent still in poll list: fd(7, generation: 1)
I0805 22:54:21.699478 500106497 ev_poll_posix.cc:593] FD from fork parent still in poll list: fd(5, generation: 1)
I0806 20:54:40.197648 523660633 ev_poll_posix.cc:593] FD from fork parent still in poll list: fd(16, generation: 1)
I0806 21:56:20.608734 524639675 ev_poll_posix.cc:593] FD from fork parent still in poll list: fd(12, generation: 1)
I0807 01:02:25.933449 527535250 ev_poll_posix.cc:593] FD from fork parent still in poll list: fd(14, generation: 1)
I0814 18:43:18.049918 152348902 ev_poll_posix.cc:593] FD from fork parent still in poll list: fd(5, generation: 1)
I0815 07:28:22.515028 164803572 ev_poll_posix.cc:593] FD from fork parent still in poll list: fd(5, generation: 1)
I0815 07:58:54.955278 165376746 ev_poll_posix.cc:593] FD from fork parent still in poll list: fd(14, generation: 1)
I0817 06:35:46.276168 11388142 ev_poll_posix.cc:593] FD from fork parent still in poll list: fd(16, generation: 1)
I0817 09:56:22.544051  653473 ev_poll_posix.cc:593] FD from fork parent still in poll list: fd(12, generation: 1)
I0817 09:56:22.544191  653473 ev_poll_posix.cc:593] FD from fork parent still in poll list: fd(7, generation: 1)
I0818 21:32:44.205173 39226461 ev_poll_posix.cc:593] FD from fork parent still in poll list: fd(5, generation: 1)
Traceback (most recent call last):
  File "/opt/homebrew/lib/python3.14/site-packages/google/api_core/grpc_helpers.py", line 55, in error_remapped_callable
    return callable_(*args, **kwargs)
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_interceptor.py", line 276, in __call__
    response, ignored_call = self._with_call(
                             ~~~~~~~~~~~~~~~^
        request,
        ^^^^^^^^
    ...<4 lines>...
        compression=compression,
        ^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_interceptor.py", line 331, in _with_call
    return call.result(), call
           ~~~~~~~~~~~^^
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_channel.py", line 447, in result
    raise self
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_interceptor.py", line 314, in continuation
    response, call = self._thunk(new_method).with_call(
                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        request,
        ^^^^^^^^
    ...<4 lines>...
        compression=new_compression,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_channel.py", line 1182, in with_call
    return _end_unary_response_blocking(state, call, True, None)
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_channel.py", line 999, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "The service is currently unavailable."
	debug_error_string = "UNAVAILABLE:The service is currently unavailable."
>

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/Users/macstudio3/Projects/ga-allsites/etl.py", line 358, in <module>
    raise SystemExit(main())
                     ~~~~^^
  File "/Users/macstudio3/Projects/ga-allsites/etl.py", line 68, in main
    for s in admin.list_account_summaries():
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/opt/homebrew/lib/python3.14/site-packages/google/analytics/admin_v1alpha/services/analytics_admin_service/client.py", line 1885, in list_account_summaries
    response = rpc(
        request,
    ...<2 lines>...
        metadata=metadata,
    )
  File "/opt/homebrew/lib/python3.14/site-packages/google/api_core/gapic_v1/method.py", line 128, in __call__
    return wrapped_func(*args, **kwargs)
  File "/opt/homebrew/lib/python3.14/site-packages/google/api_core/grpc_helpers.py", line 57, in error_remapped_callable
    raise exceptions.from_grpc_error(exc) from exc
google.api_core.exceptions.ServiceUnavailable: 503 The service is currently unavailable.
I0821 17:19:26.440229 111345970 ev_poll_posix.cc:593] FD from fork parent still in poll list: fd(14, generation: 1)
I0825 21:34:57.342620 225761393 ev_poll_posix.cc:593] FD from fork parent still in poll list: fd(14, generation: 1)
I0826 23:14:47.937740 255826147 ev_poll_posix.cc:593] FD from fork parent still in poll list: fd(12, generation: 1)
I0831 20:44:44.701319 387513570 ev_poll_posix.cc:593] FD from fork parent still in poll list: fd(14, generation: 1)
I0831 21:20:04.974791 388142714 ev_poll_posix.cc:593] FD from fork parent still in poll list: fd(14, generation: 1)
I0901 05:59:32.817533 397676482 ev_poll_posix.cc:593] FD from fork parent still in poll list: fd(12, generation: 1)
I0901 21:42:44.110332 416211185 ev_poll_posix.cc:593] FD from fork parent still in poll list: fd(5, generation: 1)
Traceback (most recent call last):
  File "/opt/homebrew/lib/python3.14/site-packages/google/api_core/grpc_helpers.py", line 55, in error_remapped_callable
    return callable_(*args, **kwargs)
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_interceptor.py", line 276, in __call__
    response, ignored_call = self._with_call(
                             ~~~~~~~~~~~~~~~^
        request,
        ^^^^^^^^
    ...<4 lines>...
        compression=compression,
        ^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_interceptor.py", line 331, in _with_call
    return call.result(), call
           ~~~~~~~~~~~^^
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_channel.py", line 447, in result
    raise self
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_interceptor.py", line 314, in continuation
    response, call = self._thunk(new_method).with_call(
                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        request,
        ^^^^^^^^
    ...<4 lines>...
        compression=new_compression,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_channel.py", line 1182, in with_call
    return _end_unary_response_blocking(state, call, True, None)
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_channel.py", line 999, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "errors resolving analyticsadmin.googleapis.com:443: [field:hostname lookup error:address lookup failed for analyticsadmin.googleapis.com:443: DNS query cancelled]"
	debug_error_string = "UNAVAILABLE:errors resolving analyticsadmin.googleapis.com:443: [field:hostname lookup error:address lookup failed for analyticsadmin.googleapis.com:443: DNS query cancelled]"
>

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/Users/macstudio3/Projects/ga-allsites/etl.py", line 358, in <module>
    raise SystemExit(main())
                     ~~~~^^
  File "/Users/macstudio3/Projects/ga-allsites/etl.py", line 68, in main
    for s in admin.list_account_summaries():
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/opt/homebrew/lib/python3.14/site-packages/google/analytics/admin_v1alpha/services/analytics_admin_service/client.py", line 1885, in list_account_summaries
    response = rpc(
        request,
    ...<2 lines>...
        metadata=metadata,
    )
  File "/opt/homebrew/lib/python3.14/site-packages/google/api_core/gapic_v1/method.py", line 128, in __call__
    return wrapped_func(*args, **kwargs)
  File "/opt/homebrew/lib/python3.14/site-packages/google/api_core/grpc_helpers.py", line 57, in error_remapped_callable
    raise exceptions.from_grpc_error(exc) from exc
google.api_core.exceptions.ServiceUnavailable: 503 errors resolving analyticsadmin.googleapis.com:443: [field:hostname lookup error:address lookup failed for analyticsadmin.googleapis.com:443: DNS query cancelled]
I0909 09:37:34.914476 650773314 ev_poll_posix.cc:593] FD from fork parent still in poll list: fd(14, generation: 1)
I0912 07:58:10.512350 734324371 ev_poll_posix.cc:593] FD from fork parent still in poll list: fd(5, generation: 1)
I0912 14:25:53.072149 741581908 ev_poll_posix.cc:593] FD from fork parent still in poll list: fd(5, generation: 1)
I0912 19:37:48.412222 746983414 ev_poll_posix.cc:593] FD from fork parent still in poll list: fd(12, generation: 1)
Traceback (most recent call last):
  File "/opt/homebrew/lib/python3.14/site-packages/google/api_core/grpc_helpers.py", line 55, in error_remapped_callable
    return callable_(*args, **kwargs)
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_interceptor.py", line 276, in __call__
    response, ignored_call = self._with_call(
                             ~~~~~~~~~~~~~~~^
        request,
        ^^^^^^^^
    ...<4 lines>...
        compression=compression,
        ^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_interceptor.py", line 331, in _with_call
    return call.result(), call
           ~~~~~~~~~~~^^
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_channel.py", line 447, in result
    raise self
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_interceptor.py", line 314, in continuation
    response, call = self._thunk(new_method).with_call(
                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        request,
        ^^^^^^^^
    ...<4 lines>...
        compression=new_compression,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_channel.py", line 1182, in with_call
    return _end_unary_response_blocking(state, call, True, None)
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_channel.py", line 999, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "errors resolving analyticsadmin.googleapis.com:443: [field:hostname lookup error:address lookup failed for analyticsadmin.googleapis.com:443: Could not contact DNS servers]"
	debug_error_string = "UNAVAILABLE:errors resolving analyticsadmin.googleapis.com:443: [field:hostname lookup error:address lookup failed for analyticsadmin.googleapis.com:443: Could not contact DNS servers]"
>

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/Users/macstudio3/Projects/ga-allsites/etl.py", line 358, in <module>
    raise SystemExit(main())
                     ~~~~^^
  File "/Users/macstudio3/Projects/ga-allsites/etl.py", line 68, in main
    for s in admin.list_account_summaries():
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/opt/homebrew/lib/python3.14/site-packages/google/analytics/admin_v1alpha/services/analytics_admin_service/client.py", line 1885, in list_account_summaries
    response = rpc(
        request,
    ...<2 lines>...
        metadata=metadata,
    )
  File "/opt/homebrew/lib/python3.14/site-packages/google/api_core/gapic_v1/method.py", line 128, in __call__
    return wrapped_func(*args, **kwargs)
  File "/opt/homebrew/lib/python3.14/site-packages/google/api_core/grpc_helpers.py", line 57, in error_remapped_callable
    raise exceptions.from_grpc_error(exc) from exc
google.api_core.exceptions.ServiceUnavailable: 503 errors resolving analyticsadmin.googleapis.com:443: [field:hostname lookup error:address lookup failed for analyticsadmin.googleapis.com:443: Could not contact DNS servers]
I0916 09:16:42.200618 61401705 ev_poll_posix.cc:593] FD from fork parent still in poll list: fd(12, generation: 1)
I0921 20:36:20.697808 21376826 ev_poll_posix.cc:593] FD from fork parent still in poll list: fd(8, generation: 1)
Traceback (most recent call last):
  File "/opt/homebrew/lib/python3.14/site-packages/google/api_core/grpc_helpers.py", line 55, in error_remapped_callable
    return callable_(*args, **kwargs)
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_interceptor.py", line 276, in __call__
    response, ignored_call = self._with_call(
                             ~~~~~~~~~~~~~~~^
        request,
        ^^^^^^^^
    ...<4 lines>...
        compression=compression,
        ^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_interceptor.py", line 331, in _with_call
    return call.result(), call
           ~~~~~~~~~~~^^
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_channel.py", line 447, in result
    raise self
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_interceptor.py", line 314, in continuation
    response, call = self._thunk(new_method).with_call(
                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        request,
        ^^^^^^^^
    ...<4 lines>...
        compression=new_compression,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_channel.py", line 1182, in with_call
    return _end_unary_response_blocking(state, call, True, None)
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_channel.py", line 999, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "errors resolving analyticsadmin.googleapis.com:443: [field:hostname lookup error:address lookup failed for analyticsadmin.googleapis.com:443: DNS query cancelled]"
	debug_error_string = "UNAVAILABLE:errors resolving analyticsadmin.googleapis.com:443: [field:hostname lookup error:address lookup failed for analyticsadmin.googleapis.com:443: DNS query cancelled]"
>

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/Users/macstudio3/Projects/ga-allsites/etl.py", line 358, in <module>
    raise SystemExit(main())
                     ~~~~^^
  File "/Users/macstudio3/Projects/ga-allsites/etl.py", line 68, in main
    for s in admin.list_account_summaries():
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/opt/homebrew/lib/python3.14/site-packages/google/analytics/admin_v1alpha/services/analytics_admin_service/client.py", line 1885, in list_account_summaries
    response = rpc(
        request,
    ...<2 lines>...
        metadata=metadata,
    )
  File "/opt/homebrew/lib/python3.14/site-packages/google/api_core/gapic_v1/method.py", line 128, in __call__
    return wrapped_func(*args, **kwargs)
  File "/opt/homebrew/lib/python3.14/site-packages/google/api_core/grpc_helpers.py", line 57, in error_remapped_callable
    raise exceptions.from_grpc_error(exc) from exc
google.api_core.exceptions.ServiceUnavailable: 503 errors resolving analyticsadmin.googleapis.com:443: [field:hostname lookup error:address lookup failed for analyticsadmin.googleapis.com:443: DNS query cancelled]
Traceback (most recent call last):
  File "/opt/homebrew/lib/python3.14/site-packages/google/api_core/grpc_helpers.py", line 55, in error_remapped_callable
    return callable_(*args, **kwargs)
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_interceptor.py", line 276, in __call__
    response, ignored_call = self._with_call(
                             ~~~~~~~~~~~~~~~^
        request,
        ^^^^^^^^
    ...<4 lines>...
        compression=compression,
        ^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_interceptor.py", line 331, in _with_call
    return call.result(), call
           ~~~~~~~~~~~^^
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_channel.py", line 447, in result
    raise self
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_interceptor.py", line 314, in continuation
    response, call = self._thunk(new_method).with_call(
                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        request,
        ^^^^^^^^
    ...<4 lines>...
        compression=new_compression,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_channel.py", line 1182, in with_call
    return _end_unary_response_blocking(state, call, True, None)
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_channel.py", line 999, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "errors resolving analyticsadmin.googleapis.com:443: [field:hostname lookup error:address lookup failed for analyticsadmin.googleapis.com:443: Could not contact DNS servers]"
	debug_error_string = "UNAVAILABLE:errors resolving analyticsadmin.googleapis.com:443: [field:hostname lookup error:address lookup failed for analyticsadmin.googleapis.com:443: Could not contact DNS servers]"
>

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/Users/macstudio3/Projects/ga-allsites/etl.py", line 358, in <module>
    raise SystemExit(main())
                     ~~~~^^
  File "/Users/macstudio3/Projects/ga-allsites/etl.py", line 68, in main
    for s in admin.list_account_summaries():
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/opt/homebrew/lib/python3.14/site-packages/google/analytics/admin_v1alpha/services/analytics_admin_service/client.py", line 1885, in list_account_summaries
    response = rpc(
        request,
    ...<2 lines>...
        metadata=metadata,
    )
  File "/opt/homebrew/lib/python3.14/site-packages/google/api_core/gapic_v1/method.py", line 128, in __call__
    return wrapped_func(*args, **kwargs)
  File "/opt/homebrew/lib/python3.14/site-packages/google/api_core/grpc_helpers.py", line 57, in error_remapped_callable
    raise exceptions.from_grpc_error(exc) from exc
google.api_core.exceptions.ServiceUnavailable: 503 errors resolving analyticsadmin.googleapis.com:443: [field:hostname lookup error:address lookup failed for analyticsadmin.googleapis.com:443: Could not contact DNS servers]
Traceback (most recent call last):
  File "/opt/homebrew/lib/python3.14/site-packages/google/api_core/grpc_helpers.py", line 55, in error_remapped_callable
    return callable_(*args, **kwargs)
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_interceptor.py", line 276, in __call__
    response, ignored_call = self._with_call(
                             ~~~~~~~~~~~~~~~^
        request,
        ^^^^^^^^
    ...<4 lines>...
        compression=compression,
        ^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_interceptor.py", line 331, in _with_call
    return call.result(), call
           ~~~~~~~~~~~^^
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_channel.py", line 447, in result
    raise self
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_interceptor.py", line 314, in continuation
    response, call = self._thunk(new_method).with_call(
                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        request,
        ^^^^^^^^
    ...<4 lines>...
        compression=new_compression,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_channel.py", line 1182, in with_call
    return _end_unary_response_blocking(state, call, True, None)
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_channel.py", line 999, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "errors resolving analyticsadmin.googleapis.com:443: [field:hostname lookup error:address lookup failed for analyticsadmin.googleapis.com:443: DNS query cancelled]"
	debug_error_string = "UNAVAILABLE:errors resolving analyticsadmin.googleapis.com:443: [field:hostname lookup error:address lookup failed for analyticsadmin.googleapis.com:443: DNS query cancelled]"
>

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/Users/macstudio3/Projects/ga-allsites/etl.py", line 358, in <module>
    raise SystemExit(main())
                     ~~~~^^
  File "/Users/macstudio3/Projects/ga-allsites/etl.py", line 68, in main
    for s in admin.list_account_summaries():
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/opt/homebrew/lib/python3.14/site-packages/google/analytics/admin_v1alpha/services/analytics_admin_service/client.py", line 1885, in list_account_summaries
    response = rpc(
        request,
    ...<2 lines>...
        metadata=metadata,
    )
  File "/opt/homebrew/lib/python3.14/site-packages/google/api_core/gapic_v1/method.py", line 128, in __call__
    return wrapped_func(*args, **kwargs)
  File "/opt/homebrew/lib/python3.14/site-packages/google/api_core/grpc_helpers.py", line 57, in error_remapped_callable
    raise exceptions.from_grpc_error(exc) from exc
google.api_core.exceptions.ServiceUnavailable: 503 errors resolving analyticsadmin.googleapis.com:443: [field:hostname lookup error:address lookup failed for analyticsadmin.googleapis.com:443: DNS query cancelled]
Traceback (most recent call last):
  File "/opt/homebrew/lib/python3.14/site-packages/google/api_core/grpc_helpers.py", line 55, in error_remapped_callable
    return callable_(*args, **kwargs)
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_interceptor.py", line 276, in __call__
    response, ignored_call = self._with_call(
                             ~~~~~~~~~~~~~~~^
        request,
        ^^^^^^^^
    ...<4 lines>...
        compression=compression,
        ^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_interceptor.py", line 331, in _with_call
    return call.result(), call
           ~~~~~~~~~~~^^
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_channel.py", line 447, in result
    raise self
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_interceptor.py", line 314, in continuation
    response, call = self._thunk(new_method).with_call(
                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        request,
        ^^^^^^^^
    ...<4 lines>...
        compression=new_compression,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_channel.py", line 1182, in with_call
    return _end_unary_response_blocking(state, call, True, None)
  File "/opt/homebrew/lib/python3.14/site-packages/grpc/_channel.py", line 999, in _end_unary_response_blocking
    raise _InactiveRpcError(state)  # pytype: disable=not-instantiable
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "errors resolving analyticsadmin.googleapis.com:443: [field:hostname lookup error:address lookup failed for analyticsadmin.googleapis.com:443: Could not contact DNS servers]"
	debug_error_string = "UNAVAILABLE:errors resolving analyticsadmin.googleapis.com:443: [field:hostname lookup error:address lookup failed for analyticsadmin.googleapis.com:443: Could not contact DNS servers]"
>

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/Users/macstudio3/Projects/ga-allsites/etl.py", line 358, in <module>
    raise SystemExit(main())
                     ~~~~^^
  File "/Users/macstudio3/Projects/ga-allsites/etl.py", line 68, in main
    for s in admin.list_account_summaries():
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/opt/homebrew/lib/python3.14/site-packages/google/analytics/admin_v1alpha/services/analytics_admin_service/client.py", line 1885, in list_account_summaries
    response = rpc(
        request,
    ...<2 lines>...
        metadata=metadata,
    )
  File "/opt/homebrew/lib/python3.14/site-packages/google/api_core/gapic_v1/method.py", line 128, in __call__
    return wrapped_func(*args, **kwargs)
  File "/opt/homebrew/lib/python3.14/site-packages/google/api_core/grpc_helpers.py", line 57, in error_remapped_callable
    raise exceptions.from_grpc_error(exc) from exc
google.api_core.exceptions.ServiceUnavailable: 503 errors resolving analyticsadmin.googleapis.com:443: [field:hostname lookup error:address lookup failed for analyticsadmin.googleapis.com:443: Could not contact DNS servers]
I0925 19:04:46.037621 3115812 ev_poll_posix.cc:593] FD from fork parent still in poll list: fd(12, generation: 1)