You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason sometimes people are uploading files that already exist with different filenames. I'm not sure if there is a valid use case for this, but if there is we need to either remove the UNIQUE constraint on the blake2 hash or if there isn't we should validate this before we attempt to save the row.
For some reason sometimes people are uploading files that already exist with different filenames. I'm not sure if there is a valid use case for this, but if there is we need to either remove the
UNIQUE
constraint on the blake2 hash or if there isn't we should validate this before we attempt to save the row.https://sentry.io/python-software-foundation/warehouse-production/issues/147880375/
The text was updated successfully, but these errors were encountered: