codebruch / SimpleAktienKursGrabber

A small web scraper to get DAX and SP 500 quotes
MIT License
0 stars 0 forks source link

Chromedriver issue on ARM #1

Open froodproton opened 7 months ago

froodproton commented 7 months ago

This doesn't work:

RUN CHROMEDRIVER=$(google-chrome --product-version | grep -o "[^.].[^.].[^.]") && \ echo $CHROMEDIRVER && \ DRIVERVER=$(curl -s "https://chromedriver.storage.googleapis.com/LATEST_RELEASE_$CHROMEDRIVER") && \ wget -q --continue -P /chromedriver "http://chromedriver.storage.googleapis.com/$DRIVERVER/chromedriver_linux64.zip" && \ unzip /chromedriver/chromedriver -d /chromedriver

Starting with "$(google-chrome --product-version | grep -o "[^.].[^.].[^.]*") " is without result.

codebruch commented 7 months ago

can you provide the output of thge bold commands in your system environment, for my docker ( this is suppoerted) it looks like below: *CHROMEDRIVER=$(google-chrome --product-version | grep -o "[^.].[^.].[^.]") root@grabber-cron-28357920-g4fbm:/# echo $CHROMEDRIVER 114.0.5735 root@grabber-cron-28357920-g4fbm:/# cat etc/issue** Debian GNU/Linux 11 \n \l

cat /etc/debian_version 11.8

dpkg -l | grep chrome ii google-chrome-stable 114.0.5735.90-1 amd64 The web browser from Google