Skip to content

Conversation

@quicksandznzn
Copy link
Contributor

@quicksandznzn quicksandznzn commented May 29, 2025

Important

  1. Make sure you have read our contribution guidelines
  2. Ensure there is an associated issue and you have been assigned to it
  3. Use the correct syntax to link this PR: Fixes apps/annotation missing 1 required positional argument: 'end_user' #20427 , Fixes createAppAnnotation api error #20409

Summary

this pr #20240 remove validate_app_token attribute fetch_user_arg=FetchUserArg(fetch_from=WhereisUserArg.JSON)
resulting in null end_user

end_user: EndUseris not in use ,remove it to fix bug

Screenshots

Before After
image image

Checklist

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label May 29, 2025
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label May 29, 2025
@crazywoola crazywoola merged commit 2d4f8f1 into langgenius:main May 29, 2025
6 checks passed
@quicksandznzn quicksandznzn deleted the fix/app-annotations-enduser branch June 5, 2025 01:34
jsincorporated pushed a commit to jsincorporated/asaAi that referenced this pull request Jul 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm This PR has been approved by a maintainer size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

apps/annotation missing 1 required positional argument: 'end_user' createAppAnnotation api error

2 participants