question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

saved() feed is broken?

See original GitHub issue

I’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:closed
  • Created 3 years ago
  • Comments:13 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
moesalihcommented, Apr 24, 2020

@Nerixyz any idea on when this will be included in a public release on npm?

1reaction
githubbbiecommented, Nov 2, 2020

Confirm in 1.43.1 release this works.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found