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.

Seen story not working!

See original GitHub issue

Requirements

Platform

  • I’m using Node.js version 14.17

Description

When i call story.seen function, it works fine and bring me “ok” but when i check my account no story viewed!

Code

// get stories
ig.feed.reelsTray().items()

// seen story
SeenStoryAsync = async (story) =>{
    await ig.story.seen([story])
}

Output

{ status : 'ok' }

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
sreza78commented, Oct 7, 2021

FIXED

Code

// get stories
ig.feed.reelsTray().items()

// seen story
SeenStoryAsync = async (story) =>{
    await ig.story.seen(story.items)
}

Description

not pass the entire story variable, pass the items array of a story

0reactions
sreza78commented, Oct 7, 2021

I think format changed.

it is taking values as ids as

{“story_id”:[takentimestamp_viewtimestamp],“story_id2”:[takentimestamp_viewtimestamp+1]}

add some delay to viewtimestamp in order

PS: I didn’t tested.

It’s not working

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix Instagram Story Views Not Showing in 2022
How to fix Instagram Story Views Not Showing in 2022 · 1. Restart your Phone: · 2. Delete your Instagram app: · 3....
Read more >
7 Ways to Fix Instagram Story Views Not Showing [2022]
Fix Instagram Story Views Not Showing 2022 · Relaunch Instagram App · Restart Your Phone · Re-Login To Instagram · Clear Cache Of...
Read more >
Instagram Stories Not Loading? A Troubleshooting Guide
The first thing you should do if your Instagram Stories are not loading is to check your internet connection. If you're on a...
Read more >
How to Fix It When Instagram Stories Aren't Working - Lifewire
How to Fix IG Stories Not Working. If you keep seeing a spinning circle instead of Instagram stories, try these steps to fix...
Read more >
How to Fix Instagram Story Views Not Showing (2022)
How to Fix Instagram Story Views Not Showing · Method 1: Quit & Relaunch Instagram App · Method 2: Log Out & Re-Login...
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