Error 1062 (23000): Duplicate entry '424-557' for key 'UQE_task_buckets_task_project_view' #534

Closed
opened 2025-11-01 20:58:18 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @sentry[bot] on GitHub (Jul 21, 2025).

Originally assigned to: @Copilot on GitHub.

Sentry Issue: API-OSS-1Z

*mysql.MySQLError: Error 1062 (23000): Duplicate entry '424-557' for key 'UQE_task_buckets_task_project_view'
*echo.HTTPError: code=500, message=Internal Server Error, internal=Error 1062 (23000): Duplicate entry '424-557' for key 'UQE_task_buckets_task_project_view'
  File "/go/src/code.vikunja.io/api/pkg/routes/routes.go", line 153, in 1
  File "/go/src/code.vikunja.io/api/pkg/routes/routes.go", line 151, in setupSentry.func1
...
(2 additional frame(s) were not displayed)

Fix: there should be proper error handling and a 400 server response for this kinds of erros

Originally created by @sentry[bot] on GitHub (Jul 21, 2025). Originally assigned to: @Copilot on GitHub. Sentry Issue: [API-OSS-1Z](https://vikunja.sentry.io/issues/6760370485/?referrer=github_integration) ``` *mysql.MySQLError: Error 1062 (23000): Duplicate entry '424-557' for key 'UQE_task_buckets_task_project_view' *echo.HTTPError: code=500, message=Internal Server Error, internal=Error 1062 (23000): Duplicate entry '424-557' for key 'UQE_task_buckets_task_project_view' File "/go/src/code.vikunja.io/api/pkg/routes/routes.go", line 153, in 1 File "/go/src/code.vikunja.io/api/pkg/routes/routes.go", line 151, in setupSentry.func1 ... (2 additional frame(s) were not displayed) ``` Fix: there should be proper error handling and a 400 server response for this kinds of erros
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#534