NetBare-Android icon indicating copy to clipboard operation
NetBare-Android copied to clipboard

EOFException: Read error

Open wilos opened this issue 6 years ago • 1 comments

Device: Android 8.1 Latest version of NetBare Sample

I visited the following page: https://www.espn.com/soccer/scoreboard and an error was reported in logcat:

2019-02-18 13:27:30.008 11516-11581/com.github.megatronking.netbare.sample E/NetBare: java.io.EOFException: Read error

Here's the lines before and after the error:

2019-02-18 13:27:30.001 11516-11581/com.github.megatronking.netbare.sample I/URL: WKP Request: https://cto.fn-pz.com/v1/web 2019-02-18 13:27:30.002 11516-11581/com.github.megatronking.netbare.sample I/NetBare: [TCP][54.242.122.197:443]Encode a http2 frame: HEADERS stream(1) length(386) 2019-02-18 13:27:30.002 11516-11581/com.github.megatronking.netbare.sample I/NetBare: [TCP][54.242.122.197:443]Decode a http2 frame: DATA stream(1) length(817) 2019-02-18 13:27:30.002 11516-11581/com.github.megatronking.netbare.sample I/NetBare: [TCP][54.242.122.197:443]Http2 stream end: 1 2019-02-18 13:27:30.002 11516-11581/com.github.megatronking.netbare.sample I/NetBare: [TCP][54.242.122.197:443]Encode a http2 frame: DATA stream(1) length(817) 2019-02-18 13:27:30.003 11516-11581/com.github.megatronking.netbare.sample I/NetBare: [TCP][104.89.45.59:443]Read from remote: 4096 2019-02-18 13:27:30.003 11516-11581/com.github.megatronking.netbare.sample W/NetBare: No enough ssl/tls packet length, packet: 16413 actual: 12288 2019-02-18 13:27:30.004 11516-11581/com.github.megatronking.netbare.sample I/NetBare: [TCP][5.226.178.246:443]Read from remote: 841 2019-02-18 13:27:30.006 11516-11581/com.github.megatronking.netbare.sample I/URL: WKP Response: https://imstore.bet365affiliates.com/?AffiliateCode=365_374860&CID=196&DID=299&TID=1&PID=149&LNG=1 2019-02-18 13:27:30.006 11516-11581/com.github.megatronking.netbare.sample I/NetBare: [TCP][5.226.178.246:443]Write to proxy: 419 2019-02-18 13:27:30.007 11516-11581/com.github.megatronking.netbare.sample I/NetBare: [TCP][5.226.178.246:443]Write to proxy: 83 2019-02-18 13:27:30.007 11516-11581/com.github.megatronking.netbare.sample I/NetBare: [TCP][5.226.178.246:443]Write to proxy: 161 2019-02-18 13:27:30.007 11516-11581/com.github.megatronking.netbare.sample I/NetBare: [TCP][5.226.178.246:443]Write to proxy: 45 2019-02-18 13:27:30.008 11516-11581/com.github.megatronking.netbare.sample E/NetBare: java.io.EOFException: Read error 2019-02-18 13:27:30.009 11516-11581/com.github.megatronking.netbare.sample I/NetBare: [TCP][5.226.178.246:443]Proxy tunnel is closed. 2019-02-18 13:27:30.009 11516-11581/com.github.megatronking.netbare.sample I/NetBare: [TCP][5.226.178.246:443]Remote tunnel is closed. 2019-02-18 13:27:30.010 11516-11581/com.github.megatronking.netbare.sample I/NetBare: [TCP][5.226.178.246:443]Gateway request finished! 2019-02-18 13:27:30.010 11516-11581/com.github.megatronking.netbare.sample I/NetBare: [TCP][5.226.178.246:443]Gateway response finished! 2019-02-18 13:27:30.011 11516-11581/com.github.megatronking.netbare.sample I/NetBare: [TCP][104.89.45.59:443]Read from remote: 4096

Was able to reproduce this error by re-loading the page, so hopefully it is easy to reproduce (did not try on other devices yet).

The page still loaded fine in Chrome, there were no visible signs of a problem.

wilos avatar Feb 18 '19 12:02 wilos

I can not reproduce this error on Android 8.1.

MegatronKing avatar Feb 19 '19 02:02 MegatronKing