{
  "captured_at_utc": "2026-05-26T13:51:26Z",
  "source": "wrangler d1 execute --remote",
  "database": "aicodingpricing-db",
  "database_id": "cc731baa-5fcb-48b8-8ed2-769e85afc758",
  "records": [
    {
      "name": "tables",
      "command": "npx wrangler d1 execute aicodingpricing-db --remote --command \"SELECT name FROM sqlite_master WHERE type='table' ORDER BY name;\"",
      "exit_code": 0,
      "output": "⛅️ wrangler 3.114.17 (update available 4.94.0)\n-----------------------------------------------\n\n▲ [WARNING] The version of Wrangler you are using is now out-of-date.\n\n  Please update to the latest version to prevent critical errors.\n  Run `npm install --save-dev wrangler@4` to update to the latest version.\n  After installation, run Wrangler with `npx wrangler`.\n\n\n🌀 Executing on remote database aicodingpricing-db (cc731baa-5fcb-48b8-8ed2-769e85afc758):\n🌀 To execute on your local development database, remove the --remote flag from your wrangler command.\n🚣 Executed 1 command in 0.16ms\n[\n  {\n    \"results\": [\n      {\n        \"name\": \"_cf_KV\"\n      },\n      {\n        \"name\": \"newsletter_subscribers\"\n      }\n    ],\n    \"success\": true,\n    \"meta\": {\n      \"served_by\": \"v3-prod\",\n      \"served_by_region\": \"EEUR\",\n      \"served_by_colo\": \"ARN\",\n      \"served_by_primary\": true,\n      \"timings\": {\n        \"sql_duration_ms\": 0.1609\n      },\n      \"duration\": 0.1609,\n      \"changes\": 0,\n      \"last_row_id\": 0,\n      \"changed_db\": false,\n      \"size_after\": 32768,\n      \"rows_read\": 8,\n      \"rows_written\": 0,\n      \"total_attempts\": 1\n    }\n  }\n]",
      "parsed": [
        {
          "results": [
            {
              "name": "_cf_KV"
            },
            {
              "name": "newsletter_subscribers"
            }
          ],
          "success": true,
          "meta": {
            "served_by": "v3-prod",
            "served_by_region": "EEUR",
            "served_by_colo": "ARN",
            "served_by_primary": true,
            "timings": {
              "sql_duration_ms": 0.1609
            },
            "duration": 0.1609,
            "changes": 0,
            "last_row_id": 0,
            "changed_db": false,
            "size_after": 32768,
            "rows_read": 8,
            "rows_written": 0,
            "total_attempts": 1
          }
        }
      ]
    },
    {
      "name": "newsletter_count",
      "command": "npx wrangler d1 execute aicodingpricing-db --remote --command \"SELECT COUNT(*) AS newsletter_subscribers FROM newsletter_subscribers;\"",
      "exit_code": 0,
      "output": "⛅️ wrangler 3.114.17 (update available 4.94.0)\n-----------------------------------------------\n\n▲ [WARNING] The version of Wrangler you are using is now out-of-date.\n\n  Please update to the latest version to prevent critical errors.\n  Run `npm install --save-dev wrangler@4` to update to the latest version.\n  After installation, run Wrangler with `npx wrangler`.\n\n\n🌀 Executing on remote database aicodingpricing-db (cc731baa-5fcb-48b8-8ed2-769e85afc758):\n🌀 To execute on your local development database, remove the --remote flag from your wrangler command.\n🚣 Executed 1 command in 0.49ms\n[\n  {\n    \"results\": [\n      {\n        \"newsletter_subscribers\": 0\n      }\n    ],\n    \"success\": true,\n    \"meta\": {\n      \"served_by\": \"v3-prod\",\n      \"served_by_region\": \"EEUR\",\n      \"served_by_colo\": \"ARN\",\n      \"served_by_primary\": true,\n      \"timings\": {\n        \"sql_duration_ms\": 0.4927\n      },\n      \"duration\": 0.4927,\n      \"changes\": 0,\n      \"last_row_id\": 0,\n      \"changed_db\": false,\n      \"size_after\": 32768,\n      \"rows_read\": 0,\n      \"rows_written\": 0,\n      \"total_attempts\": 1\n    }\n  }\n]",
      "parsed": [
        {
          "results": [
            {
              "newsletter_subscribers": 0
            }
          ],
          "success": true,
          "meta": {
            "served_by": "v3-prod",
            "served_by_region": "EEUR",
            "served_by_colo": "ARN",
            "served_by_primary": true,
            "timings": {
              "sql_duration_ms": 0.4927
            },
            "duration": 0.4927,
            "changes": 0,
            "last_row_id": 0,
            "changed_db": false,
            "size_after": 32768,
            "rows_read": 0,
            "rows_written": 0,
            "total_attempts": 1
          }
        }
      ]
    },
    {
      "name": "kv_count_auth_probe",
      "command": "npx wrangler d1 execute aicodingpricing-db --remote --command \"SELECT COUNT(*) AS kv_rows FROM _cf_KV;\"",
      "exit_code": 1,
      "output": "⛅️ wrangler 3.114.17 (update available 4.94.0)\n-----------------------------------------------\n\n▲ [WARNING] The version of Wrangler you are using is now out-of-date.\n\n  Please update to the latest version to prevent critical errors.\n  Run `npm install --save-dev wrangler@4` to update to the latest version.\n  After installation, run Wrangler with `npx wrangler`.\n\n\n🌀 Executing on remote database aicodingpricing-db (cc731baa-5fcb-48b8-8ed2-769e85afc758):\n🌀 To execute on your local development database, remove the --remote flag from your wrangler command.\n\n✘ [ERROR] A request to the Cloudflare API (/accounts/23cc53444237bdfa3f7306b3cef9514b/d1/database/cc731baa-5fcb-48b8-8ed2-769e85afc758/query) failed.\n\n  not authorized: SQLITE_AUTH [code: 7500]\n  \n  If you think this is a bug, please open an issue at: https://github.com/cloudflare/workers-sdk/issues/new/choose\n\n\n🪵  Logs were written to \"/root/.hermes/profiles/moxi/home/.config/.wrangler/logs/wrangler-2026-05-26_13-51-30_327.log\""
    }
  ]
}