Hi Fran,
Jan here. 
I’m Ffllowing up on Paul’s behalf here, cause he’s on vacation this week.
Down below you can find the logs without adding sudo.
The Mac OS is Sequoia 15.2.
-
We’ve tried running the command in different variations (ex. with and without https:// in the store address; with and without the store flag… )
-
We’ve tried downgrading to a previous CLI version as Paul mentioned above.
-
We’ve tried with and without SUDO
-
And we made sure Git,Ruby,Node are upto date. (But I think ruby is not even required anymore, with the latest version.)
Anyways!
Unfortunately we haven’t been able to get it to work yet and are running out of ideas.
Appreciate any input or things we could test. 
shopify theme pull --verbose --store https://eprosperfy.myshopify.com
2025-02-10T16:20:59.067Z: Checking if there's a version of @shopify/cli newer than 3.74.0
2025-02-10T16:20:59.069Z: Getting the latest version of NPM package: @shopify/cli
💡 Version 3.74.1 available! Run `npm install -g @shopify/cli@latest`
2025-02-10T16:20:59.569Z: Running command theme pull
2025-02-10T16:20:59.573Z: No cached notifications found. Fetching them...
2025-02-10T16:20:59.737Z: Request to https://cdn.shopify.com/static/cli/notifications.json completed in 163 ms
With response headers:
- cache-control: public, max-age=86400
- content-type: application/json
- server-timing: imagery;dur=106.021, imageryFetch;dur=101.809, cfRequestDuration;dur=16.000032
- x-request-id: dcaa9e0e-d179-4795-aeef-55650b182a92-1739120639
2025-02-10T16:20:59.757Z: Notifications to show: 0
2025-02-10T16:20:59.772Z: Ensuring that the user is authenticated with the Theme API with the following scopes:
[]
2025-02-10T16:20:59.773Z: Ensuring that the user is authenticated with the Admin API with the following scopes for the store eprosperfy.myshopify.com:
[]
2025-02-10T16:20:59.773Z: Getting session store...
2025-02-10T16:20:59.774Z: Validating existing session against the scopes:
[
"openid",
"https://api.shopify.com/auth/shop.admin.graphql",
"https://api.shopify.com/auth/shop.admin.themes",
"https://api.shopify.com/auth/partners.collaborator-relationships.readonly",
"https://api.shopify.com/auth/shop.storefront-renderer.devtools",
"https://api.shopify.com/auth/partners.app.cli.access",
"https://api.shopify.com/auth/destinations.readonly",
"https://api.shopify.com/auth/organization.store-management",
"https://api.shopify.com/auth/organization.apps.manage"
]
For applications:
{
"adminApi": {
"scopes": [],
"storeFqdn": "eprosperfy.myshopify.com"
}
}
2025-02-10T16:20:59.775Z: Sending GET request to URL https://accounts.shopify.com/.well-known/openid-configuration.json
With request headers:
- User-Agent: Shopify CLI; v=3.74.0
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: darwin
- Content-Type: application/json
2025-02-10T16:21:00.103Z: Request to https://accounts.shopify.com/.well-known/openid-configuration.json completed in 328 ms
With response headers:
- cache-control: no-cache, no-store, private, must-revalidate, max-age=0
- content-type: application/json; charset=utf-8
- etag: W/"73d241ff8637e82a52ff610e4476c701"
- server-timing: processing;dur=10, socket_queue;dur=1.614, edge;dur=0.043, util;dur=0.15, cfRequestDuration;dur=171.999931
- x-request-id: 1d84ba88-9b22-4941-9a7c-d609c38f41c7-1739204459
2025-02-10T16:21:00.114Z: Sending Identity Introspection request to URL: https://accounts.shopify.com/oauth/introspection
2025-02-10T16:21:00.115Z: Sending POST request to URL https://accounts.shopify.com/oauth/introspection
With request headers:
- User-Agent: Shopify CLI; v=3.74.0
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: darwin
- Content-Type: application/json
2025-02-10T16:21:00.347Z: Request to https://accounts.shopify.com/oauth/introspection completed in 232 ms
With response headers:
- cache-control: no-cache
- content-type: text/html
- server-timing: processing;dur=7, socket_queue;dur=1.182, edge;dur=4.043, util;dur=0.25, cfRequestDuration;dur=90.999842
- x-request-id: 96ef1eb8-38e2-4a6a-bf33-957d5c223600-1739204460
2025-02-10T16:21:00.347Z: The Introspection request failed with:
- status: 401
- www-authenticate header: "error=\"invalid_token\",error_description=\"The access token provided is expired, revoked, malformed or invalid for other reasons.\""
- body: ""
2025-02-10T16:21:00.348Z:
The validation of the token for application/identity completed with the following results:
- It's expired: true
- It's invalid in identity: true
2025-02-10T16:21:00.348Z: The current session is valid but needs refresh. Refreshing...
2025-02-10T16:21:00.349Z: Sending POST request to URL https://accounts.shopify.com/oauth/token?grant_type=refresh_token&access_token=atkn_CjQIiY-OvQYQqceOvQZSJggBEhD5_6pyO8xBoojgP3k02zAHGhDdW-jN2i5MN727B9eiXw2EEkDKnMcoXnvRhxg2OEhW-bEVoKyyzjL5a14ByG4UyZtEAfPygrcYbVSL5ALFtJ2axn-9UXHCOkb6dtxt2YL3GUsD&refresh_token=atkn_CiEIiY-OvQYQiamsvgaiARIKEN1b6M3aLkw3vbsH16JfDYQSQLtJcrGq-uL6H7jIJbutZDq9bJvnBcWXLVcqW0mI0lpcIhoJcpyMSQlXGMx4OIITuzT4zoM1ZS-YlARzJIThzww&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3
With request headers:
- User-Agent: Shopify CLI; v=3.74.0
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: darwin
- Content-Type: application/json
2025-02-10T16:21:00.646Z: Request to https://accounts.shopify.com/oauth/token?grant_type=refresh_token&access_token=atkn_CjQIiY-OvQYQqceOvQZSJggBEhD5_6pyO8xBoojgP3k02zAHGhDdW-jN2i5MN727B9eiXw2EEkDKnMcoXnvRhxg2OEhW-bEVoKyyzjL5a14ByG4UyZtEAfPygrcYbVSL5ALFtJ2axn-9UXHCOkb6dtxt2YL3GUsD&refresh_token=atkn_CiEIiY-OvQYQiamsvgaiARIKEN1b6M3aLkw3vbsH16JfDYQSQLtJcrGq-uL6H7jIJbutZDq9bJvnBcWXLVcqW0mI0lpcIhoJcpyMSQlXGMx4OIITuzT4zoM1ZS-YlARzJIThzww&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3 completed in 297 ms
With response headers:
- cache-control: no-cache, no-store, private, must-revalidate, max-age=0
- content-type: application/json; charset=utf-8
- etag: W/"382c675116ac7d3c9b62cd3c547baba2"
- server-timing: processing;dur=92, socket_queue;dur=1.585, edge;dur=1.046, util;dur=0.2, cfRequestDuration;dur=164.999962
- x-request-id: 5efdb5f9-6941-4d9d-a661-ae1c67840838-1739204460
2025-02-10T16:21:00.647Z: Sending POST request to URL https://accounts.shopify.com/oauth/token?grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Atoken-exchange&requested_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&subject_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&audience=271e16d403dfa18082ffb3d197bd2b5f4479c3fc32736d69296829cbb28d41a6&scope=https%3A%2F%2Fapi.shopify.com%2Fauth%2Fpartners.app.cli.access&subject_token=****
With request headers:
- User-Agent: Shopify CLI; v=3.74.0
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: darwin
- Content-Type: application/json
2025-02-10T16:21:00.647Z: Sending POST request to URL https://accounts.shopify.com/oauth/token?grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Atoken-exchange&requested_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&subject_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&audience=ee139b3d-5861-4d45-b387-1bc3ada7811c&scope=https%3A%2F%2Fapi.shopify.com%2Fauth%2Fshop.storefront-renderer.devtools&subject_token=****
With request headers:
- User-Agent: Shopify CLI; v=3.74.0
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: darwin
- Content-Type: application/json
2025-02-10T16:21:00.647Z: Sending POST request to URL https://accounts.shopify.com/oauth/token?grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Atoken-exchange&requested_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&subject_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&audience=32ff8ee5-82b8-4d93-9f8a-c6997cefb7dc&scope=https%3A%2F%2Fapi.shopify.com%2Fauth%2Fdestinations.readonly+https%3A%2F%2Fapi.shopify.com%2Fauth%2Forganization.store-management&subject_token=****
With request headers:
- User-Agent: Shopify CLI; v=3.74.0
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: darwin
- Content-Type: application/json
2025-02-10T16:21:00.648Z: Sending POST request to URL https://accounts.shopify.com/oauth/token?grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Atoken-exchange&requested_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&subject_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&audience=7ee65a63608843c577db8b23c4d7316ea0a01bd2f7594f8a9c06ea668c1b775c&scope=https%3A%2F%2Fapi.shopify.com%2Fauth%2Fshop.admin.graphql+https%3A%2F%2Fapi.shopify.com%2Fauth%2Fshop.admin.themes+https%3A%2F%2Fapi.shopify.com%2Fauth%2Fpartners.collaborator-relationships.readonly&subject_token=****&destination=https%3A%2F%2Feprosperfy.myshopify.com%2Fadmin
With request headers:
- User-Agent: Shopify CLI; v=3.74.0
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: darwin
- Content-Type: application/json
2025-02-10T16:21:00.648Z: Sending POST request to URL https://accounts.shopify.com/oauth/token?grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Atoken-exchange&requested_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&subject_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&audience=7ee65a63608843c577db8b23c4d7316ea0a01bd2f7594f8a9c06ea668c1b775c&scope=https%3A%2F%2Fapi.shopify.com%2Fauth%2Forganization.apps.manage&subject_token=****
With request headers:
- User-Agent: Shopify CLI; v=3.74.0
- Keep-Alive: timeout=30
- Sec-CH-UA-PLATFORM: darwin
- Content-Type: application/json
2025-02-10T16:21:00.844Z: Request to https://accounts.shopify.com/oauth/token?grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Atoken-exchange&requested_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&subject_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&audience=32ff8ee5-82b8-4d93-9f8a-c6997cefb7dc&scope=https%3A%2F%2Fapi.shopify.com%2Fauth%2Fdestinations.readonly+https%3A%2F%2Fapi.shopify.com%2Fauth%2Forganization.store-management&subject_token=**** completed in 196 ms
With response headers:
- cache-control: no-cache, no-store, private, must-revalidate, max-age=0
- content-type: application/json; charset=utf-8
- etag: W/"c5b0182a0dd2b1f2529317b9417138d5"
- server-timing: processing;dur=46, socket_queue;dur=1.774, edge;dur=1.038, util;dur=0.2, cfRequestDuration;dur=105.999947
- x-request-id: b472a998-3bec-43cd-93ff-01ab0d25b918-1739204460
2025-02-10T16:21:00.866Z: Request to https://accounts.shopify.com/oauth/token?grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Atoken-exchange&requested_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&subject_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&audience=7ee65a63608843c577db8b23c4d7316ea0a01bd2f7594f8a9c06ea668c1b775c&scope=https%3A%2F%2Fapi.shopify.com%2Fauth%2Fshop.admin.graphql+https%3A%2F%2Fapi.shopify.com%2Fauth%2Fshop.admin.themes+https%3A%2F%2Fapi.shopify.com%2Fauth%2Fpartners.collaborator-relationships.readonly&subject_token=****&destination=https%3A%2F%2Feprosperfy.myshopify.com%2Fadmin completed in 218 ms
With response headers:
- cache-control: no-cache, no-store, private, must-revalidate, max-age=0
- content-type: application/json; charset=utf-8
- etag: W/"9234ae315b7ca1b4e0da6c9608240bef"
- server-timing: processing;dur=67, socket_queue;dur=1.453, edge;dur=1.052, util;dur=0.05, cfRequestDuration;dur=128.000021
- x-request-id: 60190625-c369-48c7-a783-aa0cd48611eb-1739204460
2025-02-10T16:21:00.908Z: Request to https://accounts.shopify.com/oauth/token?grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Atoken-exchange&requested_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&subject_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&audience=ee139b3d-5861-4d45-b387-1bc3ada7811c&scope=https%3A%2F%2Fapi.shopify.com%2Fauth%2Fshop.storefront-renderer.devtools&subject_token=**** completed in 260 ms
With response headers:
- cache-control: no-cache, no-store, private, must-revalidate, max-age=0
- content-type: application/json; charset=utf-8
- etag: W/"c75d60a04b9375638f393774c0020025"
- server-timing: processing;dur=39, socket_queue;dur=1.424, edge;dur=1.05, util;dur=0.15, cfRequestDuration;dur=126.999855
- x-request-id: 1e3695a2-f9ea-4e41-940b-12121cf63e17-1739204460
2025-02-10T16:21:00.909Z: Request to https://accounts.shopify.com/oauth/token?grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Atoken-exchange&requested_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&subject_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&audience=271e16d403dfa18082ffb3d197bd2b5f4479c3fc32736d69296829cbb28d41a6&scope=https%3A%2F%2Fapi.shopify.com%2Fauth%2Fpartners.app.cli.access&subject_token=**** completed in 262 ms
With response headers:
- cache-control: no-cache, no-store, private, must-revalidate, max-age=0
- content-type: application/json; charset=utf-8
- etag: W/"95df55a3549b961a75209bf49001cd96"
- server-timing: processing;dur=42, socket_queue;dur=1.652, edge;dur=1.045, util;dur=0.05, cfRequestDuration;dur=132.999897
- x-request-id: 3c6b8d1c-e718-46b8-895d-c2e21c2cc0a8-1739204460
2025-02-10T16:21:00.974Z: Request to https://accounts.shopify.com/oauth/token?grant_type=urn%3Aietf%3Aparams%3Aoauth%3Agrant-type%3Atoken-exchange&requested_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&subject_token_type=urn%3Aietf%3Aparams%3Aoauth%3Atoken-type%3Aaccess_token&client_id=fbdb2649-e327-4907-8f67-908d24cfd7e3&audience=7ee65a63608843c577db8b23c4d7316ea0a01bd2f7594f8a9c06ea668c1b775c&scope=https%3A%2F%2Fapi.shopify.com%2Fauth%2Forganization.apps.manage&subject_token=**** completed in 326 ms
With response headers:
- cache-control: no-cache, no-store, private, must-revalidate, max-age=0
- content-type: application/json; charset=utf-8
- etag: W/"f7ab549bb222df6f4b38b3c01ce1d74b"
- server-timing: processing;dur=45, socket_queue;dur=1.229, edge;dur=1.036, util;dur=0.2, cfRequestDuration;dur=182.999849
- x-request-id: f73a4f41-a397-4cb4-a9d6-65638150ec39-1739204460
2025-02-10T16:21:00.975Z: Setting session store...
2025-02-10T16:21:00.985Z: Getting development theme...