mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
GitHub API request failed: invoke summary failed: data is nil #739
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @b4tchkn on GitHub (Oct 21, 2025).
Self Checks
Dify version
1.8.1
Plugin version
0.2.8
Cloud or Self Hosted
Cloud
Steps to reproduce
Run this step✔️ Error log
@dosubot[bot] commented on GitHub (Oct 21, 2025):
Hi @b4tchkn! I'm Dosu and I’m helping the dify-official-plugins team.
This error usually means the plugin expected data from the GitHub API but received nothing or a malformed response. There are known issues with the GitHub plugin's error handling and data validation—if the API response is missing fields or not in the expected format, the plugin can fail with errors like this. This is especially common if the personal access token is missing required scopes, or if there are changes in the GitHub API response format. Using a PAT with
repo,user:email, andread:userscopes is recommended, but even then, some plugin features may not work reliably until the plugin's response validation is improved. Recent plugin updates have focused on error handling, but core issues remain in older versions like 0.2.8, so these problems can persist. More details and related issues are discussed here.If you haven't already, double-check your token scopes and consider updating to the latest plugin version when possible. If the issue persists, it's likely due to the plugin's current limitations with API response handling.
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other
