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

Error in starting appium session onTizen OS #302

Open
Varadekushagra opened this issue Mar 7, 2023 · 1 comment
Open

Error in starting appium session onTizen OS #302

Varadekushagra opened this issue Mar 7, 2023 · 1 comment

Comments

@Varadekushagra
Copy link

I am trying to execute the following code

const wdio = require("webdriverio");

const opts = {
// path: '/wd/hub',
port: 4723,
capabilities: {
"platformName": "TizenTV",
"appium:automationName" : "TizenTV",
"appium:deviceName" : "172.31.42.205:26101",
"appium:chromedriverExecutable" : "/Users/kushagravarade/Downloads/chromedriver",
"appium:rcToken" : "16085789",
"appium:appPackage" : "org.tizen.example.MovieLibrary"
}
};

async function main () {
const client = await wdio.remote(opts);
console.log("I got client as: " , client)
// await client.deleteSession();
}

main();

and I am getting the error when running the code. I am attaching error log and also appium log. Can you please help me with this issue.

appium.log
err.log

@jlipps
Copy link
Collaborator

jlipps commented Mar 9, 2023

something seems wrong in how you have started the server or the session. if you include the full appium log i may be able to see what

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants