sean
Reviving this thread.
I've been running a python selenium script for a while and it broke the other month (late june) and I just got around to looking at it.
Hoping you can shed some light (I am not very competent here )
Seems like the Chrome was no longer able to run, log:
ERROR:root:Error fetching or processing URL: Message: Service /home/xx/.cache/selenium/chromedriver/linux64/127.0.6533.99/chromedriver unexpectedly exited. Status code was: 1
I installed Chrome per your instructions for some testing, and when trying to access it (e.g., chrome --version), I got the following error:
chrome: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by chrome)
So, I placed an older version of chrome (from when the script was working) in the place of the latest version and it seems to be working fine now to call it. It also seems to have resolved my script issue as well.
Any insights around getting the latest chrome version working again?