Alok Kumar
Alok Kumar
[🐛 Bug]: java.io.UncheckedIOException: java.io.IOException: HTTP/1.1 header parser received no bytes
I have set up three iOS nodes and I'm running five test cases. To automate this process, I've created a shell script containing grid and node commands, which I'm executing...
[🐛 Bug]: java.io.UncheckedIOException: java.io.IOException: HTTP/1.1 header parser received no bytes
Because with the help of my script I am able to launch the simulator, launch the grid, and register the node. However, when I am creating the driver for the...
[🐛 Bug]: java.io.UncheckedIOException: java.io.IOException: HTTP/1.1 header parser received no bytes
``` #!/usr/bin/env bash appium_path=$(which appium) echo "Appium path set to : $appium_path" #appium_path1=$(whereis appium | cut -f2 -d ":" ) platformName=$1 echo "Platform for execution is : $platformName" HUB_IP="127.0.0.1" CLIENT_IP="127.0.0.1"...
[🐛 Bug]: java.io.UncheckedIOException: java.io.IOException: HTTP/1.1 header parser received no bytes
@joerg1985 Even though I am specifying the hub URL as `--hub http://:4444`, the test cases are still failing on the first device. Additionally, I am encountering the same exception: `org.openqa.selenium.SessionNotCreatedException:...
[🐛 Bug]: java.io.UncheckedIOException: java.io.IOException: HTTP/1.1 header parser received no bytes
@joerg1985 [file.txt](https://github.com/SeleniumHQ/selenium/files/15266516/file.txt)
[🐛 Bug]: java.io.UncheckedIOException: java.io.IOException: HTTP/1.1 header parser received no bytes
Everything is okay. Each configuration has a different port number, UDID, and version. There are no issues with the configurations, still it's not working
[🐛 Bug]: java.io.UncheckedIOException: java.io.IOException: HTTP/1.1 header parser received no bytes
@joerg1985, I encountered a similar issue despite enforcing HTTP/1.1 in the protocol version. While all test cases are executing flawlessly on Android, I am experiencing this problem with iOS.
[🐛 Bug]: java.io.UncheckedIOException: java.io.IOException: HTTP/1.1 header parser received no bytes
No @joerg1985 I am not using direct connect
[🐛 Bug]: java.io.UncheckedIOException: java.io.IOException: HTTP/1.1 header parser received no bytes
One more thing I want to mention: I get org.asynchttpclient.exception.RemotelyClosedException: Remotely closed when I use the selenium-grid-server version that did not have the protocol-version enforced in the node configuration. I...
Will it work in future