selenium-wire icon indicating copy to clipboard operation
selenium-wire copied to clipboard

http/2 connection terminated by server problematic?

Open MeisterFa opened this issue 2 years ago • 0 comments

Hello :)

every now and then I get this error information when I run selenium wire.

http/2 connection terminated by server: error code: 0, last stream id: 5, additional data: none

I'm not sure why exactly it happens, but it happens about every 50 interactions with selenium. Interestingly enough, the interactions seem to happen anyway, or at least I got my data correctly.

I am still curious if it is problematic?

I tried this solution here:

sw_options = {
    'mitm_http2': False
}

But it crushes on my machine after a while :/

MeisterFa avatar Sep 06 '22 09:09 MeisterFa