Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FATAL error #9

Open
agforte opened this issue Mar 24, 2020 · 0 comments
Open

FATAL error #9

agforte opened this issue Mar 24, 2020 · 0 comments

Comments

@agforte
Copy link

agforte commented Mar 24, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant