Skip to content
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

Tizen driver available commands do not work, exited with code 1'; Stderr: 'closed'; #11326

Closed
pkebets opened this issue Sep 6, 2018 · 3 comments
Labels
ThirdParty upstream problems

Comments

@pkebets
Copy link

pkebets commented Sep 6, 2018

The problem

The commands tizen driver offers us do not work. Every connection to real tizen device is followed by "Getting install status for 'appPackage'" command. This and other available commands are executed over "sdb shell".
"sdb shell" is not supported neither by emulators not by real devices, unless real device has "debug firmware installed".
According to what I see from Appium server log, tizen driver executes 'sdb shell' scripts directly against device and throws "sdb shell ... exited with code 1'; Stderr: 'closed';".
It will never work since it is blocked by firmware. The only way it could be done is over socket connection, I see some JS code related to socket connection but most likely the requests to the device are not going through the socket.

Environment

  • Appium version (or git revision) that exhibits the issue: 1.9.0
  • Last Appium version that did not exhibit the issue (if applicable): -
  • Desktop OS/version used to run Appium: Windows 10
  • Node.js version (unless using Appium.app|exe): 5.6.0
  • Mobile platform/version under test: Tizen 3.0, same behavior for Tizen 2.3 and Tizen 4.0
  • Real device or emulator/simulator: Real Devices
  • Appium CLI or Appium.app|exe:

Link to Appium logs

GIST

Code To Reproduce Issue [ Good To Have ]

To repro the issue it is enough to start Appium server 1.9.0 with capabilities
{
"appPackage": "sample",
"deviceName": "Tizen",
"platformName": "Tizen"
}

@KazuCocoa
Copy link
Member

@pkebets
Can you report it to https://github.com/Samsung/appium-tizen-driver ?
Since it looks happining in tizen driver and it's appium-sdb commands.

cc @flyofsky

@KazuCocoa KazuCocoa added the ThirdParty upstream problems label Sep 6, 2018
@pkebets
Copy link
Author

pkebets commented Sep 6, 2018

@KazuCocoa reported to appium-tizen-driver
Samsung/appium-tizen-driver#10
please remove or close this one

@lock
Copy link

lock bot commented Sep 6, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ThirdParty upstream problems
Projects
None yet
Development

No branches or pull requests

3 participants