-
Notifications
You must be signed in to change notification settings - Fork 195
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
Error : You need to call init() on TrueTime at least once. #142
Comments
same problem |
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
@Tooto did u get a solution? |
does anyone has a solution for this? |
Has this problem already been resolved? |
You might be calling TrueTime.now before the async call is complete
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi i sometimes i got this error
java.lang.IllegalStateException: You need to call init() on TrueTime at least once. com.instacart.library.truetime.TrueTime.now(TrueTime.java:29)
but i already put this on my class that extend Application() class
doAsync { TrueTime.build().initialize() }
The text was updated successfully, but these errors were encountered: