ping / instagram_private_api

A Python library to access Instagram's private API.
MIT License
2.95k stars 612 forks source link

reels_tray error 'profile_pic_url' #322

Open 123aezakmi123 opened 3 years ago

123aezakmi123 commented 3 years ago

Please follow the guide below


Before submitting an issue, make sure you have:

Which client are you using?


Describe the Bug/Error:

I can't get reels_tray, other methods like user_story_feed works


Paste the output of python -V here:

Code:

try:
    feed = ig_client.reels_tray()
except Exception as e:
    print("Exception: " + str(e))

Error/Debug Log:

Exception: 'profile_pic_url'
123aezakmi123 commented 3 years ago

The problem is in compatpatch.py row 432 https://github.com/ping/instagram_private_api/blob/0fda0369ac02bc03d56f5f3f99bc9de2cc25ffaa/instagram_private_api/compatpatch.py#L432

I found this pull request https://github.com/ping/instagram_private_api/pull/206 when will it be published?