Shkurupii commented on issue #11765: URL: https://github.com/apache/incubator-superset/issues/11765#issuecomment-737957241
Check whether geckodriver is executable. Although you place gecko in correct bin PATH, error Message: 'geckodriver' **executable** needs to be in PATH might also give you a hint that gecko has wrong permissions. Now regarding your superset and celery stack. Enable DEBUG in superset config: ``` LOG_LEVEL = "DEBUG" CELERYD_LOG_LEVEL = "DEBUG" ``` and see how it goes. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
