aLEGEND
aLEGEND
RRailway
Created by aLEGEND on 7/31/2023 in #✋|help
Billing Question
7 replies
RRailway
Created by aLEGEND on 10/21/2022 in #✋|help
Build sometimes fails while installing chromedriver in Dockerfile
My project ID is 04c2df39-c3b5-4186-9cac-c6d0b06cae8f This issue only happens sometimes, and I don't change the code in the Dockerfile between commits. The full error is:
executor failed running [/bin/sh -c apt-get update && apt-get install -y xvfb gnupg wget curl unzip --no-install-recommends && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list && apt-get update -y && apt-get install -y google-chrome-stable && CHROMEVER=$(google-chrome --product-version | grep -o "[^\.]*\.[^\.]*\.[^\.]*") && DRIVERVER=$(curl -s "https://chromedriver.storage.googleapis.com/LATEST_RELEASE_$CHROMEVER") && wget -q --continue -P /chromedriver "http://chromedriver.storage.googleapis.com/$DRIVERVER/chromedriver_linux64.zip" && unzip /chromedriver/chromedriver* -d /chromedriver]: exit code: 100
executor failed running [/bin/sh -c apt-get update && apt-get install -y xvfb gnupg wget curl unzip --no-install-recommends && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list && apt-get update -y && apt-get install -y google-chrome-stable && CHROMEVER=$(google-chrome --product-version | grep -o "[^\.]*\.[^\.]*\.[^\.]*") && DRIVERVER=$(curl -s "https://chromedriver.storage.googleapis.com/LATEST_RELEASE_$CHROMEVER") && wget -q --continue -P /chromedriver "http://chromedriver.storage.googleapis.com/$DRIVERVER/chromedriver_linux64.zip" && unzip /chromedriver/chromedriver* -d /chromedriver]: exit code: 100
6 replies
RRailway
Created by aLEGEND on 9/1/2022 in #✋|help
Cannot connect to Docker daemon
I get this error when restarting my Discord bot:
=========================
Using Detected Dockerfile
=========================
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
=========================
Using Detected Dockerfile
=========================
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
My project id is 6f74d637-0633-4d3c-b0a2-c592f40e71cc
6 replies
RRailway
Created by aLEGEND on 8/16/2022 in #✋|help
Change Container
Is there any way I can change which container is being used to run my project directly with a command line command so that the IP can be changed in case of a Discord 429 error?
18 replies