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

Eror when run docker image #10

Open
Kohinor46 opened this issue Oct 8, 2023 · 2 comments
Open

Eror when run docker image #10

Kohinor46 opened this issue Oct 8, 2023 · 2 comments

Comments

@Kohinor46
Copy link

Hi.
I can't run docker image it's crash with error:

 E2023-10-08T10:16:19.445Z 11 main.js:33] TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string or an instance of Buffer or URL. Received undefined
2023-10-08 13:16:19     at Object.openSync (node:fs:582:10)
2023-10-08 13:16:19     at Object.readFileSync (node:fs:458:35)
2023-10-08 13:16:19     at /opt/outline-server/app/main.js:33:12797
2023-10-08 13:16:19     at Generator.next (<anonymous>)
2023-10-08 13:16:19     at o (/opt/outline-server/app/main.js:33:8968)
2023-10-08 13:16:19     at processTicksAndRejections (node:internal/process/task_queues:96:5)

And when i run command to install and run i get error:

sudo SB_IMAGE="kugaevsky/outline-server-arm64" bash -c "$(wget -qO- https://raw.githubusercontent.com/kugaevsky/outline-server-arm64/master/src/server_manager/install_scripts/install_server.sh)"
Unsupported machine type: arm64. Please run this script on a x86_64 machine

Sorry! Something went wrong. If you can't figure this out, please copy and paste all this output into the Outline Manager screen, and send it to us, to see if we can help you.
Full log: /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/outline_logXXX.hTzeYsIR

@genothomas
Copy link

genothomas commented May 7, 2024

This works!

kugaevsky/outline-server-arm64#3 (comment)

sudo SB_IMAGE="kugaevsky/outline-server-arm64" bash -c "$(curl -sL "https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh" | sed '/local MACHINE_TYPE/,/fi/{d}')"

@Kohinor46
Copy link
Author

Kohinor46 commented Jun 12, 2024

Now it's wait at step
Waiting for Outline server to be healthy ....
in containers no errors
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants