Closed rzashakeri closed 1 year ago
tell me what music_id
you passed?
tell me what
music_id
you passed?
first i get id from https://www.instagram.com/reels/audio/948472866407475/
link
Here ID is 948472866407475
and pass to track_info_by_canonical_id
music_id = 948472866407475
I added another method for you because you don't have music_canonical_id
Update instagrapi:
pip install instagrapi==1.18.3
and try this:
cl.track_info_by_id(948472866407475)
Thanks a lot 🙏 You really have a good package
hi when i use
client.track_info_by_canonical_id(music_id).dict()
get'NoneType' object has no attribute 'get' error