Samsung / Wits

Wits for Your Tizen web application development.It will saved your development times and bring pleasure of developing out. Using Wits, You can instantly RELOAD your app's JavaScript/CSS code instead of reinstalling your app every time you make a change.
Apache License 2.0
113 stars 25 forks source link

Wits stoped installing on device #100

Open antfenech opened 2 years ago

antfenech commented 2 years ago

I've had this happen on 2 different devices, I'm trying to run wits -s --verbose I'd be saving a file and then Wits fails to install, The wits app will no longer load to the apps screen, I've tried factory resetting the device. Not sure what else to do. I can get this to work as is after adjusting the .witsconfig for IP address on other devices. Is there some other version of factory reset to clear the TV? or am I looking at the problem wrong. Thanks for any help!



      > [ Stored Information ]

      > baseAppPath  : /Users/tony/Desktop/Code/WITsProject
      > width        : 1920
      > deviceIp     : 192.168.1.89
      > isDebugMode  : true

      > profile path : /Users/tony/Desktop/Code/WITsProject/node_modules/@tizentv/wits/resource/profiles.xml
      > hostIp       : 192.168.1.37

connect to....192.168.1.89
192.168.1.89:26101 is already connected

Success to connect 192.168.1.89
List of devices attached 
192.168.1.89:26101      device          UN43TU700DFXZA

secure_protocol:enabled
intershell_support:disabled
filesync_support:pushpull
usbproto_support:disabled
sockproto_support:enabled
syncwinsz_support:enabled
sdbd_rootperm:disabled
rootonoff_support:disabled
encryption_support:disabled
zone_support:disabled
multiuser_support:enabled
cpu_arch:armv7
sdk_toolpath:/home/owner/share/tmp/sdk_tools
profile_name:tv
vendor_name:Samsung
can_launch:tv-samsung
device_name:Tizen
platform_version:6.0
product_version:4.0
sdbd_version:2.2.31
sdbd_plugin_version:3.8.4_TV_REL
sdbd_cap_version:1.0
log_enable:disabled
log_path:/tmp
appcmd_support:disabled
appid2pid_support:enabled
pkgcmd_debugmode:enabled
netcoredbg_support:enabled

content src is : dist/index.html

Start packaging Samsung Tizen TV Platform......

[webide-common-tizentv]projectHelper.buildWidget() profilePath = /Users/tony/Desktop/Code/WITsProject/node_modules/@tizentv/wits/resource/profiles.xml, excludeFiles = undefined
After build package, signature tempory files were removed
[webide-common-tizentv]projectHelper.widget.on(): Build Package completed!
============================== Build Package completed!

============================== Start to install the package

uninstall WITsProject
app_id[WITsProject] uninstall start
app_id[WITsProject] uninstall failed[132]
spend time for wascmd is [50]ms

[warning] Failed to uninstall Wits
WARNING: Your data are to be sent over an unencrypted connection and could be read by others.
pushed                       WITs.wgt   100%        136KB           0KB/s
1 file(s) pushed. 0 file(s) skipped.
/Users/tony/Desktop/Code/WITsProject/node_modules/@tizentv/wits/container/WITs.wgt   1300KB/s (140174 bytes in 0.105s)

install WITsProject
package_path /home/owner/share/tmp/sdk_tools/WITs.wgt
app_id[WITsProject] install start
app_id[WITsProject] installing[8]
app_id[WITsProject] installing[10]
app_id[WITsProject] installing[12]
app_id[WITsProject] installing[14]
app_id[WITsProject] installing[17]
app_id[WITsProject] installing[19]
app_id[WITsProject] installing[21]
app_id[WITsProject] installing[23]
app_id[WITsProject] installing[25]
app_id[WITsProject] install failed[118, -11], reason: Author certificate not match : 
spend time for wascmd is [1042]ms

Failed to install Wits
✨  Done in 2.20s.```