-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dark monitor crashing due to reported missing env packages #1357
Comments
I've found a way to get this working, although I still don't understand why what we had been using no longer works. The packages are in the environment, and the correct path to the packages is in the PATH env variable. Anyway, when I supply an instance of a web driver in the call to export_png, it works. This suggests that for some reason it isn't able to find or create a web driver instance otherwise? This works, as tested on the ops server:
|
Further digging has revealed that this issue is coming from updated versions of selenium. With selenium at 4.9.1, everything works fine (without having to supply a webdriver instance). Using 4.10.0, bokeh's export_png fails. Just before that failure is a statement So it seems that in order to keep up with the latest version of selenium, we'll need to use the updated code above when creating png files. |
Comment by Bryan Hilbert on JIRA: Resolved via #1360 |
Issue JWQL-138 was created on JIRA by Bryan Hilbert:
On Sept 13, the dark monitor crashed while trying to create png files. The error statement reports:
"RuntimeError: Neither firefox and geckodriver nor a variant of chromium browser and chromedriver are available on system PATH. You can install the former with 'conda install -c conda-forge firefox geckodriver'."
However, I've confirmed that both firefox and geckodriver are present in the jwql-3.9 environment. The environment was just deleted and re-created from scratch last week. Could it be that the web service is working with an old version of the environment? Except that both packages were present in the old version of the environment as well.
The text was updated successfully, but these errors were encountered: