drawterm-android icon indicating copy to clipboard operation
drawterm-android copied to clipboard

tlssrv: auth_proxy: short read and crash

Open KSPAtlas opened this issue 3 years ago • 5 comments

So I'm trying to use this app to connect to drawterm on my phone, but upon pressing the connect button, I get an error on my combined CPU/auth server that reads "tlssrv: auth_proxy: auth_proxy short read". What's happening?

KSPAtlas avatar Mar 03 '22 23:03 KSPAtlas

I have no idea... that error comes from /sys/src/libauth/auth_proxy.c where it looks like a read call returns 0 bytes

are you able to drawterm in on the same connection in another way?

echoline avatar Mar 04 '22 08:03 echoline

I have no idea... that error comes from /sys/src/libauth/auth_proxy.c where it looks like a read call returns 0 bytes

are you able to drawterm in on the same connection in another way?

I can drawterm in on desktop just fine

KSPAtlas avatar Mar 04 '22 12:03 KSPAtlas

did you figure this out? it might be helpful to have the android stacktrace

echoline avatar Mar 16 '22 13:03 echoline

did you figure this out? it might be helpful to have the android stacktrace

How do I get that?

KSPAtlas avatar Mar 16 '22 16:03 KSPAtlas

you can get log information by connecting from a computer with "adb logcat"

echoline avatar Mar 22 '22 16:03 echoline