paulmandal / atak-forwarder

Forwards packets to/from ATAK over an off-grid communication layer
MIT License
404 stars 42 forks source link

NullPointerException on MeshDeviceConfigurator.onConnectionStateChanged. #85

Closed bisgroves closed 2 years ago

bisgroves commented 3 years ago

java.lang.NullPointerException

java.lang.NullPointerException: at com.paulmandal.atak.forwarder.comm.meshtastic.MeshDeviceConfigurer.checkOwner (SourceFile:5) at com.paulmandal.atak.forwarder.comm.meshtastic.MeshDeviceConfigurer.onConnectionStateChanged (SourceFile:7) at com.paulmandal.atak.forwarder.comm.meshtastic.MeshServiceController.a (SourceFile:1) at com.paulmandal.atak.forwarder.comm.meshtastic.MeshServiceController.b (Unknown Source) at com.paulmandal.atak.forwarder.comm.meshtastic.h.run (Unknown Source:4) at android.os.Handler.handleCallback (Handler.java:938) at android.os.Handler.dispatchMessage (Handler.java:99) at android.os.Looper.loop (Looper.java:223) at android.app.ActivityThread.main (ActivityThread.java:7656) at java.lang.reflect.Method.invoke (Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:592) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:947)

paulmandal commented 3 years ago

Can you add reproduction instructions?

bisgroves commented 3 years ago

Unfortunately not.   I only have the stack trace from Google play.

-- Shawn Bisgrove PAR Government System Corporation 421 Ridge Street Rome, NY 13440 315.356.2141 (w) 315.571.6767 (c)

This email message and attachment(s) may contain sensitive and/or proprietary information and is intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately and destroy the original message without making a copy. Please do not transmit any sensitive, proprietary, ITARS or FOUO data via e-mail without using approved encryption techniques.


From: paulmandal @.***> Sent: Sunday, October 10, 2021 11:15 To: paulmandal/atak-forwarder Cc: Shawn Bisgrove; Author Subject: Re: [paulmandal/atak-forwarder] NullPointerException on MeshDeviceConfigurator.onConnectionStateChanged. (#85)

Can you add reproduction instructions?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

paulmandal commented 2 years ago

This may be fixed by: https://github.com/paulmandal/atak-forwarder/pull/104

paulmandal commented 2 years ago

Closing since there are no updates.