Curious if anyone else is receiving this message when making public requests, as it only begun occurring recently for me.
I've tested to make sure it wasn't an issue with my code by returning to an older version of my code and the issue persisted, so I'd like to know if this has started happening recently to anyone else.
Calling:
result = cl.user_info_by_username("nike").dict()
Returns:
Status 201: JSONDecodeError in public_request (url=https://www.instagram.com/nike/?__a=1&__d=dis) >>>
Status 201: JSONDecodeError in public_request (url=https://www.instagram.com/nike/?__a=1&__d=dis) >>>
Status 201: JSONDecodeError in public_request (url=https://www.instagram.com/nike/?__a=1&__d=dis) >>>
It does return the user info after calling so it really isn't any issue. I'd like to know if anyone could provide any insight? Thanks