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.

Story Invisible Question?

See original GitHub issue

General Question

Read the Notes and fill out the form. Switch to Preview for reading.

Notes

Your issue will be closed if you violate any rule below.

  • You need to include a meaningful descriptions and e.g. a screenshot.
  • You do not include screenshots of your code.
  • Read the Docs.
  • Capturing endpoints and similar can be found here (read it if you are going to ask about it).
  • You can delete this section after reading it.

Form

Put an [x] if you meet the condition, else leave [ ].

Question

A specific question, so it’s understandable to anyone. You may add pictures.

YOUR QUESTION HERE I am trying to run the story sample, I do not see any mentions/hashtags/locations on my story when I post. Is this to be expected? I am confused by the ‘invisible’ statement included in the link below. https://github.com/dilame/instagram-private-api/blob/3c80b770ef7e5f01b01d5474c7669a60cd0ec292/examples/upload-story.example.ts#L46

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10

github_iconTop GitHub Comments

1reaction
Nerixyzcommented, Jan 24, 2020

There’s not really an example as this depends on your workflow. But this may help:

+-------------+ 
|             |
|  ( x | y )  | 
|      +      | 
|             | 
|             | 
+-------------+ 

// assuming left, right: 0..imgWidth and top, bottom: 0..imgHeight
funtion toInstagram({left, right, top, bottom, imgWidth, imgHeight}) : {x, y, width, height} {
    return {
        x: (left + (right - left) / 2 ) / imgWidth,
        y: (top + (bottom - top) / 2) / imgHeight,
        width: (right - left) / imgWidth,
        height: (bottom - top) / imgHeight,
    }
}

0reactions
seanconrad1commented, Feb 2, 2021

@SaliZumberi were you able to figure this one out? I’m still unable to render any stickers. IMG_8152

Read more comments on GitHub >

github_iconTop Results From Across the Web

THE INVISIBLE BOY Questions and Activities PRE
PRE-READING QUESTIONS. 1. The title of the books is The Invisible Boy. Based on your experience with the previous activity, what do you...
Read more >
Questions for Katie's Invisible Umbrella - Storynory
1) Why are magical things not so useful these days as in the past? 2) Does Katie's grandmother like to use modern things?...
Read more >
The Invisible Boy Activities and Read-Aloud Questions
Do your students struggle with making friends? Read on to find The Invisible Boy activities and comprehension questions to promote discussions ...
Read more >
The Invisible Man Questions - Shmoop
The big question here: How do you feel about Griffin? Is he a criminal mad scientist who should be killed? Or is he...
Read more >
THE INVISIBLE QUESTION - Miranda Harcourt | Substack
It's a sample of the story that has been taken from the body of the script to examine a moment more closely. What...
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