Replies: 2 comments 1 reply
-
There'll be an actual error message in the server logs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
ERROR [Api:ErrorInterceptor~4l25r1pj] Database error: QueryFailedError:
duplicate key value violates unique constraint
"PK_ef5346fe522b5fb3bc96454747e"
so is this saying that basically that tag is already applied?
…On Sun, Dec 1, 2024 at 4:23 AM bo0tzz ***@***.***> wrote:
There'll be an actual error message in the server logs.
—
Reply to this email directly, view it on GitHub
<#14421 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABP74ICQLUO324J2TUHSZCT2DLPRPAVCNFSM6AAAAABSZKMXQKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNBSG4ZTQMA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have written a python script that searches for certain album names and applys a tag to that album name basically. It is a little more involved than that. When I look at the URL and payload data everything has the correct uuid. I recieve the following error however:
{"message":"Failed to bulk tag assets","error":"Internal Server Error","statusCode":500,
Why do I receive this error?
Here is the basic function call that does it
Beta Was this translation helpful? Give feedback.
All reactions