by python client and appium 1.20.2
- send request for create session.
- kill python process(for stop test) before responding from the server.
- then appium server die with
[HTTP] Could not cache the response identified by ‘b65972b3-7cc2-4dfb-9f1d-a730107ec03c’, because it has not been completed
[HTTP] Does the client terminate connections too early?
This is expected. The server has detected the fact that client connection has been unexpectedly terminated without waiting for a response.
thanks
So, can’t the Appium server be always turned on like a DB server?
Sorry, I don’t understand where such conclusion is coming from. Ofc it could (and should) be turned on
Appium server “DIE” after print that error messages.
Is it right?
thanks.
I cannot say nothing without having the debug info. Are there any crash dumps or any other log types available?
Setting
Reenact
Log(by appium “–log crash.log”)
crash.log (5.7 KB)
Thanks!
I cannot reproduce this issue, Make sure you don’t have any leftovers from previous versions before installing Appium
1 Like
Oh, that feature isn’t included in 1.20.2.
Server not die with [email protected]
Thanks!