claude-code - 💡(How to fix) Fix Permission prompt DM "See more" shows "Details no longer available" on first attempts [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#45320Fetched 2026-04-09 08:08:04
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Author
Participants
Timeline (top)
labeled ×4

Error Message

  1. Click "See more" again — same error
RAW_BUFFERClick to expand / collapse

Bug Description

When Claude Code sends a permission approval DM (via Discord), clicking "See more" to view the full details of the tool call repeatedly returns "Details no longer available." It typically takes 3+ attempts before the details actually load.

Steps to Reproduce

  1. Claude Code is running with the Discord plugin
  2. A tool call triggers a permission prompt, sent as a DM
  3. Click "See more" to view the details of the pending tool call
  4. "Details no longer available" is shown
  5. Click "See more" again — same error
  6. Repeat 3+ times before details eventually appear

Expected Behavior

Details should be available immediately and consistently when clicking "See more" — the tool call is still pending approval, so the data should still exist.

Actual Behavior

Details are intermittently unavailable, requiring multiple retry clicks. The permission request itself is still active (approve/deny still works), but the detail payload seems to be missing or inaccessible on initial attempts.

Environment

  • Claude Code CLI
  • Discord plugin (plugin:discord:discord)
  • Platform: macOS

extent analysis

TL;DR

Investigate and potentially adjust the caching or data retrieval mechanism in the Discord plugin to ensure consistent availability of tool call details.

Guidance

  • Review the Discord plugin's data caching and expiration policies to determine if they are causing the details to become temporarily unavailable.
  • Verify that the tool call details are being properly stored and retrieved from the Discord API or internal storage.
  • Check for any rate limiting or throttling on the Discord API that might be causing the intermittent unavailability of details.
  • Consider implementing a retry mechanism with a short delay to handle temporary unavailability of details.

Example

No specific code example can be provided without more information on the plugin's implementation, but a simple retry mechanism might look like a loop that attempts to fetch the details with a short delay between attempts.

Notes

The exact cause of the issue is unclear, and more information on the plugin's implementation and the Discord API would be necessary to provide a more specific solution. The suggestions provided are based on common issues that might cause intermittent data unavailability.

Recommendation

Apply a workaround, such as implementing a retry mechanism, to mitigate the issue until the root cause can be determined and addressed. This is because the exact cause of the issue is unclear, and a workaround can provide a temporary solution to improve the user experience.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix Permission prompt DM "See more" shows "Details no longer available" on first attempts [1 participants]