-
Notifications
You must be signed in to change notification settings - Fork 4
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 when running wits-start #5
Comments
Hello, did you solved this error? I think it's something with Certificates. |
How to solve: PKCS#12 MAC could not be verified. Invalid password?
(node:171193) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'privateKey' of null Seems that the passwords aren't stored in .pwd files, they're stored in some kind of "secret-tool". /home/<YOUR USER>/tizen-studio/tools/certificate-encryptor/secret-tool store --label="tizen-studio" --password <YOUR CERTIFICATE PASSWORD> keyfile <YOUR KEY FILE> tool certificate-manager Then, you create for distributor and for author. |
@zLupa Hi PKCS#12 MAC could not be verified. Invalid password? I am also stuck on the same issue. |
@chiragkataria22 Hello. Would you share your development env? |
@pwsses Hi
Certificate is being created via samsung account. There is only single profile in profiles.xml. Emulator is also installed |
Yep, see my last comment |
Tried the above command for both author and distributor. But that too didn't work. Still getting this error. Start packaging Samsung Tizen TV Platform...... [webide-common-tizentv]projectHelper.buildWidget() profilePath = /home/chirag/tizen-studio-data/profile/profiles.xml, excludeFiles = undefined TypeError: Cannot read property 'privateKey' of null |
@chiragkataria22 I think this is the same issue. and It seems to be a Tizen Platform constraint on headless Linux system. |
Everything else seems to be working great... except when I run
wits-start
Please advise...
The text was updated successfully, but these errors were encountered: