You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/08/09 16:53:48 UTC

[GitHub] [superset] mustafacse commented on issue #16059: Failed taking a screenshot 'WebDriver' object has no attribute 'screenshot'

mustafacse commented on issue #16059:
URL: https://github.com/apache/superset/issues/16059#issuecomment-895380802


   I am also facing the issue with this feature but its slightly different, on the dashboard email schedule. I keep getting below error in celery task and utilmately it timed out.
   
   [2021-08-09 15:28:40,721: DEBUG/ForkPoolWorker-7] POST http://127.0.0.1:57379/session/283e5b685c73b8fbb40f4515cdbac0bf/element {"using": "css selector", "value": ".grid-container"}
   [2021-08-09 15:28:40,729: DEBUG/ForkPoolWorker-7] http://127.0.0.1:57379 "POST /session/283e5b685c73b8fbb40f4515cdbac0bf/element HTTP/1.1" 404 838
   [2021-08-09 15:28:40,730: DEBUG/ForkPoolWorker-7] Finished Request
   
   It could be chrome driver version support with Selenium, I am using 3.141.0 version and chrome version Google Chrome 92.0.4515.131
   
   @lozbrown - can you tell me how can I install 85 version that you have installed.??
   
   I am using below script to install chrome.
   sudo unzip chromedriver_linux64.zip
   sudo mv chromedriver /usr/bin/chromedriver
   sudo curl https://intoli.com/install-google-chrome.sh | bash
   sudo mv /usr/bin/google-chrome-stable /usr/bin/google-chrome
   
   # run chromium driver and chrome browser
   screen -S chromeDriver -d -m chromedriver
   screen -S chrome -d -m google-chrome


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org