-
Notifications
You must be signed in to change notification settings - Fork 7
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
Installation of the incorrect plugin never ends #99
Comments
Hi @mariomamo, did you check the readme on this repo? You should use @freelensapp/freelens-node-pod-menu I close this issue, but please repoen if you still have problems about that. Thanks! fyi @dex4er |
Hi @robertobandini, No, I didn’t. My bad, I’m sorry. Wouldn’t it be better to return an error in case someone enters a wrong link, like I did? Also, I just want to thank you and the rest of the team for the work you’re all doing on this project. It’s incredibly useful 😄 |
Yes I agree! Can you open an issue about this idea? Or if you want you can even try to resolve it and do a PR. |
Yes, of course! |
Actually I would use this issue opened as the main bug is not solved: installation (of the incorrect package) never ends. |
Thanks @dex4er! @mariomamo Let us know if you need any help! Thanks |
Hi guys, I just created the pull request for this issue. I’ve added a timeout of 10 seconds, which should be sufficient since this function starts after all the extension files have been moved to the extensions folder, and it only reads the manifest file from there. |
Describe the bug
Attempting to install a plugin causes the install button to load indefinitely without completing the process.
To Reproduce
Steps to reproduce the behavior:
@alebcay/openlens-node-pod-menu
inName or file path or URL to an extension package
or drag and drop a .tar file, or browse using the file picker.Install
button.Expected behavior
The installation process should either complete successfully, resulting in the plugin being installed, or fail with an error message, ensuring the plugin is not installed.
Screenshots
Environment:
The text was updated successfully, but these errors were encountered: