Skip to content
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

mlkit downloadFileGroup , Failed to download file group french #924

Open
sameul-yuan opened this issue Mar 4, 2025 · 0 comments
Open

mlkit downloadFileGroup , Failed to download file group french #924

sameul-yuan opened this issue Mar 4, 2025 · 0 comments
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!

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