Cfl*_*lux 3 android pusher firebase google-cloud-firestore chatkit
我最近尝试将 Pusher 的 Chatkit 与一些 Kotlin 插件一起实现到我的 Android 应用程序中,但现在遇到了这个我无法解决的错误。
E/Drawable: Unable to decode stream: android.graphics.ImageDecoder$DecodeException: Failed to create image decoder with message 'unimplemented'Input contained an error.
我在它下面遇到的错误是:
E/FirebaseInstanceId: Token retrieval failed: SERVICE_NOT_AVAILABLE
这是通过让我陷入困境,因为我的互联网工作正常,尽管再往下几行,我得到:
W/Firestore: (21.3.0) [OnlineStateTracker]: Could not reach Cloud Firestore backend. Backend didn't respond within 10 seconds.
This typically indicates that your device does not have a healthy Internet connection at the moment. The client will operate in offline mode until it is able to successfully connect to the backend.
Process 15216 terminated.
Run Code Online (Sandbox Code Playgroud)
注意:自从我开始更多地在咖啡馆而不是在家里工作(因为我需要出去)之后,我就开始收到上面关于没有良好连接的错误。为了离线工作,firebase 要求我选择离线模式,从那时起我就一直收到无法连接的通知。
我正在按照此处的入门页面进行操作,并已完成“显示消息”部分的末尾,但是当我进入活动时,它只是停止并空白。在过去的两天里,我一直在搜索 StackO 和网络的其余部分,试图解决冲突,但没有成功。我看过的所有类似帖子似乎都没有解决问题。
类似帖子#1但我不想保存到位图
这是整个堆栈跟踪:
E/Drawable: Unable to decode stream: android.graphics.ImageDecoder$DecodeException: Failed to create image decoder with message 'unimplemented'Input contained an error.
E/FirebaseInstanceId: Token retrieval failed: SERVICE_NOT_AVAILABLE
W/DynamiteModule: Local module descriptor class for providerinstaller not found.
I/DynamiteModule: Considering local module providerinstaller:0 and remote module providerinstaller:0
W/ProviderInstaller: Failed to load providerinstaller module: No acceptable module found. Local version is 0 and remote version is 0.
I/ghborsbookshel: The ClassLoaderContext is a special shared library.
I/chatty: uid=10086(com.example.android_myneighborsbookshelf) AsyncTask #2 identical 1 line
I/ghborsbookshel: The ClassLoaderContext is a special shared library.
V/NativeCrypto: Registering com/google/android/gms/org/conscrypt/NativeCrypto's 286 native methods...
W/ghborsbookshel: Accessing hidden method Ljava/security/spec/ECParameterSpec;->getCurveName()Ljava/lang/String; (light greylist, reflection)
I/ProviderInstaller: Installed default security provider GmsCore_OpenSSL
W/Firestore: (21.3.0) [OnlineStateTracker]: Could not reach Cloud Firestore backend. Backend didn't respond within 10 seconds
This typically indicates that your device does not have a healthy Internet connection at the moment. The client will operate in offline mode until it is able to successfully connect to the backend.
Process 15216 terminated.
Run Code Online (Sandbox Code Playgroud)
除了无法解码流错误之外,它似乎已自行修复,但它不会崩溃,它只是显示在日志中。
我检查了更新、清理、重建、使缓存无效并重新启动,然后关闭了模拟器。我还完全重新启动了计算机两次,这似乎已经解决了问题。
| 归档时间: |
|
| 查看次数: |
16766 次 |
| 最近记录: |