You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I dig deep into how your code works and figured this might be happened due to the way the docker file has been configured? FYI, I get the following error: 'WebDriverException: Message: unknown error: Chrome failed to start: exited abnormally.'
Your code has been a real lifesaver - it allowed me to finish a project using Streamlit and Selenium with relative ease. However, I had to use undetected_chromedriver instead of the regular WebDriver, and an issue has arisen after running the app with multiple users: it starts to break, and sometimes even reboots itself, attempting to re-install the package dependencies.
I looked into the issue further and think it might have something to do with how the Dockerfile is configured. The error I see is
Could you advise on how to resolve this issue?
The text was updated successfully, but these errors were encountered:
I haven't used undetected_chromedriver yet, so i can give no quick answer.
And also this is way too little information to give any advice.
Please share a link to your github project, then i can have a look at it.
I'm having a similar problem, I'm using undetected-chromedriver(uc) in my project
uc is also a chromedriver, I put chromium and chromium-driver in the package.txt file, but it still fails when I run it in streamlit share.
I dig deep into how your code works and figured this might be happened due to the way the docker file has been configured? FYI, I get the following error: 'WebDriverException: Message: unknown error: Chrome failed to start: exited abnormally.'
Your code has been a real lifesaver - it allowed me to finish a project using Streamlit and Selenium with relative ease. However, I had to use undetected_chromedriver instead of the regular WebDriver, and an issue has arisen after running the app with multiple users: it starts to break, and sometimes even reboots itself, attempting to re-install the package dependencies.
I looked into the issue further and think it might have something to do with how the Dockerfile is configured. The error I see is
Could you advise on how to resolve this issue?
The text was updated successfully, but these errors were encountered: