-
-
Notifications
You must be signed in to change notification settings - Fork 990
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
[BUG] - AttributeError: 'browser' object has no attribute 'verifyFp' #263
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Hey @edenhikri, We did a quick check and this issue looks very darn similar to
This could be a coincidence, but if any of these issues solves your problem then I did a good job 😄 If not, the maintainers will get to this issue shortly. Cheers, |
Unfortunately, none of the comments on these other issues resolved the issue I am facing... |
I am trying to get the last 10 video stats of users with over 1m followers from a 150 user list on tiktok. However, once it is about half way finished printing all the stats, I get the error.
This is the error I receive:
my code script:
It should print the stats of the last 10 videos for each user that is over 1 million followers, and it does so. However, I get an error after it has printed 21 user's stats.
I have looked at similar issues under this GitHub repository, however, nothing has fixed it
The text was updated successfully, but these errors were encountered: