-
Notifications
You must be signed in to change notification settings - Fork 112
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
ValueError in urllib3 when authenticating #153
Comments
Hey @bellerofonte thanks for sharing your issue in detail 👍 This seems to be related to selenium/chrome/chromedriver versions. Indeed, thanks for bringing the You can see more information about this issue under #140, particularly: #140 (comment) Let me know if updating the versions helps solving the issue |
Hi @Voyz! Thank you for your effort! docker run \
--env IBEAM_ACCOUNT=****** \
--env IBEAM_PASSWORD=****** \
--env IBEAM_AUTHENTICATION_STRATEGY=B \
-p 5000:5000 voyz/ibeam:0.5.0-rc2 |
happy to hear you got it working otherwise @bellerofonte 👍 if you'd like to, feel free to share your troubles with the standalone version. |
Hi @Voyz ! Here is the issue I am facing to when I run
Chrome driver is installed at I run IBEAM_GATEWAY_DIR=/home/pgm/clientportal.gw \
IBEAM_CHROME_DRIVER_PATH=/opt/chromedriver \
IBEAM_OUTPUTS_DIR=. \
IBEAM_ACCOUNT=****** \
IBEAM_PASSWORD=****** \
IBEAM_AUTHENTICATION_STRATEGY=B \
python3 ibeam_starter.py I have also tried |
Thanks 👍
Do you have |
🤦♂️ I've just installed chrome via latest stable .deb... and it works! Thank you! |
Way to go! Congrats @bellerofonte 👍 So the problem was that you didn't have chrome installed or that it was outdated? |
yep, I didn't have chrome installed |
Cool, glad that was the problem, and well done figuring it out! 👏 |
Hey @bellerofonte feel free to close this issue now 👍 |
Describe the bug
Authentication fails with error:
Full output
To Reproduce
Steps to reproduce the behavior:
ibeam_starter.py
Expected behavior
Success authentication
Environment
IBeam version:
0.4.6
Docker image or standalone:
standalone
Python version (standalone users only):
3.10.12
OS:
Ubuntu 22.04.2 LTS
Additional context
urllib3 version:
2.0.3
selenium version:
3.141.0
Suggest a Fix
⁉️ possibly outdated
ibeam
requiresselenium
version3.*
but it seems that issue is fixed in version4.9.0
setup.py
The text was updated successfully, but these errors were encountered: