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
"_id" : ObjectId("668c6173afac83a434cd9beb"),
"entity" : "rnu3ljgi0df",
"type" : "document",
"filename" : "1720476018696wx3osn5bm4.com discussing the case",
"originalname" : "News article from LiveLaw.com discussing the case",
"mimetype" : "application/pdf",
Where the "filename" field is wrongly inferred due to 1) a missing extension in the filename? and 2) a period in the middle of the filename, wrongly using the string after the period as the file extension.
This is creating file not found errors.
Fixes?
Ensure this kind of entry is not created anymore
Check out why this is giving file not found exceptions and either fix the data or adapt the retrieve approach.
The text was updated successfully, but these errors were encountered:
We've been seeing this errors in our logs in the form of:
2024-10-08T18:02:14.894Z [cyrilla-ix-test]
File 1682523685131ns7nb4qqq8p. Telegram not found in s3 storage
original error: {
"filename": "1682523685131ns7nb4qqq8p. Telegram",
"storage": "s3"
}
We are creating entries of this form:
Where the "filename" field is wrongly inferred due to 1) a missing extension in the filename? and 2) a period in the middle of the filename, wrongly using the string after the period as the file extension.
This is creating file not found errors.
Fixes?
The text was updated successfully, but these errors were encountered: