English 中文(简体)
W/Firestore: 1. 简化封闭状态: 现况:编码=INTERNAL, 说明=手稿中的手法
原标题:W/Firestore: Stream closed with status: Status{code=INTERNAL, description=error in frame handler,

我正在使用烟火店,它正在妥善工作,但突然出现这一错误,停止写作。

W/Firestore(25709): (24.4.0) [WriteStream]: (3513ff8) Stream closed with status: Status{code=INTERNAL, description=error in frame handler, cause=java.lang.NoSuchMethodError: No interface method getBuffer()Lokio/Buffer; in class Lokio/BufferedSource; or its super classes (declaration of okio.BufferedSource appears in /data/app/~~G9c6fWlNC5LeVKO_bfdo8Q==/com.example.taafi_application_v1-WbGfHWKKjFunYoB6Qy7Syw==/base.apk!classes7.dex) W/Firestore(25709): at io.grpc.okhttp.OkHttpClientTransport$ClientFrameHandler.data(OkHttpClientTransport.java:1123) W/Firestore(25709): at io.grpc.okhttp.internal.framed.Http2$Reader.readData(Http2.java:234) W/Firestore(25709): at io.grpc.okhttp.internal.framed.Http2$Reader.nextFrame(Http2.java:147) W/Firestore(25709): at io.grpc.okhttp.OkHttpClientTransport$ClientFrameHandler.run(OkHttpClientTransport.java:1082) W/Firestore(25709): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) W/Firestore(25709): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) W/Firestore(25709): at java.lang.Thread.run(Thread.java:923) W/Firestore(25709): }.

i 努力提升火店,清理冲洗,但没有发生

问题回答

我在我的“彩虹项目”中谈到这个问题,当时我补充说,在我的“公共前景”中,有爱心。 yaml文档。 这一问题在

Dependency problem with google_ml_kit





相关问题
OutOfMemoryException on MemoryStream writing

I have a little sample application I was working on trying to get some of the new .Net 4.0 Parallel Extensions going (they are very nice). I m running into a (probably really stupid) problem with an ...

flush in java.io.FileWriter

I have a question in my mind that, while writing into the file, before closing is done, should we include flush()??. If so what it will do exactly? dont streams auto flush?? EDIT: So flush what it ...

Creating a FILE * stream that results in a string

I m looking for a way to pass in a FILE * to some function so that the function can write to it with fprintf. This is easy if I want the output to turn up in an actual file on disk, say. But what I ...

Most performant way to write binary data to a file in C#

I am trying to optimize a class that serializes objects in binary format and writes them in a file. I am currently using a FileStream (in sync mode because of the size of my objects) and a ...

热门标签