Status Update
Comments
[Deleted User] <[Deleted User]> #2
Hello,
Thanks for reaching out to us!
The Product Engineering Team has been made aware of your feature request, and will address it in due course. Though we can't provide an ETA on feature requests nor guarantee their implementation, rest assured that your feedback is always taken very seriously, as it allows us to improve our products. Thank you for your trust and continued support to improve Google Cloud Platform products.
In case you want to report a new issue, please do not hesitate to create a new [Issue Tracker]
Thanks and Regards,
Onkar Mhetre
Google Cloud Support
[Deleted User] <[Deleted User]> #3
Had the human-readable label in the UI said "E2 and N1 CPUs" instead of "CPUs" we would not have made that mistake: we would have tried for a smaller scale-up or requested more quota first.
I assume that the "internal"/computer-readable name `CPUS` is unlikely to change for compatibility reasons, but hopefully the UI display name is less hardcoded?
so...@google.com <so...@google.com> #4
implementation('com.squareup.okhttp3:okhttp-urlconnection') {
version {
strictly '3.12.1'
}
}
[Deleted User] <[Deleted User]> #5
implementation("com.google.mlkit:entity-extraction:${deps.entityextraction}") {
exclude group: 'com.google.guava', module: 'listenablefuture'
exclude group: 'com.squareup.okhttp3', module: 'okhttp-urlconnection' // 3.12.1 is causing a crash as it references a now-removed class
}
implementation "com.squareup.okhttp3:okhttp-urlconnection:$deps.okhttp"
which leads to
% ./gradlew :app:dependencies | grep okhttp-urlconnection
+--- com.squareup.okhttp3:okhttp-urlconnection:4.9.1
so...@google.com <so...@google.com>
ja...@google.com <ja...@google.com> #6
Created internal
ja...@google.com <ja...@google.com> #7
Entity Extraction released a new beta2 SDK which doesn't depend on okhttp-urlconnection anymore.
Description
- Phone make and model: Samsung, Xiaomi, Nokia - any
- OS version: verified on OS 8.0 and 8.1
- ML Kit APIs and versions: 16.0.0-beta1
### STEPS ###
1. use EntityExtraction.getClient(options).downloadModelIfNeeded()
### EXPECTED ###
no crash
### ACTUAL ###
`okhttp3.internal.huc.OkHttpURLConnection` is referenced by `okhttp-urlconnection:3.12.1` within `com.google.mlkit:entity-extraction` but since versions > 3.13.1 of OkHttp removed this class, it crashes
### ADDITIONAL INFORMATION ###
okhttp3.internal.huc.OkHttpURLConnection.d(): [0x95] cannot access instance field q1.b0 p1.l0.n.e.b from object of type Unresolved Reference: p1.l0.n.f (declaration of 'okhttp3.internal.huc.OkHttpURLConnection' appears in /data/app/...==/base.apk:classes3.dex)