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.

likeRecentHashtagsByIntervals error

See original GitHub issue

I’m getting this error using likeRecentHashtagsByIntervals error. Below is all my codes. Nothing fancy, just settings and calling the function.

let ig = await login(); let likesPerInterval = 24; let waitMinutesBetweenLikes = 60;

let intervals = [ ["0:00", "23:00"] ]; let hashtagArray = [ "meme", "memes", "dailymeme", "dailymemes" ];

let likeInterval = likeRecentHashtagsByIntervals( ig, hashtagArray, intervals, likesPerInterval, waitMinutesBetweenLikes);

image

Anyone knows what’s wrong?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:18 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
Nerixyzcommented, May 31, 2020

You need to import imstagram_mqtt from npm instead of github. Npm ignores the src/ directory, so the library doesn’t compile. This has to be done in the package.json (replace "instagram_mqtt": "..." with "instagram_mqtt": "^0.2.16" (cc @linkfy )

0reactions
linkfycommented, Jun 19, 2020

What is the functionality of ClientConfigUpdate subscription in the App?

It’s probably th same as qe or qp which is already done over HTTP.

Ah I see, thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Instagram Hashtags: Ultimate Guide [+101 hashtags for 2023]
This is a good practice to put in place every time you add a new hashtag to your repertoire. Using banned hashtags can...
Read more >
My hashtags don't work on Instagram (How to fix it)
Have your hashtags stopped working? In this post, I'll share why hashtags don't work on Instagram and how to fix it!
Read more >
Instagram Hashtags Not Working? (Here are 8 Reasons Why)
Hashtags are one of the best ways to get more engagement on your posts. These are the reasons your hashtags are not working...
Read more >
Instagram hashtags not working? Here are the 3 most ...
Instagram hashtags not working?! Your hashtags may not work for serval reasons, but that doesn't mean that hashtags don't work at all.
Read more >
Hashtags Not Working? Here's 10 Reasons Why and How to ...
Another way to know if a hashtag is banned is seeing an error message like above when researching your hashtags. Be on the...
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