The log file contains debugging information from a mobile app. It records messages received from a push notification server, checks for icon updates, and attempts to send user event data. The last few entries indicate that sending the data failed due to being unable to resolve the hostname of the target server.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
97 views74 pages
Support Log
The log file contains debugging information from a mobile app. It records messages received from a push notification server, checks for icon updates, and attempts to send user event data. The last few entries indicate that sending the data failed due to being unable to resolve the hostname of the target server.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 74
2021-01-22 02:49:05,055 DEBUG ServerPushListener - onMessageReceived from
150098605394 with data {af-uinstall-tracking=true}
2021-01-22 02:49:05,057 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-01-22 02:49:05,191 DEBUG CheckIconWorker - need Usual Icon 2021-01-22 02:49:05,201 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-01-22 19:01:37,070 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Дурная кровь», ticket=10915394355, id=63439561, act=b, icon=https://cv9.litres.ru/pub/c/push-icon/cover_123/63439561- icon.jpg, pack=2478527, title=Читайте Роберт Гэлбрейт} 2021-01-22 19:01:37,178 DEBUG CheckIconWorker - need Usual Icon 2021-01-22 19:01:37,180 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-01-22 19:01:37,336 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-01-22 19:01:37,346 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-01-22 19:01:37,376 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-01-22 19:01:37,391 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-01-22 19:05:30,171 DEBUG LTRemoteConfigManager - Info lastFetchStatus 1 fetchTimeMillis Sun Jan 17 04:36:35 GMT+02:00 2021 2021-01-23 03:29:30,044 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-01-23 03:29:30,048 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-01-23 03:29:30,125 DEBUG CheckIconWorker - need Usual Icon 2021-01-23 03:29:30,128 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-01-23 19:01:49,085 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=Читайте книгу Риммы Карамовой об искусстве быть счастливым, ticket=10928261736, id=63620331, act=b, icon=https://cv9.litres.ru/pub/c/push-icon/cover_123/63620331-icon.jpg, pack=2479862, title=«Простейший Завет»!} 2021-01-23 19:01:49,167 DEBUG CheckIconWorker - need Usual Icon 2021-01-23 19:01:49,171 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-01-23 19:01:49,485 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-01-23 19:01:49,550 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-01-23 19:01:49,575 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-01-23 19:01:51,533 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-01-23 19:14:34,920 DEBUG LTRemoteConfigManager - Info lastFetchStatus 1 fetchTimeMillis Sun Jan 17 04:36:35 GMT+02:00 2021 2021-01-24 03:34:58,940 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-01-24 03:34:58,947 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-01-24 03:34:59,133 DEBUG CheckIconWorker - need Usual Icon 2021-01-24 03:34:59,152 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-01-24 18:55:00,911 DEBUG CheckIconWorker - need Usual Icon 2021-01-24 18:55:00,922 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-01-24 18:56:01,054 DEBUG LTRemoteConfigManager - Info lastFetchStatus 1 fetchTimeMillis Sun Jan 17 04:36:35 GMT+02:00 2021 2021-01-25 02:40:34,576 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-01-25 02:40:34,598 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-01-25 02:40:34,641 DEBUG CheckIconWorker - need Usual Icon 2021-01-25 02:40:34,646 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-01-25 02:41:34,972 DEBUG LTRemoteConfigManager - Remote Config is successfully refreshed 2021-01-25 02:41:34,975 DEBUG LTRemoteConfigManager - Info lastFetchStatus -1 fetchTimeMillis Mon Jan 25 04:41:34 GMT+02:00 2021 2021-01-25 13:54:21,081 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«День Праха», ticket=10954660425, id=63713871, act=b, icon=https://cv3.litres.ru/pub/c/push-icon/cover_123/63713871-icon.jpg, pack=2480411, title=Читайте Жан-Кристофа Гранже} 2021-01-25 13:54:21,117 DEBUG CheckIconWorker - need Usual Icon 2021-01-25 13:54:21,126 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-01-25 13:54:22,155 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-01-25 13:54:22,867 DEBUG LTCatalitClient - Push user event sent. 2021-01-25 13:55:21,162 DEBUG LTRemoteConfigManager - Remote Config is successfully refreshed 2021-01-25 13:55:21,168 DEBUG LTRemoteConfigManager - Info lastFetchStatus -1 fetchTimeMillis Mon Jan 25 04:41:34 GMT+02:00 2021 2021-01-26 04:46:07,298 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-01-26 04:46:07,329 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-01-26 04:46:07,554 DEBUG CheckIconWorker - need Usual Icon 2021-01-26 04:46:07,598 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-01-26 15:06:04,104 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Маруся. Столичные игры», ticket=10971567936, id=63616176, act=b, icon=https://cv9.litres.ru/pub/c/push-icon/cover_123/63616176- icon.jpg, pack=2481224, title=Читайте Галину Гончарову} 2021-01-26 15:06:04,225 DEBUG CheckIconWorker - need Usual Icon 2021-01-26 15:06:04,227 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-01-26 15:06:04,446 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-01-26 15:06:04,478 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-01-26 15:06:04,511 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-01-26 15:06:04,518 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-01-26 15:07:04,346 DEBUG LTRemoteConfigManager - Info lastFetchStatus 1 fetchTimeMillis Mon Jan 25 04:41:34 GMT+02:00 2021 2021-01-27 02:39:41,981 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-01-27 02:39:41,992 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-01-27 02:39:42,043 DEBUG CheckIconWorker - need Usual Icon 2021-01-27 02:39:42,049 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-01-27 02:40:42,355 DEBUG LTRemoteConfigManager - Remote Config is successfully refreshed 2021-01-27 02:40:42,358 DEBUG LTRemoteConfigManager - Info lastFetchStatus -1 fetchTimeMillis Wed Jan 27 04:40:42 GMT+02:00 2021 2021-01-27 19:59:25,059 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Просто Маса», ticket=10990803678, id=55779490, act=b, icon=https://cv0.litres.ru/pub/c/push-icon/cover_123/55779490-icon.jpg, pack=2481917, title=Слушайте Бориса Акунина} 2021-01-27 19:59:25,259 DEBUG CheckIconWorker - need Usual Icon 2021-01-27 19:59:25,352 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-01-27 19:59:25,584 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-01-27 19:59:25,686 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-01-27 19:59:25,735 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-01-27 19:59:25,802 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-01-28 02:36:27,141 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-01-28 02:36:27,145 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-01-28 02:36:27,222 DEBUG CheckIconWorker - need Usual Icon 2021-01-28 02:36:27,226 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-01-28 02:37:27,573 DEBUG LTRemoteConfigManager - Remote Config is successfully refreshed 2021-01-28 02:37:27,579 DEBUG LTRemoteConfigManager - Info lastFetchStatus -1 fetchTimeMillis Thu Jan 28 04:37:27 GMT+02:00 2021 2021-01-29 04:36:32,047 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-01-29 04:36:32,119 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-01-29 04:40:25,870 DEBUG CheckIconWorker - need Usual Icon 2021-01-29 04:40:25,875 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-01-29 04:40:26,129 DEBUG CheckIconWorker - need Usual Icon 2021-01-29 04:40:26,214 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-01-29 04:40:26,215 DEBUG CheckIconWorker - need Usual Icon 2021-01-29 04:40:26,217 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-01-29 11:53:58,260 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Сила подсознания, или Как изменить жизнь за 4 недели», ticket=11015099223, id=43315175, act=b, icon=https://cv3.litres.ru/pub/c/push-icon/cover_123/43315175-icon.jpg, pack=2483423, title=Слушайте Джо Диспенза} 2021-01-29 11:53:58,429 DEBUG CheckIconWorker - need Usual Icon 2021-01-29 11:53:58,446 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-01-29 11:53:59,049 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-01-29 11:53:59,112 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-01-29 11:53:59,125 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-01-29 11:53:59,167 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-01-30 02:43:29,878 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-01-30 02:43:29,883 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-01-30 02:43:29,973 DEBUG CheckIconWorker - need Usual Icon 2021-01-30 02:43:29,977 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-01-30 11:45:19,271 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Богатый папа, бедный папа», ticket=11029257015, id=8507477, act=b, icon=https://cv5.litres.ru/pub/c/push-icon/cover_123/8507477-icon.jpg, pack=2484170, title=Слушайте Роберта Кийосаки} 2021-01-30 11:45:19,480 DEBUG CheckIconWorker - need Usual Icon 2021-01-30 11:45:19,486 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-01-30 11:45:20,768 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-01-31 05:11:56,493 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-01-31 05:11:56,498 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-01-31 05:11:56,869 DEBUG CheckIconWorker - need Usual Icon 2021-01-31 05:11:56,892 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-01-31 12:31:42,209 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=Не пропустите главные новинки месяца!, ticket=11045297967, id=129753, act=c, pack=2485061, title=Книги января!} 2021-01-31 12:31:42,302 DEBUG CheckIconWorker - need Usual Icon 2021-01-31 12:31:42,306 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-01-31 12:31:42,604 DEBUG ServerPushListener - Notification "COLLECTION" sent. 2021-01-31 12:31:42,621 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-01-31 12:31:42,648 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-01-31 12:31:42,653 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-01-31 12:32:42,427 DEBUG LTRemoteConfigManager - Info lastFetchStatus 1 fetchTimeMillis Thu Jan 28 04:37:27 GMT+02:00 2021 2021-02-01 03:08:01,554 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-01 03:08:01,559 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-01 03:08:01,633 DEBUG CheckIconWorker - need Usual Icon 2021-02-01 03:08:01,637 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-01 17:01:06,553 DEBUG CheckIconWorker - need Usual Icon 2021-02-01 17:01:06,558 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Sapiens. Краткая история человечества», ticket=11064594819, id=22607254, act=b, icon=https://cv1.litres.ru/pub/c/push- icon/cover_123/22607254-icon.jpg, pack=2485177, title=Слушайте Юваля Ноя Харари} 2021-02-01 17:01:06,561 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-01 17:01:06,948 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-02-01 17:01:06,976 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-02-01 17:01:06,991 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-02-01 17:01:06,996 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-02-01 19:29:29,507 DEBUG CheckIconWorker - need Usual Icon 2021-02-01 19:29:29,518 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-01 19:29:33,803 DEBUG CheckIconWorker - need Usual Icon 2021-02-01 19:29:33,868 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-01 19:29:51,052 DEBUG AppIndexingService - App Indexing API: Failed to add all books to index. Invalid String passed as URL: ''. The invalid indexable url is: litresread://content/a/24761343?from=firebase_api_indexing 2021-02-02 02:21:40,952 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-02 02:21:40,956 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-02 02:21:41,017 DEBUG CheckIconWorker - need Usual Icon 2021-02-02 02:21:41,021 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-02 02:22:41,550 DEBUG LTRemoteConfigManager - Remote Config is successfully refreshed 2021-02-02 02:22:41,555 DEBUG LTRemoteConfigManager - Info lastFetchStatus -1 fetchTimeMillis Tue Feb 02 04:22:41 GMT+02:00 2021 2021-02-02 18:27:01,783 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Тревожные люди», ticket=11079849069, id=63028197, act=b, icon=https://cv0.litres.ru/pub/c/push-icon/cover_123/63028197- icon.jpg, pack=2485841, title=Читайте Фредрика Бакмана} 2021-02-02 18:27:01,899 DEBUG CheckIconWorker - need Usual Icon 2021-02-02 18:27:01,904 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-02 18:27:02,178 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-02-02 18:27:02,213 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-02-02 18:27:02,231 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-02-02 18:27:02,236 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-02-02 18:55:01,333 DEBUG LTRemoteConfigManager - Info lastFetchStatus 1 fetchTimeMillis Tue Feb 02 04:22:41 GMT+02:00 2021 2021-02-03 04:45:52,254 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-03 04:45:52,263 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-03 04:45:52,673 DEBUG CheckIconWorker - need Usual Icon 2021-02-03 04:45:52,686 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-04 02:43:31,408 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-04 02:43:31,423 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-04 02:43:31,505 DEBUG CheckIconWorker - need Usual Icon 2021-02-04 02:43:31,512 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-04 02:44:31,611 DEBUG LTRemoteConfigManager - Info lastFetchStatus 1 fetchTimeMillis Tue Feb 02 04:22:41 GMT+02:00 2021 2021-02-04 11:41:12,250 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Все свободны. История о том, как в 1996 году в России закончились выборы», ticket=11106534897, id=63188512, act=b, icon=https://cv9.litres.ru/pub/c/push-icon/cover_123/63188512-icon.jpg, pack=2487581, title=Читайте Михаила Зыгаря} 2021-02-04 11:41:12,364 DEBUG CheckIconWorker - need Usual Icon 2021-02-04 11:41:12,371 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-04 11:41:12,809 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-02-04 11:41:12,852 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-02-04 11:41:12,865 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-02-04 11:41:12,872 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-02-05 02:49:47,864 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-05 02:49:47,871 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-05 02:49:47,939 DEBUG CheckIconWorker - need Usual Icon 2021-02-05 02:49:47,943 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-05 02:50:48,232 DEBUG LTRemoteConfigManager - Remote Config is successfully refreshed 2021-02-05 02:50:48,241 DEBUG LTRemoteConfigManager - Info lastFetchStatus -1 fetchTimeMillis Fri Feb 05 04:50:47 GMT+02:00 2021 2021-02-05 13:12:43,097 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Сложные подчиненные. Практика российских руководителей», ticket=11121875184, id=63532632, act=b, icon=https://cv4.litres.ru/pub/c/push-icon/cover_123/63532632-icon.jpg, pack=2488394, title=Слушайте Максима Батырева} 2021-02-05 13:12:43,401 DEBUG CheckIconWorker - need Usual Icon 2021-02-05 13:12:43,412 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-05 13:12:43,938 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-02-05 13:12:44,035 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-02-05 13:12:44,117 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-02-05 13:12:44,175 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-02-06 05:07:26,443 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-06 05:07:26,451 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-06 05:07:26,627 DEBUG CheckIconWorker - need Usual Icon 2021-02-06 05:07:26,636 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-06 14:45:43,356 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=Читайте «Катастрофу на драконьем факультете» – продолжение истории Лорки!, ticket=11137348257, id=63748271, act=b, icon=https://cv5.litres.ru/pub/c/push-icon/cover_123/63748271-icon.jpg, pack=2488778, title=Новинка Тальяны Орловой!} 2021-02-06 14:45:43,495 DEBUG CheckIconWorker - need Usual Icon 2021-02-06 14:45:43,501 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-06 14:45:43,941 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-02-06 14:45:43,985 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-02-06 14:45:43,992 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-02-06 14:45:43,999 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-02-06 19:14:42,975 DEBUG AppAnalyticsImpl - setUserParam application_type release 2021-02-06 19:14:42,977 DEBUG LTRemoteConfigManager - We has update, only activate values 2021-02-06 19:14:43,741 DEBUG LTRemoteConfigManager - Info lastFetchStatus -1 fetchTimeMillis Fri Feb 05 04:50:47 GMT+02:00 2021 2021-02-06 19:14:43,775 INFO SplashActivity - logs4support:: ------ Starting application ------ 2021-02-06 19:14:43,776 INFO SplashActivity - logs4support:: Read! Android 3.34-gp (720210102) 2021-02-06 19:14:43,778 INFO SplashActivity - logs4support:: Current user is User{mUserId=785452807, mSid='', mLogin='android_d5116ce5-0174-1000-0000- 000000000000', mEmail='', mRealBalance=0.0, mIsTemporaryAccount=true, mBiblioType=0, mFbUserId='null', mVkUserId='null', mTwUserId='null', mOkUserId='null', mMlUserId='null', mGpUserId='null', mCurrency='MDL', mCountry='MDA', mRegion='Chișinău Municipality'} 2021-02-06 19:14:43,781 DEBUG LTOffersManager - Start loading offers. 2021-02-06 19:14:43,820 INFO AccountManager - logs4support:: Info refresh process started for android_d5116ce5-0174-1000-0000-000000000000 2021-02-06 19:14:43,849 DEBUG CollectionManager - Collection loading started 2021-02-06 19:14:43,850 DEBUG CheckIconWorker - need Usual Icon 2021-02-06 19:14:43,851 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-06 19:14:43,851 DEBUG LTRemoteConfigManager - Activate is successful 2021-02-06 19:14:43,963 DEBUG AppAnalyticsImpl - setUserParam interface_language ru 2021-02-06 19:14:43,964 DEBUG LTServerPushHelper - autorized, start check FCM token 2021-02-06 19:14:43,964 DEBUG LTServerPushHelper - try register FCM 2021-02-06 19:14:43,966 DEBUG LTServerPushHelper - start get FCM token 2021-02-06 19:14:44,037 DEBUG AudioPlayerInteractor - AudioPlayerInteractor created 2021-02-06 19:14:44,054 DEBUG LibraryManager - LibraryManager create 2021-02-06 19:14:44,055 DEBUG LibraryManager - startExpirationChecking 2021-02-06 19:14:44,110 DEBUG GooglePurchaseManager - Create GooglePurchaseManager 2021-02-06 19:14:44,113 DEBUG GooglePurchaseManager - InitBilling 2021-02-06 19:14:44,166 DEBUG GooglePurchaseManager - ClearDanglingInapps 2021-02-06 19:14:44,172 DEBUG LTDialogManager - Dialog - AutoUserSignUpOnStart{fab299c} (fa52508a-7d19-4092-8bee-edb8ea0fa7d5)} added to queue - [AutoUserSignUpOnStart{fab299c} (fa52508a-7d19-4092-8bee-edb8ea0fa7d5)}] 2021-02-06 19:14:44,173 DEBUG LTDialogManager - Try to show queue - [AutoUserSignUpOnStart{fab299c} (fa52508a-7d19-4092-8bee-edb8ea0fa7d5)}] 2021-02-06 19:14:44,753 DEBUG LTOffersManager - Offers received. Number: 0 2021-02-06 19:14:45,027 DEBUG PlayerCore - player created 2021-02-06 19:14:45,032 DEBUG q1 - initSynchronizeTimer 2021-02-06 19:14:45,040 DEBUG MediaManager - InPlayerBookInteractor created 2021-02-06 19:14:45,204 DEBUG AudioPlayerService - registerHeadsetPlugReceivers 2021-02-06 19:14:45,436 DEBUG AudioPlayerService - audioservice created 2021-02-06 19:14:45,496 DEBUG GooglePurchaseManager$b - billing: onBillingSetupFinished with code 0 2021-02-06 19:14:45,497 DEBUG GooglePurchaseManager - queryInventory 2021-02-06 19:14:45,616 DEBUG LTDialogManager - Dialog - UpdateInAppDialog{4158a57} (d5447ca1-5e2c-491d-b5b0-ba46f40e46e2)} added to queue - [AutoUserSignUpOnStart{fab299c} (fa52508a-7d19-4092-8bee-edb8ea0fa7d5) tag}, UpdateInAppDialog{4158a57} (d5447ca1-5e2c-491d-b5b0-ba46f40e46e2)}] 2021-02-06 19:14:45,931 DEBUG AudioPlayerService - OnGetRoot: clientPackageName=ru.litres.android; clientUid=10329; rootHints=Bundle[{}] 2021-02-06 19:14:46,338 INFO AccountManager - logs4support:: Info refresh process completed for User{mUserId=785452807, mSid='', mLogin='android_d5116ce5-0174-1000- 0000-000000000000', mEmail='', mRealBalance=0.0, mIsTemporaryAccount=true, mBiblioType=0, mFbUserId='null', mVkUserId='null', mTwUserId='null', mOkUserId='null', mMlUserId='null', mGpUserId='null', mCurrency='MDL', mCountry='MDA', mRegion='Chișinău Municipality'} 2021-02-06 19:14:46,347 DEBUG AccountManager - Using user selected domain 2021-02-06 19:14:46,691 DEBUG LibraryManager - startExpirationChecking 2021-02-06 19:14:46,979 DEBUG b - Install appsflyer tracked: {af_status=Organic, af_message=organic install, is_first_launch=false} 2021-02-06 19:14:46,980 DEBUG b - AppsFlyer Test onInstallConversionDataLoaded data: {af_status=Organic, af_message=organic install, is_first_launch=false} 2021-02-06 19:14:47,966 DEBUG AccountManager - Updating user in db. user: User{mUserId=785452807, mSid='', mLogin='android_d5116ce5-0174-1000-0000- 000000000000', mEmail='', mRealBalance=0.0, mIsTemporaryAccount=true, mBiblioType=0, mFbUserId='null', mVkUserId='null', mTwUserId='null', mOkUserId='null', mMlUserId='null', mGpUserId='null', mCurrency='MDL', mCountry='MDA', mRegion='Chișinău Municipality'} 2021-02-06 19:14:47,971 DEBUG AccountManager$a - Delete all users from DB, except user User{mUserId=785452807, mSid='', mLogin='android_d5116ce5-0174-1000-0000- 000000000000', mEmail='', mRealBalance=0.0, mIsTemporaryAccount=true, mBiblioType=0, mFbUserId='null', mVkUserId='null', mTwUserId='null', mOkUserId='null', mMlUserId='null', mGpUserId='null', mCurrency='MDL', mCountry='MDA', mRegion='Chișinău Municipality'} 2021-02-06 19:14:47,975 DEBUG AccountManager$a - User updated in DB 2021-02-06 19:14:48,070 DEBUG LTOffersManager - Start loading offers. 2021-02-06 19:14:48,511 DEBUG LTDialogManager - Dialog state false, queue - [AutoUserSignUpOnStart{fab299c} (fa52508a-7d19-4092-8bee-edb8ea0fa7d5) tag}, UpdateInAppDialog{4158a57} (d5447ca1-5e2c-491d-b5b0-ba46f40e46e2)}] 2021-02-06 19:14:48,512 DEBUG LTDialogManager - Try to show queue - [UpdateInAppDialog{4158a57} (d5447ca1-5e2c-491d-b5b0-ba46f40e46e2)}] 2021-02-06 19:14:49,307 DEBUG LTOffersManager - Offers received. Number: 0 2021-02-06 19:14:52,326 DEBUG LTServerPushHelper - token sent to server success 2021-02-06 19:14:52,373 DEBUG LTDialogManager - Dialog state false, queue - [UpdateInAppDialog{4158a57} (d5447ca1-5e2c-491d-b5b0-ba46f40e46e2) tag}] 2021-02-06 19:14:53,762 ERROR SearchManager - SearchFragment Clear result 155580418 2021-02-06 19:14:59,650 DEBUG LtBookAvailabilityChecker - AlienBook initWaitingForAvailabilityBooks 2021-02-06 19:15:09,019 ERROR SearchManager - SearchFragment Add result 155580418 2021-02-06 19:15:12,817 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-06 19:15:12,886 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-07 03:27:22,958 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-07 03:27:22,961 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-07 03:27:23,186 DEBUG CheckIconWorker - need Usual Icon 2021-02-07 03:27:23,189 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-07 15:58:14,343 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Хана драконьему факультету», ticket=11153077833, id=63953032, act=b, icon=https://cv2.litres.ru/pub/c/push- icon/cover_123/63953032-icon.jpg, pack=2489747, title=Читайте Тальяну Орлову} 2021-02-07 15:58:14,413 DEBUG CheckIconWorker - need Usual Icon 2021-02-07 15:58:14,417 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-07 15:58:14,727 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-02-07 15:58:14,750 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted 2021-02-07 15:58:14,763 WARN RequestExecutor - PROXY enabled: true 2021-02-07 15:58:14,771 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-02-07 15:58:14,786 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-02-07 15:59:14,519 DEBUG LTRemoteConfigManager - Info lastFetchStatus 1 fetchTimeMillis Fri Feb 05 04:50:47 GMT+02:00 2021 2021-02-08 04:33:50,078 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-08 04:33:50,173 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-08 04:33:50,312 DEBUG CheckIconWorker - need Usual Icon 2021-02-08 04:33:50,324 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-09 02:57:47,349 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-09 02:57:47,360 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-09 02:57:47,658 DEBUG CheckIconWorker - need Usual Icon 2021-02-09 02:57:47,708 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-09 12:00:40,587 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=Аудионовинка Дема Михайлова о мире вездесущей Системы!, ticket=11179813611, id=63956441, act=b, icon=https://cv0.litres.ru/pub/c/push-icon/cover_123/63956441-icon.jpg, pack=2490674, title=«Низший 9»!} 2021-02-09 12:00:40,625 DEBUG CheckIconWorker - need Usual Icon 2021-02-09 12:00:40,630 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-09 12:00:40,833 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-02-09 12:00:40,843 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-02-09 12:00:40,852 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-02-09 12:00:40,855 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-02-09 19:15:17,692 DEBUG CheckIconWorker - need Usual Icon 2021-02-09 19:15:17,707 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-10 04:21:00,906 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-10 04:21:00,917 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-10 04:21:01,060 DEBUG CheckIconWorker - need Usual Icon 2021-02-10 04:21:01,064 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-10 16:28:27,141 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Радикальное Прощение. Духовная технология для исцеления взаимоотношений, избавления от гнева и чувства вины, нахождения взаимопонимания в любой ситуации», ticket=11199256644, id=43126037, act=b, icon=https://cv2.litres.ru/pub/c/push-icon/cover_123/43126037-icon.jpg, pack=2491814, title=Слушайте Колина Типпинга} 2021-02-10 16:28:27,235 DEBUG CheckIconWorker - need Usual Icon 2021-02-10 16:28:27,240 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-10 16:28:27,698 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-02-10 16:28:27,732 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-02-10 16:28:27,742 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-02-10 16:28:27,771 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-02-11 04:14:27,716 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-11 04:14:27,726 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-11 04:14:27,828 DEBUG CheckIconWorker - need Usual Icon 2021-02-11 04:14:27,838 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-11 20:18:12,522 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Любовь к себе. 50 способов повысить самооценку», ticket=11217466104, id=44871772, act=b, icon=https://cv1.litres.ru/pub/c/push-icon/cover_123/44871772-icon.jpg, pack=2492540, title=Читайте Анастасию Залогу} 2021-02-11 20:18:12,602 DEBUG CheckIconWorker - need Usual Icon 2021-02-11 20:18:12,613 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-11 20:18:13,040 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-02-11 20:18:13,067 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-02-11 20:18:13,077 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-02-11 20:18:13,086 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-02-12 02:59:46,539 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-12 02:59:46,566 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-12 02:59:47,082 DEBUG CheckIconWorker - need Usual Icon 2021-02-12 02:59:47,091 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-12 15:55:50,242 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-12 15:55:50,246 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-12 15:55:50,299 DEBUG CheckIconWorker - need Usual Icon 2021-02-12 15:55:50,303 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-12 20:14:28,763 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-12 20:14:28,767 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-12 20:14:28,823 DEBUG CheckIconWorker - need Usual Icon 2021-02-12 20:14:28,828 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-12 20:15:29,303 DEBUG LTRemoteConfigManager - Remote Config is successfully refreshed 2021-02-12 20:15:29,306 DEBUG LTRemoteConfigManager - Info lastFetchStatus -1 fetchTimeMillis Fri Feb 12 22:15:28 GMT+02:00 2021 2021-02-12 21:04:30,359 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-12 21:04:30,362 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-12 21:04:30,427 DEBUG CheckIconWorker - need Usual Icon 2021-02-12 21:04:30,431 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-12 21:05:30,442 DEBUG LTRemoteConfigManager - Remote Config is successfully refreshed 2021-02-12 21:05:30,446 DEBUG LTRemoteConfigManager - Info lastFetchStatus -1 fetchTimeMillis Fri Feb 12 22:15:28 GMT+02:00 2021 2021-02-13 05:16:33,978 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-13 05:16:33,983 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-13 05:16:34,153 DEBUG CheckIconWorker - need Usual Icon 2021-02-13 05:16:34,190 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-13 10:50:40,743 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Подсознание может всё!», ticket=11240214111, id=147579, act=b, icon=https://cv3.litres.ru/pub/c/push-icon/cover_123/147579- icon.jpg, pack=2494205, title=Читайте Джона Кехо} 2021-02-13 10:50:40,925 DEBUG CheckIconWorker - need Usual Icon 2021-02-13 10:50:40,929 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-13 10:50:41,347 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-02-13 10:50:41,427 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-02-13 10:50:41,439 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-02-13 10:50:41,469 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-02-14 03:40:18,657 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-14 03:40:18,671 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-14 03:40:19,062 DEBUG CheckIconWorker - need Usual Icon 2021-02-14 03:40:19,093 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-14 15:18:53,918 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Подсознание может всё!», ticket=11256219657, id=19571848, act=b, icon=https://cv5.litres.ru/pub/c/push-icon/cover_123/19571848- icon.jpg, pack=2494657, title=Слушайте Джона Кехо} 2021-02-14 15:18:54,051 DEBUG CheckIconWorker - need Usual Icon 2021-02-14 15:18:54,054 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-14 15:18:54,228 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-02-14 15:18:54,275 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted 2021-02-14 15:18:54,278 WARN RequestExecutor - PROXY enabled: true 2021-02-14 15:18:54,355 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-02-14 15:18:54,395 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-02-14 15:19:54,241 DEBUG LTRemoteConfigManager - Info lastFetchStatus 1 fetchTimeMillis Fri Feb 12 22:15:28 GMT+02:00 2021 2021-02-15 04:10:44,345 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-15 04:10:44,365 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-15 04:10:44,817 DEBUG CheckIconWorker - need Usual Icon 2021-02-15 04:10:44,822 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-15 15:00:26,742 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-15 15:00:26,744 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-15 15:00:26,794 DEBUG CheckIconWorker - need Usual Icon 2021-02-15 15:00:26,799 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-15 19:43:14,150 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Сила подсознания, или Как изменить жизнь за 4 недели», ticket=11274140397, id=6301646, act=b, icon=https://cv6.litres.ru/pub/c/push-icon/cover_123/6301646-icon.jpg, pack=2495069, title=Читайте Джо Диспенза} 2021-02-15 19:43:14,292 DEBUG CheckIconWorker - need Usual Icon 2021-02-15 19:43:14,297 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-15 19:43:14,670 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-02-15 19:43:14,710 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-02-15 19:43:14,725 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-02-15 19:43:14,734 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-02-16 02:31:45,331 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-16 02:31:45,338 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-16 02:31:45,557 DEBUG CheckIconWorker - need Usual Icon 2021-02-16 02:31:45,564 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-16 04:17:34,536 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-16 04:17:34,602 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-16 04:17:34,932 DEBUG CheckIconWorker - need Usual Icon 2021-02-16 04:17:34,936 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-17 04:16:40,568 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-17 04:16:40,571 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-17 04:16:40,638 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-17 04:16:40,641 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-17 04:16:40,637 DEBUG CheckIconWorker - need Usual Icon 2021-02-17 04:16:40,646 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-17 13:35:57,697 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Роман с самим собой. Как уравновесить внутренние ян и инь и не отвлекаться на всякую хрень», ticket=11299481892, id=63995641, act=b, icon=https://cv2.litres.ru/pub/c/push-icon/cover_123/63995641- icon.jpg, pack=2495766, title=Слушайте Татьяну Мужицкую} 2021-02-17 13:35:57,848 DEBUG CheckIconWorker - need Usual Icon 2021-02-17 13:35:57,856 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-17 13:35:58,909 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-02-17 13:35:59,566 DEBUG LTCatalitClient - Push user event sent. 2021-02-17 13:36:58,215 DEBUG LTRemoteConfigManager - Remote Config is successfully refreshed 2021-02-17 13:36:58,221 DEBUG LTRemoteConfigManager - Info lastFetchStatus -1 fetchTimeMillis Wed Feb 17 15:36:57 GMT+02:00 2021 2021-02-18 02:13:57,324 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-18 02:13:57,327 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-18 02:13:57,376 DEBUG CheckIconWorker - need Usual Icon 2021-02-18 02:13:57,384 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-18 02:14:57,673 DEBUG LTRemoteConfigManager - Remote Config is successfully refreshed 2021-02-18 02:14:57,681 DEBUG LTRemoteConfigManager - Info lastFetchStatus -1 fetchTimeMillis Thu Feb 18 04:14:57 GMT+02:00 2021 2021-02-18 03:03:38,565 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-18 03:03:38,570 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-18 03:03:38,642 DEBUG CheckIconWorker - need Usual Icon 2021-02-18 03:03:38,646 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-18 03:04:38,695 DEBUG LTRemoteConfigManager - Remote Config is successfully refreshed 2021-02-18 03:04:38,708 DEBUG LTRemoteConfigManager - Info lastFetchStatus -1 fetchTimeMillis Thu Feb 18 04:14:57 GMT+02:00 2021 2021-02-18 14:52:39,571 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Стеллар. Архонт», ticket=11316943797, id=63995232, act=b, icon=https://cv3.litres.ru/pub/c/push-icon/cover_123/63995232- icon.jpg, pack=2496114, title=Слушайте Романа Прокофьева} 2021-02-18 14:52:39,588 DEBUG CheckIconWorker - need Usual Icon 2021-02-18 14:52:39,595 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-18 14:52:40,084 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-02-18 14:52:40,106 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-02-18 14:52:40,117 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-02-18 14:52:40,122 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-02-19 02:33:20,999 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-19 02:33:21,005 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-19 02:33:21,044 DEBUG CheckIconWorker - need Usual Icon 2021-02-19 02:33:21,047 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-19 02:33:48,050 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-19 02:33:48,056 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-19 02:33:48,090 DEBUG CheckIconWorker - need Usual Icon 2021-02-19 02:33:48,093 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-20 02:29:34,090 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-20 02:29:34,093 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-20 02:29:34,163 DEBUG CheckIconWorker - need Usual Icon 2021-02-20 02:29:34,168 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-20 02:45:01,116 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-20 02:45:01,118 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-20 02:45:04,815 DEBUG LTRemoteConfigManager - Info lastFetchStatus 1 fetchTimeMillis Thu Feb 18 04:14:57 GMT+02:00 2021 2021-02-20 06:43:28,650 DEBUG CheckIconWorker - need Usual Icon 2021-02-20 06:43:28,725 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-20 06:43:28,837 INFO LitresBackupAgent - Checking backup settings 2021-02-20 06:43:29,164 INFO LitresBackupAgent - backup completed 2021-02-20 06:43:29,266 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-02-20 06:43:29,288 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-02-20 11:05:44,274 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Выбор. О свободе и внутренней силе человека», ticket=11342586639, id=48508375, act=b, icon=https://cv8.litres.ru/pub/c/push- icon/cover_123/48508375-icon.jpg, pack=2496846, title=Читайте Эдит Еву Эгер} 2021-02-20 11:05:44,585 DEBUG CheckIconWorker - need Usual Icon 2021-02-20 11:05:44,712 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-20 11:05:46,314 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-02-20 11:05:46,438 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-02-20 11:05:46,615 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-02-20 11:05:46,652 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-02-21 02:14:33,782 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-21 02:14:33,787 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-21 02:14:33,905 DEBUG CheckIconWorker - need Usual Icon 2021-02-21 02:14:33,927 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-21 16:34:33,649 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Риф», ticket=11361990564, id=58991496, act=b, icon=https://cv9.litres.ru/pub/c/push-icon/cover_123/58991496-icon.jpg, pack=2497197, title=Читайте Алексея Поляринова} 2021-02-21 16:34:33,750 DEBUG CheckIconWorker - need Usual Icon 2021-02-21 16:34:33,753 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-21 16:34:34,209 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-02-21 16:34:34,239 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-02-21 16:34:34,250 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-02-21 16:34:34,263 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-02-22 02:22:22,315 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-22 02:22:22,330 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-22 02:22:22,585 DEBUG CheckIconWorker - need Usual Icon 2021-02-22 02:22:22,590 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-22 19:49:32,970 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Взаперти», ticket=11377541211, id=64039446, act=b, icon=https://cv5.litres.ru/pub/c/push-icon/cover_123/64039446-icon.jpg, pack=2497514, title=Слушайте Николая Свечина} 2021-02-22 19:49:33,064 DEBUG CheckIconWorker - need Usual Icon 2021-02-22 19:49:33,071 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-22 19:49:33,321 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-02-22 19:49:33,376 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted 2021-02-22 19:49:33,378 WARN RequestExecutor - PROXY enabled: true 2021-02-22 19:49:33,398 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-02-22 19:49:33,402 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-02-23 03:09:00,573 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-23 03:09:00,586 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-23 03:09:00,771 DEBUG CheckIconWorker - need Usual Icon 2021-02-23 03:09:00,806 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-24 03:35:38,460 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-24 03:35:38,465 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-24 03:35:38,527 DEBUG CheckIconWorker - need Usual Icon 2021-02-24 03:35:38,537 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-24 13:13:15,492 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Взаперти», ticket=11401855098, id=63910786, act=b, icon=https://cv6.litres.ru/pub/c/push-icon/cover_123/63910786-icon.jpg, pack=2498186, title=Читайте Николая Свечина} 2021-02-24 13:13:15,691 DEBUG CheckIconWorker - need Usual Icon 2021-02-24 13:13:15,732 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-24 13:13:16,216 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-02-24 13:13:16,293 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-02-24 13:13:16,373 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-02-24 13:13:16,388 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-02-25 14:57:35,636 DEBUG CheckIconWorker - need Usual Icon 2021-02-25 14:57:35,644 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-25 14:57:35,669 INFO LitresBackupAgent - Checking backup settings 2021-02-25 14:57:35,938 INFO LitresBackupAgent - backup completed 2021-02-25 14:57:35,951 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-02-25 14:57:35,963 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-02-25 17:18:50,853 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Тени тевтонов», ticket=11421855243, id=64060372, act=b, icon=https://cv7.litres.ru/pub/c/push-icon/cover_123/64060372- icon.jpg, pack=2498585, title=Читайте Алексея Иванова} 2021-02-25 17:18:50,957 DEBUG CheckIconWorker - need Usual Icon 2021-02-25 17:18:50,960 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-25 17:18:51,235 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-02-25 17:18:51,262 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-02-25 17:18:51,279 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-02-25 17:18:51,299 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-02-26 02:49:21,853 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-26 02:49:21,855 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-26 02:49:21,944 DEBUG CheckIconWorker - need Usual Icon 2021-02-26 02:49:21,948 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-27 10:29:14,537 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Чужие игры. Столкновение», ticket=11446742274, id=64051671, act=b, icon=https://cv4.litres.ru/pub/c/push-icon/cover_123/64051671- icon.jpg, pack=2499387, title=Читайте Вадима Панова} 2021-02-27 10:29:14,696 DEBUG CheckIconWorker - need Usual Icon 2021-02-27 10:29:14,783 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-27 10:29:15,713 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-02-27 10:29:16,426 DEBUG LTCatalitClient - Push user event sent. 2021-02-27 10:30:15,046 DEBUG LTRemoteConfigManager - Remote Config is successfully refreshed 2021-02-27 10:30:15,050 DEBUG LTRemoteConfigManager - Info lastFetchStatus -1 fetchTimeMillis Sat Feb 27 12:30:14 GMT+02:00 2021 2021-02-27 15:56:12,275 INFO LitresBackupAgent - Checking backup settings 2021-02-27 15:56:12,347 DEBUG CheckIconWorker - need Usual Icon 2021-02-27 15:56:12,350 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-27 15:56:12,597 INFO LitresBackupAgent - backup completed 2021-02-28 02:38:09,933 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-02-28 02:38:09,944 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-02-28 02:38:10,129 DEBUG CheckIconWorker - need Usual Icon 2021-02-28 02:38:10,171 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-28 17:21:15,548 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Как начать думать в понедельник и не перестать во вторник», ticket=11465776221, id=64106377, act=b, icon=https://cv6.litres.ru/pub/c/push-icon/cover_123/64106377-icon.jpg, pack=2499805, title=Читайте Антона Петрякова} 2021-02-28 17:21:15,611 DEBUG CheckIconWorker - need Usual Icon 2021-02-28 17:21:15,615 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-02-28 17:21:15,885 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-02-28 17:21:15,921 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-02-28 17:21:15,936 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-02-28 17:21:15,950 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-03-01 02:35:30,919 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-03-01 02:35:30,928 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-03-01 02:35:31,056 DEBUG CheckIconWorker - need Usual Icon 2021-03-01 02:35:31,062 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-01 02:36:31,348 DEBUG LTRemoteConfigManager - Remote Config is successfully refreshed 2021-03-01 02:36:31,356 DEBUG LTRemoteConfigManager - Info lastFetchStatus -1 fetchTimeMillis Mon Mar 01 04:36:31 GMT+02:00 2021 2021-03-01 19:00:33,462 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Дурная кровь», ticket=11482630692, id=63439561, act=b, icon=https://cv9.litres.ru/pub/c/push-icon/cover_123/63439561- icon.jpg, pack=2500217, title=Читайте Роберт Гэлбрейт} 2021-03-01 19:00:33,528 DEBUG CheckIconWorker - need Usual Icon 2021-03-01 19:00:33,548 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-01 19:00:33,970 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-03-01 19:00:34,010 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-03-01 19:00:34,021 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-03-01 19:00:34,052 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-03-01 19:01:39,477 DEBUG LTRemoteConfigManager - Info lastFetchStatus 1 fetchTimeMillis Mon Mar 01 04:36:31 GMT+02:00 2021 2021-03-02 04:40:28,352 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-03-02 04:40:28,355 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-03-02 04:40:28,535 DEBUG CheckIconWorker - need Usual Icon 2021-03-02 04:40:28,540 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-03 04:32:01,740 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-03-03 04:32:01,771 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-03-03 04:32:01,855 DEBUG CheckIconWorker - need Usual Icon 2021-03-03 04:32:01,883 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-03 13:31:18,329 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Просто Маса», ticket=11507653485, id=55779490, act=b, icon=https://cv0.litres.ru/pub/c/push-icon/cover_123/55779490-icon.jpg, pack=2501162, title=Слушайте Бориса Акунина} 2021-03-03 13:31:18,422 DEBUG CheckIconWorker - need Usual Icon 2021-03-03 13:31:18,425 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-03 13:31:18,703 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-03-03 13:31:18,714 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-03-03 13:31:18,731 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-03-03 13:31:18,735 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-03-04 02:55:23,351 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-03-04 02:55:23,355 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-03-04 02:55:23,419 DEBUG CheckIconWorker - need Usual Icon 2021-03-04 02:55:23,423 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-04 02:56:23,684 DEBUG LTRemoteConfigManager - Remote Config is successfully refreshed 2021-03-04 02:56:23,690 DEBUG LTRemoteConfigManager - Info lastFetchStatus -1 fetchTimeMillis Thu Mar 04 04:56:23 GMT+02:00 2021 2021-03-04 11:37:41,597 DEBUG CheckIconWorker - need Usual Icon 2021-03-04 11:37:41,612 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-04 11:37:53,088 DEBUG AppIndexingService - App Indexing API: Failed to add all books to index. Invalid String passed as URL: ''. The invalid indexable url is: litresread://content/a/24761343?from=firebase_api_indexing 2021-03-05 03:59:58,091 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-03-05 03:59:58,098 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-03-05 03:59:58,232 DEBUG CheckIconWorker - need Usual Icon 2021-03-05 03:59:58,266 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-05 11:57:56,561 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«НИ СЫ. Восточная мудрость, которая гласит: будь уверен в своих силах и не позволяй сомнениям мешать тебе двигаться вперед», ticket=11537622969, id=37402792, act=b, icon=https://cv1.litres.ru/pub/c/push- icon/cover_123/37402792-icon.jpg, pack=2502153, title=Слушайте Джен Синсеро} 2021-03-05 11:57:56,713 DEBUG CheckIconWorker - need Usual Icon 2021-03-05 11:57:56,716 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-05 11:57:57,175 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-03-05 11:57:57,214 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-03-05 11:57:57,234 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-03-05 11:57:57,239 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-03-06 05:41:03,573 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-03-06 05:41:03,576 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-03-06 05:41:03,663 DEBUG CheckIconWorker - need Usual Icon 2021-03-06 05:41:03,670 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-06 05:42:03,918 DEBUG LTRemoteConfigManager - Remote Config is successfully refreshed 2021-03-06 05:42:03,933 DEBUG LTRemoteConfigManager - Info lastFetchStatus -1 fetchTimeMillis Sat Mar 06 07:42:03 GMT+02:00 2021 2021-03-06 16:44:42,815 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Самый богатый человек в Вавилоне», ticket=11554986984, id=53825206, act=b, icon=https://cv3.litres.ru/pub/c/push- icon/cover_123/53825206-icon.jpg, pack=2502779, title=Слушайте Джоржа Сэмюэли Клейсна} 2021-03-06 16:44:42,911 DEBUG CheckIconWorker - need Usual Icon 2021-03-06 16:44:42,993 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-06 16:44:43,846 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-03-06 16:44:43,871 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-03-06 16:44:43,922 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-03-06 16:44:43,925 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-03-07 07:44:08,636 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-03-07 07:44:08,641 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-03-07 07:44:08,694 DEBUG CheckIconWorker - need Usual Icon 2021-03-07 07:44:08,698 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-08 07:24:21,601 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-03-08 07:24:21,605 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-03-08 07:24:21,665 DEBUG CheckIconWorker - need Usual Icon 2021-03-08 07:24:21,674 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-08 07:25:21,742 DEBUG LTRemoteConfigManager - Info lastFetchStatus 1 fetchTimeMillis Sat Mar 06 07:42:03 GMT+02:00 2021 2021-03-08 10:25:12,519 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Ведьмак», ticket=11578936557, id=6375365, act=b, icon=https://cv7.litres.ru/pub/c/push-icon/cover_123/6375365-icon.jpg, pack=2503517, title=Читайте Анджея Сапковского} 2021-03-08 10:25:12,760 DEBUG CheckIconWorker - need Usual Icon 2021-03-08 10:25:12,774 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-08 10:25:13,174 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-03-08 10:25:13,227 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-03-08 10:25:13,237 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-03-08 10:25:13,243 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-03-09 07:33:28,280 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-03-09 07:33:28,282 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-03-09 07:33:28,356 DEBUG CheckIconWorker - need Usual Icon 2021-03-09 07:33:28,362 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-09 12:22:40,191 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=В поисках истины: современные детективы Татьяны Поляковой, ticket=11595802284, id=133669, act=c, pack=2504219, title=Читайте!} 2021-03-09 12:22:40,266 DEBUG CheckIconWorker - need Usual Icon 2021-03-09 12:22:40,272 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-09 12:22:40,439 DEBUG ServerPushListener - Notification "COLLECTION" sent. 2021-03-09 12:22:40,456 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-03-09 12:22:40,462 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-03-09 12:22:40,464 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-03-09 12:23:40,388 DEBUG LTRemoteConfigManager - Info lastFetchStatus 1 fetchTimeMillis Sat Mar 06 07:42:03 GMT+02:00 2021 2021-03-10 07:32:38,069 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-03-10 07:32:38,077 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-03-10 07:32:38,318 DEBUG CheckIconWorker - need Usual Icon 2021-03-10 07:32:38,321 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-10 13:18:35,233 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Целитель. Двойная игра», ticket=11611445400, id=63954007, act=b, icon=https://cv3.litres.ru/pub/c/push-icon/cover_123/63954007- icon.jpg, pack=2504279, title=Читайте Валерия Большакова} 2021-03-10 13:18:35,352 DEBUG CheckIconWorker - need Usual Icon 2021-03-10 13:18:35,361 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-10 13:18:35,732 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-03-10 13:18:35,770 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-03-10 13:18:35,784 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-03-10 13:18:35,788 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-03-10 17:32:29,937 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=слушайте книги мастера детектива, ticket=11616889644, id=133669, act=c, pack=2504606, title=Памяти Татьяны Поляковой:} 2021-03-10 17:32:30,016 DEBUG CheckIconWorker - need Usual Icon 2021-03-10 17:32:30,020 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-10 17:32:30,466 DEBUG ServerPushListener - Notification "COLLECTION" sent. 2021-03-11 07:29:41,151 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-03-11 07:29:41,159 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-03-11 07:29:41,225 DEBUG CheckIconWorker - need Usual Icon 2021-03-11 07:29:41,228 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-11 07:30:41,485 DEBUG LTRemoteConfigManager - Remote Config is successfully refreshed 2021-03-11 07:30:41,491 DEBUG LTRemoteConfigManager - Info lastFetchStatus -1 fetchTimeMillis Thu Mar 11 09:30:41 GMT+02:00 2021 2021-03-12 07:47:16,341 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-03-12 07:47:16,347 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-03-12 07:47:16,415 DEBUG CheckIconWorker - need Usual Icon 2021-03-12 07:47:16,418 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-12 13:22:19,688 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Дом голосов», ticket=11643612561, id=64066016, act=b, icon=https://cv8.litres.ru/pub/c/push-icon/cover_123/64066016-icon.jpg, pack=2505068, title=Читайте Донато Карризи} 2021-03-12 13:22:19,775 DEBUG CheckIconWorker - need Usual Icon 2021-03-12 13:22:19,780 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-12 13:22:20,104 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-03-12 13:22:20,130 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-03-12 13:22:20,151 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-03-12 13:22:20,156 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-03-13 07:46:02,109 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-03-13 07:46:02,116 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-03-13 07:46:02,284 DEBUG CheckIconWorker - need Usual Icon 2021-03-13 07:46:02,292 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-13 14:44:55,765 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Файролл. Квадратура круга. Том 4», ticket=11659802694, id=64328231, act=b, icon=https://cv9.litres.ru/pub/c/push- icon/cover_123/64328231-icon.jpg, pack=2505458, title=Читайте Андрея Васильева} 2021-03-13 14:44:55,822 DEBUG CheckIconWorker - need Usual Icon 2021-03-13 14:44:55,838 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-13 14:44:56,159 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-03-13 14:44:56,194 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-03-13 14:44:56,206 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-03-13 14:44:56,221 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-03-14 07:37:05,385 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-03-14 07:37:05,399 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-03-14 07:37:05,458 DEBUG CheckIconWorker - need Usual Icon 2021-03-14 07:37:05,465 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-15 07:21:00,206 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-03-15 07:21:00,224 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-03-15 07:21:00,232 DEBUG CheckIconWorker - need Usual Icon 2021-03-15 07:21:00,236 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-15 10:28:01,401 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Пять травм, которые мешают быть самим собой», ticket=11683721343, id=43317103, act=b, icon=https://cv8.litres.ru/pub/c/push- icon/cover_123/43317103-icon.jpg, pack=2506112, title=Слушайте Лиз Бурбо} 2021-03-15 10:28:01,606 DEBUG CheckIconWorker - need Usual Icon 2021-03-15 10:28:01,697 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-15 10:28:02,010 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-03-15 10:28:02,062 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-03-15 10:28:02,073 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-03-15 10:28:02,104 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-03-16 07:44:37,549 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-03-16 07:44:37,557 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-03-16 07:44:37,612 DEBUG CheckIconWorker - need Usual Icon 2021-03-16 07:44:37,618 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-16 14:01:12,363 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Богатый папа, бедный папа», ticket=11701207104, id=8507477, act=b, icon=https://cv5.litres.ru/pub/c/push-icon/cover_123/8507477-icon.jpg, pack=2506520, title=Слушайте Роберта Кийосаки} 2021-03-16 14:01:12,476 DEBUG CheckIconWorker - need Usual Icon 2021-03-16 14:01:12,480 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-16 14:01:12,889 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-03-16 14:01:12,911 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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:919) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-03-16 14:01:12,931 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-03-16 14:01:13,018 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-03-16 21:55:34,822 DEBUG CheckIconWorker - need Usual Icon 2021-03-16 21:55:34,860 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-16 21:55:35,040 INFO LitresBackupAgent - Checking backup settings 2021-03-16 21:55:35,397 INFO LitresBackupAgent - backup completed 2021-03-17 02:06:08,060 DEBUG CheckIconWorker - need Usual Icon 2021-03-17 02:06:08,066 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-17 02:06:08,084 INFO LitresBackupAgent - Checking backup settings 2021-03-17 02:06:08,255 INFO LitresBackupAgent - backup completed 2021-03-17 07:53:54,998 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-03-17 07:53:55,006 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-03-17 07:53:55,064 DEBUG CheckIconWorker - need Usual Icon 2021-03-17 07:53:55,070 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-17 07:54:55,359 DEBUG LTRemoteConfigManager - Info lastFetchStatus 1 fetchTimeMillis Thu Mar 11 09:30:41 GMT+02:00 2021 2021-03-17 19:03:23,361 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Тревожные люди», ticket=11720079951, id=63028197, act=b, icon=https://cv0.litres.ru/pub/c/push-icon/cover_123/63028197- icon.jpg, pack=2506895, title=Читайте Фредрика Бакмана} 2021-03-17 19:03:23,421 DEBUG CheckIconWorker - need Usual Icon 2021-03-17 19:03:23,424 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-17 19:03:23,679 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-03-17 19:03:23,713 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:73) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:202) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:73) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:73) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:202) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:73) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted
2021-03-17 19:03:23,743 WARN RequestExecutor - PROXY isConnected: false, errorCode: 200004, countryIso: md 2021-03-17 19:03:23,746 ERROR LTCatalitClient - Push user event not sent. Code:200004. Message: error 2021-03-17 19:04:23,549 DEBUG LTRemoteConfigManager - Info lastFetchStatus 1 fetchTimeMillis Thu Mar 11 09:30:41 GMT+02:00 2021 2021-03-18 07:39:13,589 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-03-18 07:39:13,597 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-03-18 07:39:13,641 DEBUG CheckIconWorker - need Usual Icon 2021-03-18 07:39:13,645 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-19 12:10:11,203 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {af-uinstall-tracking=true} 2021-03-19 12:10:11,206 WARN ServerPushListener - Message doesn't contains action! Ignore this push 2021-03-19 12:10:11,250 DEBUG CheckIconWorker - need Usual Icon 2021-03-19 12:10:11,253 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-19 12:42:12,900 DEBUG ServerPushListener - onMessageReceived from 150098605394 with data {description=«Искажающие реальность. Книга 7», ticket=11744767455, id=64423411, act=b, icon=https://cv6.litres.ru/pub/c/push- icon/cover_123/64423411-icon.jpg, pack=2507846, title=Слушайте Михаила Атаманова} 2021-03-19 12:42:12,977 DEBUG CheckIconWorker - need Usual Icon 2021-03-19 12:42:12,985 DEBUG CheckIconWorker - Icon is already used MainSplashAlias 2021-03-19 12:42:13,221 DEBUG ServerPushListener - Notification "BOOK" sent. 2021-03-19 12:42:13,238 ERROR RequestExecutor - Network error java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:73) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:202) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:73) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 more java.net.UnknownHostException: Unable to resolve host "android.litres.ru": No address associated with hostname at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156) at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103) at java.net.InetAddress.getAllByName(InetAddress.java:1152) at okhttp3.Dns$a.lookup(SourceFile:1) at okhttp3.internal.connection.RouteSelector.next(SourceFile:22) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:29) at okhttp3.internal.connection.StreamAllocation.a(SourceFile:1) at okhttp3.internal.connection.StreamAllocation.newStream(SourceFile:6) at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:5) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:22) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:28) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:9) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:10) at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:1) at m.a.a(SourceFile:18) at m.a$b.execute(SourceFile:2) at okhttp3.internal.NamedRunnable.run(SourceFile:3) 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) Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No address associated with hostname) at libcore.io.Linux.android_getaddrinfo(Native Method) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:73) at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:202) at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:73) at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135) ... 24 common frames omitted