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

Infinite loading #58

Closed
gamesprogramist opened this issue Aug 25, 2022 · 1 comment
Closed

Infinite loading #58

gamesprogramist opened this issue Aug 25, 2022 · 1 comment

Comments

@gamesprogramist
Copy link

I put a search for a Russian number (+7927). Half an hour has passed and 0 results.
image

@AzizKpln
Copy link
Owner

Hi,
i just tested the features you've selected. Everything works fine. I'll write you possible problems and solutions:

1- You might didn't give a correct gmail account. You can generate a fresh account.
2- Your system requirements might be low. This might cause playwright not to work properly. Try to give at least 4 GB of ram. If you're using Virtualbox, try to insert guest additions CD image
3- Your OS might be too old. Try to use the newest Kali or Parrot Linux.
4- Playwright may not have installed properly. Try to install playwright manually. Give these commands:

apt update && apt upgrade -y
apt install python3-pip -y
python3 -m pip install playwright
python3 -m playwright install
python3 -m playwright install chromium
python3 -m playwright install firefox

Let me know if it's fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants