firebase Firestore流已关闭,状态为UNAVAILABLE描述通道关闭现在已调用

bvuwiixz  于 2022-11-17  发布在  其他
关注(0)|答案(1)|浏览(227)

我正在开发一个flutter应用程序。在此错误之前,阅读firestore数据库没有任何问题,但突然出现了错误(如下所示),并阻止我读写数据库。我一直在寻找答案,但不幸的是,我没有找到任何可以解决我的问题。
调试控制台输出:

W/Firestore(27297): (24.1.2) [WriteStream]: (bbd84bb) Stream closed with status: Status{code=UNAVAILABLE, description=Channel shutdownNow invoked, cause=null}.
W/DynamiteModule(27297): Local module descriptor class for com.google.android.gms.providerinstaller.dynamite not found.
I/DynamiteModule(27297): Considering local module com.google.android.gms.providerinstaller.dynamite:0 and remote module com.google.android.gms.providerinstaller.dynamite:0
W/ProviderInstaller(27297): Failed to load providerinstaller module: No acceptable module com.google.android.gms.providerinstaller.dynamite found. Local version is 0 and remote version is 0.
wlzqhblo

wlzqhblo1#

我猜这是DNS问题。使用1.1.1.1翘曲VPN解决了这个问题。

相关问题