code-server armhf release always missing some scripts on Android #6424
Replies: 2 comments 6 replies
-
I believe you use something else with Termux, and what I think has occured is that you use a VM along with Termux, and it doesn't have all the dependency files for you to run code-server. Can you give us more info on the way you use code-server with Termux in this case? |
Beta Was this translation helpful? Give feedback.
-
You can ignore the If keytar is missing it might be because the dependencies required to build it are missing. I think it is |
Beta Was this translation helpful? Give feedback.
-
code-server works successfully on my samsung galaxy a11 android device. But the log output shows some files are missing always when I run it. I checked four versions of code-server, but it's the same always. What's is the solution? Here is the log output:
File not found: /usr/lib/code-server/lib/vscode/out/vsda_bg.wasm
File not found: /usr/lib/code-server/lib/vscode/out/vsda.js
[19:28:58] [127.0.0.1][7c7d4a64][ManagementConnection] New connection established.
[19:29:01] Using the in-memory credential store as the operating system's credential store could not be accessed. Please see https://aka.ms/vscode-server-keyring on how to set this up. Details: Cannot find module '../build/Release/keytar.node'
Require stack:
A screeshot from Termux:
A screenshot to show that it works successfully on my browser:
Thanks,
Melaku
Beta Was this translation helpful? Give feedback.
All reactions