Brant Tedeschi
Brant Tedeschi
I managed to fix it by modifying `web.py` and adding the following under user agent option... Be sure to download chromedriver here:. https://chromedriver.chromium.org/downloads. ``` options.add_argument("--headless=new") options.add_argument("--no-sandbox") options.add_argument("--ignore-ssl-errors=true") options.add_argument("--ignore-certificate-errors") options.binary_location="C:/Program Files/Google/Chrome...
Just wanted to post my findings. I do think that authenticating a new user to use the application no longer works. However, posting new status updates still works. I previously...
@woppywush you are better off switching to a different library as @bhogoose mentioned. I am now using https://github.com/themattharris/tmhOAuth.