Replies: 2 comments
-
Add prints to your code and you will find your mistake in your code, instagrapi has nothing to do with it |
Beta Was this translation helpful? Give feedback.
0 replies
-
wow okay thank you! ❤️ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am creating a "telephone number scraper" using this library, unfortunately I came across an error and I can't find the solution, can you help me? What happens is that when I try to get data from a user using Client() without any authentication made by the library, it still uses a Client() that has a login done. I expected with my code to reduce the number of blocks using a client without any account and if it gave an error of "login required" I would handle the error with exceptions, but it did not work. I will leave an example code very similar to my original code for you to understand better:
Is it a mistake in my logic or does the library always use a logged-in client to make requests?
Beta Was this translation helpful? Give feedback.
All reactions