-
-
Notifications
You must be signed in to change notification settings - Fork 51
Downloading each message bubble twice #27
Comments
@Deleora Thanks for reporting bug, |
@Deleora I rechecked the code and tried to regenerate, but it seems that message is either scrapped twice from Instagram or may be it has been sent twice, but this issue is not regenerating in my case. The Viewer views the data as per it is stored in JSON file, if you can confirm that the data is stored ni JSON is multiple times same data, then issue might be in the code of scrapping data, else issue might be in the viewer code. |
This script extracts every type of message from Instagram from a chat thread, but the viewer displays only following types of data: [
"text",
"link",
"media_share",
"clip",
"media"
]; |
Could this happen if I paste the contents of
Yes, I checked my
One observation regarding viewer, after choosing Off-topic: I just realized that the |
Okay, got it. One thing btw, when I tried to download a DM which had a shared photo, I got a pop-up to "allow download of multiple files" (and I gave the permission) but there was only JSON file in my |
@Deleora Ignore this, it is correct behaviour, browser shows that popup, because it the file is generated using a code, and is programmatically hit download action so browser asks for permission. The script will download only 1
|
@Deleora Try with latest release 1.9 |
Describe the bug
I followed exact steps mentioned in
README.md
(tried 3-4 times before raising this issue) but the message JSON file downloaded is containing 2 copies of each message bubble text.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Each bubble to have only one text entry in JSON file downloaded
Screenshots
Desktop (please complete the following information):
Additional context
I haven't tried but what all types of DMs can this script download (e.g. media files, posts, reels, etc.)?
The text was updated successfully, but these errors were encountered: