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
The problem is that like_count is an invalid number. At the time of the request, there are more than 150 pieces, but only 3 come via the api (like comment_count, this is the correct number)
To Reproduce media_info = cl.media_info_v1(cl.media_pk_from_url(url))
Expected behavior
The API returns the correct comment_count, like_count, and play_count metrics for Reels
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Windows 11
Python version 3.12.2
instagrapi version 2.12.2
Additional context
If you use cl.insights_media(), then Reels gets all metrics as NoneType(
P.S. Thank you for your work! Really high-quality work!
The text was updated successfully, but these errors were encountered:
Try Instagrapi SaaS with a free trial https://hikerapi.com/p/5GBWznd3
Describe the bug
I get information about Reels:
cl.media_info_v1(cl.media_pk_from_url("https://www.instagram.com/p/C_BM2yAN4Rm"))
The following response is received:
The problem is that
like_count
is an invalid number. At the time of the request, there are more than 150 pieces, but only 3 come via the api (likecomment_count
, this is the correct number)To Reproduce
media_info = cl.media_info_v1(cl.media_pk_from_url(url))
Expected behavior
The API returns the correct
comment_count, like_count, and play_count
metrics for ReelsScreenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
If you use
cl.insights_media()
, then Reels gets all metrics as NoneType(P.S. Thank you for your work! Really high-quality work!
The text was updated successfully, but these errors were encountered: