You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having issues with the VS Code Extension. I noticed it was stuck on "Initializing Please Wait." for a long time so I looked at the Terminal output and saw it was throwing: zsh: permission denied: /home/<me>/.vscode/extensions/aict.solidgpt-0.0.6/server/run_api_x86. So I chmodded it with exec privileges but now it's throwing: zsh: exec format error: /home/<me>/.vscode/extensions/aict.solidgpt-0.0.6/server/run_api_x86. I also tried executing it using bash but doing that it throws a different error: /home/<me>/.vscode/extensions/aict.solidgpt-0.0.6/server/run_api_x86: /home/<me>/.vscode/extensions/aict.solidgpt-0.0.6/server/run_api_x86: cannot execute binary file.
Not quite sure what the issue is. Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
Hi,
Having issues with the VS Code Extension. I noticed it was stuck on "Initializing Please Wait." for a long time so I looked at the Terminal output and saw it was throwing:
zsh: permission denied: /home/<me>/.vscode/extensions/aict.solidgpt-0.0.6/server/run_api_x86
. So I chmodded it with exec privileges but now it's throwing:zsh: exec format error: /home/<me>/.vscode/extensions/aict.solidgpt-0.0.6/server/run_api_x86
. I also tried executing it using bash but doing that it throws a different error:/home/<me>/.vscode/extensions/aict.solidgpt-0.0.6/server/run_api_x86: /home/<me>/.vscode/extensions/aict.solidgpt-0.0.6/server/run_api_x86: cannot execute binary file
.Not quite sure what the issue is. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: