Status 200: JSONDecodeError in public_request #1045
Unanswered
ClementineSz
asked this question in
Q&A
Replies: 1 comment
-
you need to look for high-quality unique proxies, then if you are lucky you will be able to receive data without a login |
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'm trying to use instagrapi for a personal project and i want to get user id through username.
I'm getting this error :
Status 200: JSONDecodeError in public_request (url=https://www.instagram.com/username/?__a=1&__d=dis) >>>
<title>�о���п ог�ани�ен</title> <style type="text/css"> body { font-family: Helvetica, sans-serif; } h1 { font-size: 60px; } p { font-size: 55px; } </style>Here it's my code :
cl = Client()
cl.set_proxy(proxy_url)
print(cl.get_settings())
cl.user_info_by_username(username)
I tried to use a free proxy just for test. Can someone help me maybe i'm doing something wrong.
Beta Was this translation helpful? Give feedback.
All reactions