michaelhball / discogs_alert

Customised, real-time alerting for your hard-to-find wantlist items.
MIT License
29 stars 7 forks source link

Fix docker, fix selenium deprecations #47

Closed ddelange closed 1 year ago

ddelange commented 1 year ago

re: #43 I didn't manage to get docker running as user either

deprecations: https://stackoverflow.com/a/70099102/5511061

tested using simplified Dockerfile

webdriver_manager does not check chromium version (on bullseye apt it's v110):

selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 111
Current browser version is 110.0.5481.177 with binary path /usr/bin/chromium

so now getting the matching versions using apt directly