You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to obtain location pks via the lat and lng, I am encountering a Status 201 JSONDecodeError. It seems like the Location object is being processed incorrectly somewhere. Running the code in the documentation here leads to the same errors: https://subzeroid.github.io/instagrapi/usage-guide/location.html.
My instagrapi version I am using is the latest afaik.
I noticed similar issue with user_info which simply retried 3 times and then switched to user_info_v1 which uses private API. The fix was to use user_info_v1 in the first place.
In case of user_id_from_username I don't see the _v1 version.
When trying to obtain location pks via the lat and lng, I am encountering a Status 201 JSONDecodeError. It seems like the Location object is being processed incorrectly somewhere. Running the code in the documentation here leads to the same errors: https://subzeroid.github.io/instagrapi/usage-guide/location.html.
My instagrapi version I am using is the latest afaik.
To Reproduce
Traceback
Error message:
Desktop
The text was updated successfully, but these errors were encountered: