2020-12-11 11:57:50.872 15404-15464/com.sp.notify E/FirebaseInstanceId: Failed to get FIS auth token
java.util.concurrent.ExecutionException: com.google.firebase.installations.FirebaseInstallationsException: Firebase Installations Service is unavailable. Please try again later.
at com.google.android.gms.tasks.Tasks.zzb(Unknown Source:61)
at com.google.android.gms.tasks.Tasks.await(Unknown Source:23)
at com.google.firebase.iid.GmsRpc.setDefaultAttributesToBundle(com.google.firebase:firebase-iid@@21.0.0:55)
at com.google.firebase.iid.GmsRpc.startRpc(com.google.firebase:firebase-iid@@21.0.0:37)
at com.google.firebase.iid.GmsRpc.getToken(com.google.firebase:firebase-iid@@21.0.0:13)
at com.google.firebase.iid.FirebaseInstanceId.lambda$getInstanceId$1$FirebaseInstanceId(com.google.firebase:firebase-iid@@21.0.0:158)
at com.google.firebase.iid.FirebaseInstanceId$$Lambda$3.start(Unknown Source:8)
at com.google.firebase.iid.RequestDeduplicator.getOrStartGetTokenRequest(com.google.firebase:firebase-iid@@21.0.0:14)
at com.google.firebase.iid.FirebaseInstanceId.lambda$getInstanceId$2$FirebaseInstanceId(com.google.firebase:firebase-iid@@21.0.0:157)
at com.google.firebase.iid.FirebaseInstanceId$$Lambda$0.then(Unknown Source:6)
at com.google.android.gms.tasks.zzf.run(Unknown Source:2)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at com.google.android.gms.common.util.concurrent.zza.run(Unknown Source:6)
at java.lang.Thread.run(Thread.java:923)
Caused by: com.google.firebase.installations.FirebaseInstallationsException: Firebase Installations Service is unavailable. Please try again later.
at com.google.firebase.installations.remote.FirebaseInstallationServiceClient.createFirebaseInstallation(FirebaseInstallationServiceClient.java:200)
at com.google.firebase.installations.FirebaseInstallations.registerFidWithServer(FirebaseInstallations.java:490)
at com.google.firebase.installations.FirebaseInstallations.doNetworkCallIfNecessary(FirebaseInstallations.java:361)
at com.google.firebase.installations.FirebaseInstallations.lambda$doRegistrationOrRefresh$2(FirebaseInstallations.java:351)
at com.google.firebase.installations.FirebaseInstallations$$Lambda$4.run(Unknown Source:4)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:923) 

  

这个异常错误主要是firebase 没法联网导致的,解决办法:连上外网就可以解决了!

最新文章

  1. Android程序设计-RecyclerView的使用
  2. thinkphp3.2整合phpexcel
  3. [.NET]程序在线更新,力求通用
  4. 日期工具类 - DateUtil.java
  5. mini2440移植uboot-2008.10 遇到的问题
  6. 【Dog】
  7. python进阶6 HTTP协议客户端实现
  8. Objective-C处理动态类型函数集
  9. 第十二条:考虑实现Comparable接口
  10. 深入理解Java自带的线程池和缓冲队列
  11. Linux内核剖析(三)构建源码树
  12. idea热部署+自动编译
  13. java中线程安全和非线程安全的集合
  14. 一个web项目web.xml的配置中<context-param>配置作用
  15. Angular 4 组件间的通信
  16. Oracle 检查表的数据变动
  17. linux 安装开启SNMP协议,最下面是yum安装
  18. C# 一维码生成
  19. python webpy 框架环境架设
  20. vue $set修改数组

热门文章

  1. 双数组字典树(Double Array Trie)
  2. time和random模块
  3. win10,ubuntu时间不对问题
  4. ubuntu16.04搭建vulhub环境
  5. python-基础入门-3(对文件操作)
  6. 面试官:小伙子,你给我说一下Java中什么情况会导致内存泄漏呢?
  7. python实现一个无序单链表
  8. MindManager使用教程:如何导出HTML5交互式导图
  9. FL Studio中的Fruity slicer采样器功能介绍
  10. JavaScript中的链式调用