I'm trying to write a program which checks https://www.surfline.com/ every day and lets me know if there's good surf. When using headless selenium webdriver from my computer, it fails security, but using headless undetected chromedriver (uc) works.
However, I've been unable to get uc working on Colab. This is my code:
I'm trying to write a program which checks https://www.surfline.com/ every day and lets me know if there's good surf. When using headless selenium webdriver from my computer, it fails security, but using headless undetected chromedriver (uc) works.
However, I've been unable to get uc working on Colab. This is my code:
Error message:
Traceback:
Stacktrace:
I've tried most of the suggestions here https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/743 which has the same error message, but consider this a different issue since I'm talking specifically about using Colab.
Open to suggestions of other platforms I should move onto if this may be a Colab-related issue.