Skip to content
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

currently, geckodriver 0.34.0 is recommended for firefox 121 #3141

Closed
return42 opened this issue Jan 22, 2024 · 0 comments · Fixed by #3166
Closed

currently, geckodriver 0.34.0 is recommended for firefox 121 #3141

return42 opened this issue Jan 22, 2024 · 0 comments · Fixed by #3166
Labels
bug Something isn't working

Comments

@return42
Copy link
Member

The test.robot test reports that the geckodriver needs to be upgraded to v0.34.0

make V=1 test.robot
./manage test.robot
INFO:  sourced NVM environment from /800GBPCIex4/share/SearXNG/.nvm
TEST      robot
PYENV     [check] import yaml --> OK
PYENV     OK
+ local/py3/bin/python -c 'import sys; sys.path.pop(0); import  searx ;'
INSTALL   gecko.driver
GECKO     Installing local/py3/bin/geckodriver \
 from https://github.com/mozilla/geckodriver/releases/download/v0.33.0/geckodriver-v0.33.0-linux64.tar.gz
+ python -m tests.robot
 * Serving Flask app 'webapp'

Running 7 tests
The geckodriver version (0.33.0) detected in PATH at ./local/py3/bin/geckodriver might not be \
  compatible with the detected firefox version (121.0.1); currently, geckodriver 0.34.0 is \
  recommended for firefox 121.*, so it is advised to delete the driver in PATH and retry
@return42 return42 added the bug Something isn't working label Jan 22, 2024
return42 added a commit to return42/searxng that referenced this issue Jan 29, 2024
Update gecko driver to v0.34.0 [1]

[1] https://github.com/mozilla/geckodriver/releases/tag/v0.34.0

Closes: searxng#3141
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
return42 added a commit that referenced this issue Jan 29, 2024
Update gecko driver to v0.34.0 [1]

[1] https://github.com/mozilla/geckodriver/releases/tag/v0.34.0

Closes: #3141
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant