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

SocketReader read() returning null #59

Open
prianck opened this issue Sep 8, 2020 · 2 comments
Open

SocketReader read() returning null #59

prianck opened this issue Sep 8, 2020 · 2 comments

Comments

@prianck
Copy link

prianck commented Sep 8, 2020

I had experienced a crash in the app pointing to the library's ReceiveThread's run() function. here
I was wondering what could probably cause a NPE at reader.read()

@prianck
Copy link
Author

prianck commented Sep 8, 2020

Stacktrace
Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'byte[] j.a.a.c.b.a()' on a null object reference at me.aflak.bluetooth.Bluetooth$ReceiveThread.run(Bluetooth.java:556)

@Tho391
Copy link

Tho391 commented Aug 16, 2021

Same issue:
E/AndroidRuntime: FATAL EXCEPTION: Thread-15 Process: com.bosch.aquaeasy.dev, PID: 30888 java.lang.NullPointerException: Attempt to invoke virtual method 'byte[] j.a.a.c.b.a()' on a null object reference at j.a.a.a$i.run(SourceFile:556)

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

2 participants