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

INTERNAL_ERROR reported on some pages

Open wilos opened this issue 5 years ago • 1 comments

Device: Android 8.1 Latest version of NetBare Sample

I visited the following page: http://www.espncricinfo.com/series/18913/game/1158065/uwi-vice-chancellors-xi-vs-england-tour-match-england-tour-of-wi-2018-19 and an error was reported in logcat:

2019-02-18 12:49:20.264 11516-11581/com.github.megatronking.netbare.sample E/NetBare: [TCP][2.21.170.249:443]Http2 TYPE_GOAWAY error code: INTERNAL_ERROR last stream: 0

Here's the lines before and after the error:

2019-02-18 12:49:18.480 11516-11579/com.github.megatronking.netbare.sample I/NetBare: [UDP][172.217.168.162:443]Write to remote: 28 2019-02-18 12:49:20.262 11516-11581/com.github.megatronking.netbare.sample I/NetBare: [TCP][2.21.170.249:443]Read from remote: 77 2019-02-18 12:49:20.263 11516-11581/com.github.megatronking.netbare.sample I/NetBare: [TCP][2.21.170.249:443]Decode a http2 frame: GOAWAY stream(0) length(8) 2019-02-18 12:49:20.264 11516-11581/com.github.megatronking.netbare.sample E/NetBare: [TCP][2.21.170.249:443]Http2 TYPE_GOAWAY error code: INTERNAL_ERROR last stream: 0 2019-02-18 12:49:20.264 11516-11581/com.github.megatronking.netbare.sample I/NetBare: [TCP][2.21.170.249:443]Write to proxy: 46 2019-02-18 12:49:20.266 11516-11581/com.github.megatronking.netbare.sample I/NetBare: [TCP][2.21.170.249:443]Read from remote: -1 2019-02-18 12:49:20.266 11516-11581/com.github.megatronking.netbare.sample I/NetBare: [TCP][2.21.170.249:443]Remote tunnel is closed. 2019-02-18 12:49:20.266 11516-11581/com.github.megatronking.netbare.sample I/NetBare: [TCP][2.21.170.249:443]Gateway request finished! 2019-02-18 12:49:20.269 11516-11579/com.github.megatronking.netbare.sample V/NetBare: ip: 10.1.10.1:39402 -> 2.21.170.249:44907 2019-02-18 12:49:20.269 11516-11579/com.github.megatronking.netbare.sample V/NetBare: tcp: ACKPSH 39402 -> 44907 -525999401:1783992291, size: 46 2019-02-18 12:49:20.270 11516-11579/com.github.megatronking.netbare.sample V/NetBare: ip: 10.1.10.1:44907 -> 2.21.170.249:443 2019-02-18 12:49:20.270 11516-11579/com.github.megatronking.netbare.sample V/NetBare: tcp: ACK 44907 -> 443 1783992291:-525999355, size: 0 2019-02-18 12:49:21.080 11516-11581/com.github.megatronking.netbare.sample E/NetBare: Connection reset by peer 2019-02-18 12:49:21.081 11516-11581/com.github.megatronking.netbare.sample I/NetBare: [TCP][198.105.197.235:443]Proxy tunnel is closed. 2019-02-18 12:49:21.081 11516-11581/com.github.megatronking.netbare.sample I/NetBare: [TCP][198.105.197.235:443]Remote tunnel is closed. 2019-02-18 12:49:21.082 11516-11581/com.github.megatronking.netbare.sample I/NetBare: [TCP][198.105.197.235:443]Gateway request finished! 2019-02-18 12:49:21.083 11516-11581/com.github.megatronking.netbare.sample I/NetBare: [TCP][198.105.197.235:443]Gateway response finished! 2019-02-18 12:49:21.086 11516-11579/com.github.megatronking.netbare.sample V/NetBare: ip: 10.1.10.1:39402 -> 198.105.197.235:47768 2019-02-18 12:49:21.087 11516-11579/com.github.megatronking.netbare.sample V/NetBare: tcp: ACKFIN 39402 -> 47768 1693217116:1110106827, size: 0

Was able to reproduce this error by re-loading the page, and also saw it on other pages, 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 13:02 wilos

I also found this report on some webs, but it's hard to say that it's an issue with NetBare. It may even be the notice before the peer closes the connection.

MegatronKing avatar Feb 19 '19 02:02 MegatronKing