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
On current master branch, connect to rpi, go to Terminal
Seem to work fine with #2038's commit hash d9f2712, so likely happened when #2040 was merged
FATAL EXCEPTION: main
Process: io.treehouses.remote, PID: 24243
kotlin.UninitializedPropertyAccessException: lateinit property mChatService has not been initialized
at io.treehouses.remote.bases.BaseFragment.getMChatService(BaseFragment.kt:19)
at io.treehouses.remote.bases.BaseFragment.onLoad(BaseFragment.kt:41)
at io.treehouses.remote.fragments.TerminalFragment.onCreateView(TerminalFragment.kt:49)
at androidx.fragment.app.Fragment.performCreateView(Fragment.java:3115)
at androidx.fragment.app.FragmentStateManager.createView(FragmentStateManager.java:569)
at androidx.fragment.app.FragmentStateManager.moveToExpectedState(FragmentStateManager.java:278)
at androidx.fragment.app.FragmentManager.executeOpsTogether(FragmentManager.java:2152)
at androidx.fragment.app.FragmentManager.removeRedundantOperationsAndExecute(FragmentManager.java:2047)
at androidx.fragment.app.FragmentManager.execPendingActions(FragmentManager.java:1990)
at androidx.fragment.app.FragmentManager$5.run(FragmentManager.java:702)
at android.os.Handler.handleCallback(Handler.java:938)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:233)
at android.app.ActivityThread.main(ActivityThread.java:8068)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:631)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:978)
The text was updated successfully, but these errors were encountered:
Steps to reproduce
On current
master
branch, connect to rpi, go to TerminalSeem to work fine with #2038's commit hash d9f2712, so likely happened when #2040 was merged
The text was updated successfully, but these errors were encountered: