I’m trying to install and launch the application in the Tizen TV using tizenTV appium driver via Appium inspector but observing the following error.
Failed to create session. An unknown server-side error occurred while processing the command. Original error: Cannot read properties of undefined (reading ‘replace’)
Please find the used capabilities below:
{
"platformName": "TizenTV",
"appium:automationName": "TizenTV",
"appium:deviceName": "192.168.1.1:26101",
"appium:chromedriverExecutable": "C:\\Users\\ADMIN\\Downloads\\Chromedriver2.36\\chromedriver.exe",
"appium:chromedriverExecutableDir": "C:\\Users\\ADMIN\\Downloads\\Chromedriver2.36",
"appium:app": "D:\\Projects\\app.wgt",
"appium:appPackage": "aNkF8Ke.TV",
"appium:rcMode": "js",
"appium:rcKeypressCooldown": 2000,
"appium:rcToken": "2111000"
}
Version Details:
Node version is 20.13.1
Appium version - 2.13.1
Appium Inspector Version - 2024.3.4
tizentv driver version - 0.16.0
Samsung TV Model - UA32T4350AKXXL
TV manufacture Year - 2021
I’ve attached appium session log as a text file.
Appium log for tizen.txt (6.0 KB)
It looks like an internal driver bug. Please report it to driver maintainers (also make sure you use the most recent available driver version)
Same issue reported to the maintainer.
opened 01:19PM - 12 Feb 25 UTC
I’m trying to install and launch the application in the Tizen TV using [tizenTV … appium driver](https://github.com/headspinio/appium-tizen-tv-driver/blob/main/packages/appium-tizen-tv-driver/README.md) via Appium inspector but observing the following error.
Failed to create session. An unknown server-side error occurred while processing the command. Original error: Cannot read properties of undefined (reading ‘replace’)
Please find the used capabilities below:
{
"platformName": "TizenTV",
"appium:automationName": "TizenTV",
"appium:deviceName": "192.168.1.1:26101",
"appium:chromedriverExecutable": "C:\\Users\\ADMIN\\Downloads\\Chromedriver2.36\\chromedriver.exe",
"appium:chromedriverExecutableDir": "C:\\Users\\ADMIN\\Downloads\\Chromedriver2.36",
"appium:app": "D:\\Projects\\app.wgt",
"appium:appPackage": "aNkF8Ke.TV",
"appium:rcMode": "js",
"appium:rcKeypressCooldown": 2000,
"appium:rcToken": "2111000"
}
Version Details:
Node version is 20.13.1
Appium version - 2.13.1
Appium Inspector Version - 2024.3.4
tizentv driver version - 0.16.0
Samsung TV Model - UA32T4350AKXXL
TV manufacture Year - 2021
I’ve attached appium session log as a text file.
[Appium log for tizen (1).txt](https://github.com/user-attachments/files/18768387/Appium.log.for.tizen.1.txt)
