-
Notifications
You must be signed in to change notification settings - Fork 182
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
Can't update my extension bracketstoix #328
Comments
Regarding the update the extension on the registry, I read another previous posted issue, which points to: |
Although, I still can't execute it locally, I tried online and it works. It's enough for me. |
hi @a-bentofreire Phoenix code has deprecated support for legacy node as it relied on an ancient node version. That may be the reason why the extension failed to load in desktop builds. There is a brand new and eazier node framework now available based on node20. Please see https://github.com/phcode-dev/extension-node-template on how to use this. Do drop an issue or discussion for any help in https://github.com/phcode-dev/phoenix as that is the main tracking repo now for brackets development. |
Thank you for reply, but the desktop version reported this issue as soon as I executed after I download the app without any extension loaded, so it's not related to my extension or any other extension. |
Ah! This is on linux i see. @charlypa is linux mint 22 supported? |
@a-bentofreire @abose @a-bentofreire would you tell us exactly what is missing |
System: I'm attaching screenshots |
I see from your installation something about the installation of webkit2gtk. which version do you have installed?
|
@a-bentofreire
Then execute file |
This is the output /home/abf/.phoenix-code/phoenix-code |
@a-bentofreire
Then execute file |
No worries, I'm attaching the library list (the output) |
@a-bentofreire i will remove the duplicate extension in a day or two as i need to write a remove extension workflow which we delayed implementing till someone asks for it. We try hard to make phcode work in all linux distros out there, but some distros have some quirks to iron out. If you can help a bit, i can share a custom debug build to identity the issue. Just need to execute it and share the results. |
Thank you for removing the duplicate. |
@a-bentofreire I created a custom debug build to identify the issue. Can you download it from https://github.com/abose/wer/releases/download/fedoraDebug/portable-debug-build-3.9.1.zip , extract and run |
It executes without issues.
|
@a-bentofreire The break was due to some linux distros not returning the user documents folder correctly. The fix will be available in the next release. In the meantime, you can use the build i shared till the release is out. Thanks again for helping with the fix. |
perfect! |
I would like to update my extension: BracketsToIX to a newer version, but I face 2 issues:
It points to
https://localhost:3000/auth/github/callback?code=(number)
- My comment bellow points to an alternative way.When I execute on Linux Mint 22, the phoenix-code 3.8.8, it just shows 'Ops! Something went wrong. Try restaring the app' right after the execution without allowing me to do anything.
The text was updated successfully, but these errors were encountered: