You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today while running my app your library gave the following error message in logcat:
E/SntpClient: SNTP request failed for 216.239.35.0: java.lang.IllegalArgumentException: All arguments must be set. Passed Values:roundTripDelay=61; uptimeOffset=1585002762271; systemClockOffset=0
and just below:
E/AndroidRuntime: FATAL EXCEPTION: Thread-31
Process: com.xxxx.xxx, PID: 21371
java.lang.IllegalArgumentException: All arguments must be set. Passed Values:roundTripDelay=61; uptimeOffset=1585002762271; systemClockOffset=0
at com.medavox.library.mutime.TimeData$Builder.build(TimeData.java:84)
at com.medavox.library.mutime.SntpClient.requestTime(SntpClient.java:168)
at com.medavox.library.mutime.SntpRequest.send(SntpRequest.java:68)
at com.medavox.library.mutime.Ntp$4.performWork(Ntp.java:164)
at com.medavox.library.mutime.Ntp$4.performWork(Ntp.java:160)
at com.medavox.library.mutime.ParallelProcess$InternalWrapper.run(ParallelProcess.java:77)
What does it mean? Do I have any way to catch such errors (and also InvalidNtpServerResponseException ) when using the library?
I am using an LG V20 phone running Android 8 and the latest version of your library.
The text was updated successfully, but these errors were encountered:
Today while running my app your library gave the following error message in logcat:
and just below:
What does it mean? Do I have any way to catch such errors (and also
InvalidNtpServerResponseException
) when using the library?I am using an LG V20 phone running Android 8 and the latest version of your library.
The text was updated successfully, but these errors were encountered: