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: There is invalid WITS_USER_DATA #89

Open
needz opened this issue Dec 24, 2020 · 3 comments
Open

Error: There is invalid WITS_USER_DATA #89

needz opened this issue Dec 24, 2020 · 3 comments

Comments

@needz
Copy link

needz commented Dec 24, 2020

When running WITS in VSCode, I get the following error. I couldn't find any troubleshooting tips for this.

WITs::setWitsconfigInfo
setWitsconfigInfo:::Error: There is invalid profile. Please create a profile or active the profile.
start:::Error: There is invalid WITS_USER_DATA

@prozanne
Copy link
Member

Hi,

For using VSCode,
since the profile path of extension is addressing inside their location,
you should create a new certification for VSCode.

Enter to the palette > Tizen TV: Run certificate manager > Create Profile (Tizen)
And then, Tizen TV: WITs start again.

Thanks.
Rosie

@needz
Copy link
Author

needz commented Dec 28, 2020

@prozanne , thanks, after I created the certificate, it progresses further, but there is now another error:

Failed to install Wits
Error: Command failed: /***/***/tizentv-tools/sdb/sdb -s 192.168.0.123:26101 shell 0 debug ***.***WITs
closed

You can see there is WITs added at the end of command (. is the package name) and if I run this command manually without WITs at the end, it progresses further.

How can I fix this bug? Which file should I edit to remove the unnecessary "WITs" at the end of the command?

@prozanne
Copy link
Member

Hi, there.

First, "WITs" at the end of package name is not a bug.
WITs has a quite different construct. WITs is actually container application which we push your actual application codes to the iframe tag on WITs container application.
If the package name is redundant It's gonna be real problem.

The reason why Wits hasn't been installed is I will look at.
Thanks

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