-
Notifications
You must be signed in to change notification settings - Fork 19
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
Unable to get refresh token with Firefox #6
Comments
I have a similar issue, but only when trying to run the auth from an installed package -> then it fails with |
Same problem here on my Linux box. So I cloned the repo and tweaked it until it worked.
The solution is simply enough: download the current After that I changed the
The superfluous parameters made the function call fail which was interpreted as "Firefox is not installed". Please note that I temporarily changed
|
Will this work in a native app in headless mode? So far I was unsuccessful. It either fails to get a driver or selenium times out. |
@adithya995 What exactly do you mean by "native app" and "headless mode"? What are the exact errors you're getting when you say "fails to get a driver" and "selenium times out"? |
Describe the bug
I'm not familiar with selenium at all, but
lidl-plus auth
was reporting that I don't have firefox installed (I do). Removingexecutable_path
,firefox_binary
andfirefox_profile
arguments fromwebdriver.Firefox()
in_init_firefox()
fixed this issue.Expected behavior
I'm supposed to get a refresh token.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: