kelvinthh / ig-dm-reels-autodownload

A Python script that auto downloads all reels sent to your Instagram DM
14 stars 6 forks source link

Clips considered as Text message ? #2

Open TheMenethil opened 1 year ago

TheMenethil commented 1 year ago

After getting rid of things that prevented the requirements to be downloaded, I was able to download a few reeels to test this script out. But now I can't anymore.

There is 3 cases for item_type :

The first reels I downloaded were considered as clips, and downloaded. But when I tried to download more by launching again the script, it showed me the message for text message : f"[{get_now()}] New message in thread {thread_id}: {message.text}"

So I tried to copy/paste the operations of the clip case in the _ case.

And when printing the exception (because of course it did not work), it get me 'NoneType' object has no attribute 'pk'.

Thanks again for your help !

kelvinthh commented 1 year ago

Sorry for the late reply. But if I remember correctly, shared stories are not treated the same as normal Reels, so they behave differently and may not work with my script. Also, there might be some new updates from both Instagram and instagrapi. But unfortunately, I am not actively working on this project and have other priorities at the moment, so I'll keep this issue open until I have time to look into it.