saved() feed is broken?
See original GitHub issueI’m using 1.39.2 and have been successfully reading the feed of saved items for quite some time, but it broke today.
My code is basically:
const feed = this.client.feed.saved()
const page = await feed.items()
I’m seeing this error:
error: IgResponseError: POST /api/v1/feed/saved/ - 405 Method Not Allowed;
at Request.handleResponseError (instagram-private-api/src/core/request.ts:172:12)
at Request.send (instagram-private-api/src/core/request.ts:83:24)
at SavedFeed.request (instagram-private-api/src/feeds/saved.feed.ts:15:22)
at SavedFeed.items (instagram-private-api/src/feeds/saved.feed.ts:27:23)
I don’t think this is a rate limit thing, since I’ve seen it across a couple of accounts. I’m able to successfully do other things in the same session, like reading a timeline and liking posts.
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (2 by maintainers)
Top Results From Across the Web
Troubleshooting - Instagram Help Center
Your photos and profile info will be saved by Instagram. 3. Go to the App Store, reinstall Instagram and then log in with...
Read more >Instagram Couldn't Refresh Feed: How To Fix It - Combin
1) Restart your smartphone. This may actually work. 2) Clear the cache. Many temporary files are saved in your phone's memory when you...
Read more >Troubleshooting RSS in Campaigns - Mailchimp
Does your feed include the content your merge tags are asking for? Feeds can break when a merge tag in the campaign calls...
Read more >streamreader - Save to file broken - C# - Stack Overflow
1 Answer 1 ... Read reads a single character, not a string. The numeral representation of ASCII 1 is 49 . Add 2...
Read more >I'm seeing a problem with how Facebook appears on my web ...
You may be able to fix this issue by clearing your cache and temporary data. You can do this from your web browser's...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Nerixyz any idea on when this will be included in a public release on npm?
Confirm in 1.43.1 release this works.