-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Warning: Detected unknown filetype (descriptor with ext)" #143
Comments
Hello, Thank you for this promising app !
I tried i'm stuck and don't know how to find and remove this file from icloud. Any idea ? Thanks, |
Try I'll include 'avi' in the next one :) |
ok the filetype descriptor was in the error message🤦♂️
|
I have the impression that the error on the status code 500 is temporary, I come across the unknow error again
I modified the file-type.ts file to add |
You'd need to modify the file located at Could you try installing it through npm directly and modifying it in your local install dir? |
@Laffreux-dev |
Great, thank you ! |
Hello, I've got :
Is there any way to skip those files? |
Just received the error for EDIT: As in the above, adding this to file-type.ts fixed the issue. |
Just received fixed by adding
to |
I had to also add these two:
I did find a potential source for a more comprehensive list: I tried parsing the output of the frameworks library differently and found that tags: holds the corresponding file extension but it is a messy dump file with other things in it that wouldn't make sense. Maybe if I have some more time I'll try to figure out how to generate a comprehensive list. It would also be nice if this tool didn't abort, but just skipped any files that didn't match a known one. |
hello |
Here's another: |
MPO and jpg (and all others until so far) added in v.1.1.1-nightly.14 |
Hi! Please add AVIF:
|
Added to |
|
I use Unraid to store/backup too and got an issue with unraids hidden
|
Added files matching |
Hi, I have just received the following error for Canon Raw Images (CR3)
|
@mzaferyahsi this was already previously reported and added in |
Hey, just had to add What about to report these as WARNING instead of Fatal errors? I don't care much if one pdf is missing amongst thousands of photos. Or allow to ignore these with an option. Thank you 🙏 |
@vguerci making this non-fatal has already been implemented in the latest beta :) |
Hey, I've also received the following warnings;
|
|
Got the following with 1.2.0: |
|
I got this on 1.3.0
|
The list of supported file types need to be hardcoded.
There is no logic behind supporting additional extensions, besides knowing how the filetype (as returned by the Apple backend) is mapped to a file extension.
If you should come across an error with root cause
Unknown filetype descriptor <...>
, like this one:This means that you have an asset in your library whose filetype is not yet supported.
Please report this filetype descriptor in this thread to include it in future releases. In the meantime you can add the filetype descriptor as key and the file extension as value in the above mapped file of your local
icloud-photos-sync
installation.In the above example, the required key/value pair would be
'public.mpeg: 'mpg'
.The text was updated successfully, but these errors were encountered: