Skip to content

mlkit downloadFileGroup , Failed to download file group french #924

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

Closed
sameul-yuan opened this issue Mar 4, 2025 · 1 comment
Closed
Assignees

Comments

@sameul-yuan
Copy link

In my andriod mobile phone, when the system language is setting to english or french, the following mlkit api

EntityExtractor extractor = EntityExtraction.getClient(new EntityExtractorOptions.Builder('en').build()); 
EntityExtractor extractor = EntityExtraction.getClient(new EntityExtractorOptions.Builder('fr').build())

will work properly.

However when the system language is setting to 'arabic',

EntityExtractor extractor = EntityExtraction.getClient(new EntityExtractorOptions.Builder('fr').build())

fails as the following shows:

MDD   :FileGroupManager downloadFileGroup french <pacakge>  can't finish!
download: failed with exception: java.util.concurrent.ExecutionException: d.c.a.b.f.d.a8: Failed to download file group french

is there any one know how to fix it , thx very much!

@jackqdyulei
Copy link
Collaborator

Hi sorry for the late reply, this has been fixed in our recent release in https://developers.google.com/ml-kit/release-notes#april_18_2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants