spla/appy
2
15
Fork
You've already forked appy
3

duplicate key value violates unique constraint "index_accounts_on_username_and_domain_lower" #93

Closed
opened 2025年11月21日 22:41:12 +01:00 by spla · 0 comments
Owner
Copy link
2025年11月21日 21:36:31,193 - INFO - 65.21.68.242:0 - "POST /users/{username}/inbox HTTP/1.0" 500
2025年11月21日 21:36:31,193 - ERROR - Exception in ASGI application
asyncpg.exceptions.UniqueViolationError: duplicate key value violates unique constraint "index_accounts_on_username_and_domain_lower"
DETAIL: Key (lower(username::text), COALESCE(lower(domain::text), ''::text))=(remote_user, remote_server) already exists.
``` 2025年11月21日 21:36:31,193 - INFO - 65.21.68.242:0 - "POST /users/{username}/inbox HTTP/1.0" 500 2025年11月21日 21:36:31,193 - ERROR - Exception in ASGI application asyncpg.exceptions.UniqueViolationError: duplicate key value violates unique constraint "index_accounts_on_username_and_domain_lower" DETAIL: Key (lower(username::text), COALESCE(lower(domain::text), ''::text))=(remote_user, remote_server) already exists. ```
spla referenced this issue from a commit 2025年11月21日 22:43:39 +01:00
Sign in to join this conversation.
No Branch/Tag specified
main
release/v0.1.1
release/v0.1
v0.5.0
v0.4.0
v0.3.0
v0.2.0
v0.1.1
v0.1
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
spla/appy#93
Reference in a new issue
spla/appy
No description provided.
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?