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

No features are working after activating a license #926

Open
tonomb opened this issue Jan 23, 2025 · 3 comments
Open

No features are working after activating a license #926

tonomb opened this issue Jan 23, 2025 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@tonomb
Copy link

tonomb commented Jan 23, 2025

Description
I downloaded The Radon IDE extension a few weeks ago and the simulator seems to be working perfectly but none of the features beside the Simulator were enabled.

I purchased and activated a license thinking the feature needed a active license to work. After activating the license the features are still not enabled

CleanShot.2025-01-23.at.11.41.14.mp4

Features that don't work:

  • Element Inspector
  • Debug and Logging
  • Router Integration
  • Screen Recording
  • Previews

Environment

  • Radon v1.2.0
  • React Native "0.73.6"
  • Expo: "50.0.14"
  • Cursor: v0.44.11
@tonomb tonomb added the bug Something isn't working label Jan 23, 2025
@filip131311
Copy link
Collaborator

Hello, thank you so much for reporting the issue! If you don't mind, I have a few fallow up questions:

  1. do you start you application in terminal? It should not be necessary - radon starts its metro server
  2. could you provide us with the radon IDE logs?
  3. could you record the app boot process?

@filip131311 filip131311 self-assigned this Jan 24, 2025
@tonomb
Copy link
Author

tonomb commented Feb 13, 2025

Hey @filip131311

  1. Yes, that is the way I was starting the application. I run Yarn Start in the terminal and then open the extension.
CleanShot.2025-02-13.at.13.54.07.mp4
  1. If I only open the Extension it gets stuck looking for the development servers.
CleanShot.2025-02-13.at.13.56.13.mp4

Here are the logs Radon_IDE.log

@jwajgelt
Copy link
Contributor

jwajgelt commented Mar 4, 2025

Yes, that is the way I was starting the application. I run Yarn Start in the terminal and then open the extension.

Radon IDE relies on the React Native application connecting with the Metro server started by the extension -- that's why the extension features don't work for you when you connect that way. It's something that we plan to change in the future, but for now, you have to use the Metro session started by Radon IDE.

If I only open the Extension it gets stuck looking for the development servers.

looking at the logs, I can see a lot of messages which look like:

2025-02-13 13:59:47.482 [error] Error: Command failed: gcloud config get-value project --format=json
/bin/sh: gcloud: command not found

My guess is that the Metro server started by Radon fails to launch the gcloud binary, which is used by one of the Metro/Expo plugins in your project.
We've had issues with the PATH variable not being set up correctly in the past, and it might be the root cause here as well. We hope these will be fixed in the next release. In the meantime, you could try adding the gcloud binary path to your PATH env variable in your .zshrc file (or similar if you use a different shell) to see if it resolves the issue -- though I understand that's not something you should have to do. Would love to hear back from you if it helps, or if the actual problem lies elsewhere.

Sorry for the inconvenience @tonomb 🙏

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

3 participants