-
Notifications
You must be signed in to change notification settings - Fork 16
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
Says No Active Users Found #41
Comments
Hi @amandesai01 , thank you for submitting an issue! |
@amandesai01 That's strange. I tested the script and it works fine. I saw your PR #40 has been made from the master branch. It is possible that the problem was introduced by the changes that you made in the PR. As a preliminary test, can you try making a fresh clone of the repo and rerun the script on the master branch if possible? If there's no output even on the fresh clone, please test if the selectors are working fine. If you find the solution, feel free to make a PR! |
Hey @ayushjainrksh . That was the same thing which I thought. So I checked out to version at which master was before me making changes. Still found same error. |
@amandesai01 Okay thanks for confirming. Let me know if you find the problem. I'll also have a look. |
I checked again, it still works for me but I'm not surprised that it doesn't work for you. In the end, I'll need your help to figure this out. Might be a similar problem as #20 |
@amandesai01 This issue should probably be fixed by #42. Please let me know if it works so that this issue can be closed. |
@ayushjainrksh It still isn't working. I guess it is problem related to MacBook. I suspect this due to following line:
KeyChain is a password managing service used by macOS to keep password management centralised and sync passwords across devices securely. |
@amandesai01 Thanks for reporting this issue. Please open a PR if you find a solution. |
Describe the bug
When I run the script, It says no active users found on page 0. Although, there are users listed. I used
process.env.company
asGoogle
Console Logs
To Reproduce
Steps to reproduce the behavior:
Set
COMPANY=Google
in.env
file. and run as directed in README.Expected behavior
A clear and concise description of what you expected to happen.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: