[Bug] PDF Processing Failure Breaks Coding Session Continuity
Resolved 💬 3 comments Opened Oct 11, 2025 by dkeesey Closed Oct 15, 2025
Bug Description
it appears that CC is trying to read a pdf, failing, and then can't resume.So the session might be ruined. Seemed ruined x3 times now.
Environment Info
- Platform: darwin
- Terminal: tmux
- Version: 2.0.14
- Feedback ID: 849852d3-576e-4feb-97a1-f8156eedafe9
Errors
[{"error":"Error: ### Result\nError: page._wrapApiCall: Execution context was destroyed, most likely because of a navigation.\n\n### Ran Playwright code\n```js\nawait page.getByRole('button', { name: 'Request Access' }).click();\n```\n\n### Open tabs\n- 0: [Online Business Services | California Secretary of State] (https://bizfileonline.sos.ca.gov/)\n- 1: (current) [Search | California Secretary of State] (https://bizfileonline.sos.ca.gov/auth?from=/search/business)\n\n at Dr2 (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:794:7494)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Object.call (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:794:18552)\n at async WS5 (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:2492:66145)\n at async q2Q (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:2492:62271)\n at async GS5 (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:2492:61132)\n at async QS5 (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:2492:60669)\n at async KP (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:2492:57667)\n at async KP (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:2492:58597)\n at async KP (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:2492:58597)","timestamp":"2025-10-11T18:37:39.654Z"},{"error":"Error: ### Result\nError: page._wrapApiCall: Execution context was destroyed, most likely because of a navigation.\n\n### Ran Playwright code\n```js\nawait page.getByRole('button', { name: 'Sign in' }).click();\n```\n\n### Open tabs\n- 0: [Online Business Services | California Secretary of State] (https://bizfileonline.sos.ca.gov/)\n- 1: (current) [CA Secretary of State - Sign In] (https://idm.sos.ca.gov/oauth2/default/v1/authorize?client_id=0oacsza710oWQY1md4x6&code_challenge=HTh41zag-dZm4MFcCEjuwbPNyylOzoQV-IGBSVFsQfY&code_challenge_method=S256&nonce=Ab3oMWSrfPYICeh3KfxL52HRzq0fEZtpGHLKTAsG3xh5ZW2V5PdddhZFrvlnL0uy&redirect_uri=https%3A%2F%2Fbizfileonline.sos.ca.gov%2Fokta-callback%3FskipAuthCheck%3Dtrue&response_type=code&state=wR7XWSKiTlwsMxENsSz9JsGA5bCjkHiRAhOEGAqSz6gcLSyNbZO9F47kenzYeZ85&scope=openid)\n\n at Dr2 (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:794:7494)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Object.call (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:794:18552)\n at async WS5 (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:2492:66145)\n at async q2Q (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:2492:62271)\n at async GS5 (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:2492:61132)\n at async QS5 (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:2492:60669)\n at async KP (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:2492:57667)\n at async KP (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:2492:58597)\n at async KP (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:2492:58597)","timestamp":"2025-10-11T18:37:50.134Z"},{"error":"Error: ### Result\nError: Ref e1822 not found in the current page snapshot. Try capturing new snapshot.\n\n### Open tabs\n- 0: [Online Business Services | California Secretary of State] (https://bizfileonline.sos.ca.gov/)\n- 1: (current) [Statement of Information - CA and Out-of-State Corporation | California Secretary of State] (https://bizfileonline.sos.ca.gov/amend/7012/177119031139223174234163133244028173178042236001)\n\n at Dr2 (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:794:7494)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async Object.call (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:794:18552)\n at async WS5 (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:2492:66145)\n at async q2Q (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:2492:62271)\n at async GS5 (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:2492:61132)\n at async QS5 (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:2492:60669)\n at async KP (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:2492:57667)\n at async KP (file:///opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js:2492:58597)\n at async KP (file:///opt/homebre
Note: Error logs were truncated.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗