-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Panic: net/http: abort Handler #48
Comments
Hi, maybe session had already closed when you tried to request info? We'll try to repeat your case. |
Hi there. I've experienced same issue on two latest versions 0.5.0 and 0.4.0 while trying to run my appium tests. Everything seems to be working fine from ver. 0.3.0 to 0.3.2 tho.
At the same time jsonwire-grid debug log looks like
and if we go to grid/status we see:
|
Hello! I try to start a session on nodes, a grid with a basic config, but I get an error ...
But the session starts and displays in "/grid/status"
But when requesting "/grid/session/info?sessionid=4b8f95d6cb9cb32f0a962146e229af3e" again, errors ...
What am I doing wrong?
using selenium-server-standalone-3.141.59.jar as node
The text was updated successfully, but these errors were encountered: