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

I can't run the project on Wabos #1744

Open
soliev-hasan opened this issue Oct 3, 2024 · 10 comments
Open

I can't run the project on Wabos #1744

soliev-hasan opened this issue Oct 3, 2024 · 10 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@soliev-hasan
Copy link

error: ⨯ ○ platform configure: Error: No Webos SDK found. Check if it is installed.
at /Users/dilovar/Desktop/new/myApp/node_modules/@rnv/sdk-webos/src/installer.ts:44:15
at step (/Users/dilovar/Desktop/new/myApp/node_modules/tslib/tslib.js:195:27)
at Object.next (/Users/dilovar/Desktop/new/myApp/node_modules/tslib/tslib.js:176:57)
at fulfilled (/Users/dilovar/Desktop/new/myApp/node_modules/tslib/tslib.js:166:62)

@soliev-hasan soliev-hasan added the bug Something isn't working label Oct 3, 2024
@GabrieleKaceviciute
Copy link
Collaborator

@soliev-hasan Thanks for reporting this issue, could you provide rnv and node versions, webos simulator version, os type?

@soliev-hasan
Copy link
Author

"@rnv/template-starter": "1.1.0",
node versions : v20.18.0,
webos simulator version : 1.4.1
os type : macOS

@Marius456 Marius456 added this to the 1.5 milestone Oct 7, 2024
@pauliusguzas
Copy link
Collaborator

@soliev-hasan Are you sure you have webos sdk installed? if yes, then you need to add path to that sdk in ~/.rnv/renative.json

@soliev-hasan
Copy link
Author

ares --version
Version: 3.1.2

and yes there is no renative.json there

Снимок экрана 2024-10-07 в 15 28 22\

@soliev-hasan
Copy link
Author

if you mean renative.json at the root of the project then here it is
image

@Marius456
Copy link
Contributor

Marius456 commented Oct 7, 2024

Hello @soliev-hasan ,
I think there was a similar problem:

In following days there should be 1.3.0 live release or you can check 1.3.0-rc.2 where this problem is fixed.
Another solution is to add sdk path. You can find it in linked problem.

@soliev-hasan
Copy link
Author

thanks, it worked, but now it displays an error on the webos sdk itself, don’t you know how to fix it?
Снимок экрана 2024-10-08 в 09 56 53

@aurimasmi
Copy link
Collaborator

Do you have device setuped with ares-setup-device?

@soliev-hasan
Copy link
Author

yes I even installed several devices via ares-setup-device

@Marius456 Marius456 modified the milestones: 1.5, 1.6 Oct 21, 2024
@Marius456 Marius456 self-assigned this Oct 21, 2024
@Marius456
Copy link
Contributor

Marius456 commented Oct 21, 2024

Hello @soliev-hasan,
I little confused about your installed ares. You said that you have ares v3.1.2.
However, from this error I see that you use old version of ares that you have in Desktop folder. I guessing it is old because it tries to run ares-device-info that is deprecated.

Here is screenshot when I try to run it with ares v3.0.6:
image

Steps for you to try:

  1. Try to run ares-device -D
  2. If you get list of devices like in my screenshot, than try to temporary rename CLI folder in Desktop/new/webOS_TV_SDK and run renative again.
  3. If step 1 fails, try reinstalling webos/cli https://www.npmjs.com/package/@webos-tools/cli

Let me know if you need more help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants