Skip to content
New issue

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

api/unstable/themes.json failed, reason: read ETIMEDOUT #736

Open
metogo opened this issue Jan 26, 2025 · 0 comments
Open

api/unstable/themes.json failed, reason: read ETIMEDOUT #736

metogo opened this issue Jan 26, 2025 · 0 comments

Comments

@metogo
Copy link

metogo commented Jan 26, 2025

shopify theme dev --store fanhua-test-theme --verbose
2025-01-26T04:41:24.154Z: Running command theme dev
2025-01-26T04:41:24.157Z: Notifications to show: 0
2025-01-26T04:41:24.164Z: Ensuring that the user is authenticated with the Theme API with the following scopes:
[]

2025-01-26T04:41:24.164Z: Ensuring that the user is authenticated with the Admin API with the following scopes for the store fanhua-test-theme.myshopify.com:
[]

2025-01-26T04:41:24.164Z: Getting session store...
2025-01-26T04:41:24.165Z: 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": "fanhua-test-theme.myshopify.com"
}
}

2025-01-26T04:41:24.165Z: Sending Identity Introspection request to URL: https://accounts.shopify.com/oauth/introspection
2025-01-26T04:41:24.165Z: 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-01-26T04:41:24.890Z: Request to https://accounts.shopify.com/oauth/introspection completed in 725 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/"d30826614e93a04d905667ccbb9b59e1"
  • server-timing: processing;dur=29, socket_queue;dur=1.301, edge;dur=1.032, util;dur=0.15, cfRequestDuration;dur=119.000196
  • x-request-id: b7536d51-7676-4e8b-b58f-54117fe0b62d-1737866484

2025-01-26T04:41:24.893Z: The identity token is valid: true
2025-01-26T04:41:24.893Z:
The validation of the token for application/identity completed with the following results:

  • It's expired: false
  • It's invalid in identity: false

2025-01-26T04:41:24.894Z: Getting development theme...
2025-01-26T04:45:08.705Z: Request to https://fanhua-test-theme.myshopify.com/admin/api/unstable/themes.json completed in 223809 ms
With response headers:

╭─ error ────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ request to https://fanhua-test-theme.myshopify.com/admin/api/unstable/themes.json failed, reason: read │
│ ETIMEDOUT │
│ │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

2025-01-26T04:45:08.750Z:
Running system process:
· Command: npm prefix
· Working directory: /Users/fanhua/shopify-theme/my-new-theme

2025-01-26T04:45:08.842Z: Obtaining the dependency manager in directory /Users/fanhua/shopify-theme/my-new-theme...
2025-01-26T04:45:10.010Z: Request to https://monorail-edge.shopifysvc.com/v1/produce completed in 1086 ms
With response headers:

  • x-request-id: 4556c024-7223-4e52-b1a8-21c123bc5c0b

2025-01-26T04:45:10.011Z: Analytics event sent: {
"command": "theme dev",
"time_start": 1737866484154,
"time_end": 1737866708744,
"total_time": 224590,
"success": false,
"cli_version": "3.74.0",
"ruby_version": "",
"node_version": "22.13.1",
"is_employee": false,
"uname": "darwin arm64",
"env_ci": false,
"env_plugin_installed_any_custom": false,
"env_plugin_installed_shopify": "["@shopify/cli"]",
"env_shell": "zsh",
"env_device_id": "d9ad5d60673c5a20642ba1ff994cf774b1d45d1d",
"env_cloud": "localhost",
"env_package_manager": "unknown",
"env_is_global": true,
"env_auth_method": "device_auth",
"cmd_app_warning_api_key_deprecation_displayed": false,
"cmd_all_timing_network_ms": 224535,
"cmd_all_timing_prompts_ms": 0,
"cmd_all_launcher": "unknown",
"cmd_all_topic": "theme",
"cmd_all_plugin": "@shopify/theme",
"cmd_all_force": false,
"cmd_all_verbose": true,
"cmd_all_path_override": true,
"cmd_all_path_override_hash": "adab86ae6cc4db72836dd7d98e545657c09d1475",
"cmd_all_timing_active_ms": 54,
"cmd_all_exit": "expected_error",
"user_id": "c1eb7e17-e1df-4037-9a07-8d9a9f3a64ba",
"request_ids": [],
"args": "--store fanhua-test-theme --verbose",
"error_message": "request to https://fanhua-test-theme.myshopify.com/admin/api/unstable/themes.json failed, reason: read ETIMEDOUT",
"env_plugin_installed_all": "["@shopify/cli"]",
"metadata": "{"extraPublic":{},"extraSensitive":{}}"
}
2025-01-26T04:45:10.031Z: Reporting handled error to Bugsnag: request to https://fanhua-test-theme.myshopify.com/admin/api/unstable/themes.json failed, reason: read ETIMEDOUT
2025-01-26T04:45:10.069Z:
Running system process:
· Command: npm prefix
· Working directory: /Users/fanhua/shopify-theme/my-new-theme

2025-01-26T04:45:10.159Z: Obtaining the dependency manager in directory /Users/fanhua/shopify-theme/my-new-theme...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant