Closed blaxbla123 closed 5 years ago
Unfortunately this isn't an issue with the library itself, more with instagram. You can search for "regular" users experiencing a similar problem. Some say it's because there are too many hashtags or malformed ones. This could also happen if you're somehow flagged. I had a similar problem a while ago I've since added two things:
@Nerixyz Hmm... facinating. Thanks for the lead! Didn't think that something so seemingly broken could be so intentional at the same time. I did some googling and found out instagram was picky about links in bios. Mine was to "teamtrees.org", which was apparently malicious according to the instagram overlords. Removed it and captions started appearing.
The post would successfully upload, but the captions would be empty: https://www.instagram.com/p/B4WQ0oQnVZs/.
Is it just me doing something wrong?
I've experienced this on 1.32.0 and 1.33.0 (was originally on 1.32.0, updated to 1.33.0 to see if that would resolve my issue). It happened out of the blue with my code about a day or two ago. I did some poking around and am consistently getting "caption: null" in the returned media object of "ig.publish.photo".
My code to test is:
This is the full "media" object, from console.log
Thanks in advance for any help!