GameAnalytics / GA-SDK-GODOT

Official GameAnalytics Godot SDK repository
MIT License
42 stars 7 forks source link

(Android) Failed to send events to collector #24

Closed Lariay closed 2 years ago

Lariay commented 2 years ago

Hello, on Samsung S10+ I get this warning. Why it can be? Maybe you can help me fix it.

02-27 19:41:39.519 28220 28499 W GameAnalytics: Warning/GameAnalytics: Event queue: Failed to send events to collector - Retrying next time 02-27 19:41:48.085 28220 28499 I GameAnalytics: Info/GameAnalytics: Event queue: Sending 113 events. 02-27 19:41:48.492 28220 28499 W GameAnalytics: Warning/GameAnalytics: Event queue: Failed to send events to collector - Retrying next time

the1schwartz commented 2 years ago

It looks like there is no internet connection on the device

Lariay commented 2 years ago

It looks like there is no internet connection on the device

But the internet is on :) This case I never saw on other devices.

the1schwartz commented 2 years ago

Ok does any of the previous logs indicate anything to why these warnings appear?

Also does these warning also happen on other devices when you test?

Lariay commented 2 years ago

After reinstalling the build all is fine. Strange case.