You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I tried to run the Appium test on my Gear S3, but I got an issue. Every time I got an error: _Encountered internal error running command: UnknownError: An unknown server-side error occurred while processing the command. Original error: Tizen bootstrap socket crashed: Error: This socket has been ended by the other party_
Also, I tried to use a wearable emulator but got the same error. Could you please help with this issue or to advice what I have to do to avoid it?
Test code desiredCapabilities.setCapability("appPackage", "org.tizen.w-contacts.app-control"); desiredCapabilities.setCapability("newCommandTimeout", "600"); desiredCapabilities.setCapability("deviceName", "Tizen"); desiredCapabilities.setCapability("platformName", "Tizen"); RemoteWebDriver driver = new RemoteWebDriver(new URL("http://localhost:4723/wd/hub"), desiredCapabilities); driver.navigate().back();
I see port forwarding using 8888 port but nothing is started on a device with this value...
Also, I see that uiautomator use dynamic ports on a device to listen something:
netstat -anp | grep uiau
Hello!
I tried to run the Appium test on my Gear S3, but I got an issue. Every time I got an error:
_Encountered internal error running command: UnknownError: An unknown server-side error occurred while processing the command. Original error: Tizen bootstrap socket crashed: Error: This socket has been ended by the other party_
Also, I tried to use a wearable emulator but got the same error. Could you please help with this issue or to advice what I have to do to avoid it?
Test code
desiredCapabilities.setCapability("appPackage", "org.tizen.w-contacts.app-control"); desiredCapabilities.setCapability("newCommandTimeout", "600"); desiredCapabilities.setCapability("deviceName", "Tizen"); desiredCapabilities.setCapability("platformName", "Tizen"); RemoteWebDriver driver = new RemoteWebDriver(new URL("http://localhost:4723/wd/hub"), desiredCapabilities); driver.navigate().back();
I see port forwarding using 8888 port but nothing is started on a device with this value...
Also, I see that uiautomator use dynamic ports on a device to listen something:
netstat -anp | grep uiau
Logs
appium-server-logs.txt
The text was updated successfully, but these errors were encountered: