-
Notifications
You must be signed in to change notification settings - Fork 65
Raspberry pi #20
Comments
What is the error? |
It might be something simple im a little new to linux. 0 info it worked if it ends with ok |
@Kronull Are you tired to node app "docker-compose.yml" command? |
what what command is that? |
|
What are you typed in the console?
|
i dont knwo anything so like im kinda dumb |
Choice one @Kronull |
Come for here: https://gitter.im/valorant-watcher/support |
He use this command: Do not mix it! |
I think that valorant-watcher do not work on rpi because image https://hub.docker.com/r/d3vm/valorant-watcher/tags is based on amd64 architecture. To make it work on rpi you would have to create additional image with arm64 arch. |
@KanarekLife True |
@D3vl0per FROM arm64v8/node:13.12.0-alpine3.10 AS arm64v8
LABEL maintainer="D3v <info@zsmark.dev>"
RUN apk add --no-cache chromium nss freetype freetype-dev harfbuzz ca-certificates ttf-freefont
WORKDIR /usr/src/app
COPY . .
RUN npm install
CMD ["npm","start"] |
when running on rpi i get this error🔎 Checking config file... |
For me it's working perfectly fine on a RPi 4B (armv7l), which version of NodeJS do you use? |
rpi 2a or b and node 10.19.0 |
now a new error🔎 Checking config file...
|
sorry it was my own fault i configured chromium instead of chromium-browser |
Will this work with the raspberry pi because I've been trying it on it and I keep getting errors.
The text was updated successfully, but these errors were encountered: