Skip to content

FATAL error #9

@agforte

Description

@agforte

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions