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.

I can not see likes and followers

See original GitHub issue

Hello! In Server.js I have added

        thisConnection.on('like', msg => socket.emit('like', msg));
        thisConnection.on('social', msg => socket.emit('social', msg));

In public app I have this:

socket.on('like', function(msg){
console.log("like");
console.log(msg.totalLikeCount);
});

socket.on('social', function(){
console.log("follow");
});

And there are no alerts coming. Gifts and chat are working fine. What am I doing wrong?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
OlegShklyarovcommented, Feb 15, 2022

Why are you so cool? It works. Thank you.

0reactions
muratyamac2021commented, Feb 22, 2022

Hi help me pls

Read more comments on GitHub >

github_iconTop Results From Across the Web

I can't see the number of likes in Instagram. How can I fix it?
Some Instagram users might not be able to see how many likes they have on posts anymore. · This is because the social...
Read more >
How to Hide Likes on Instagram (and Why It's Even an Option)
1. Go to your profile and hit the hamburger-style icon in the upper right corner of your screen. From there, hit Settings at...
Read more >
How to See Likes on Instagram in 2023 - NapoleonCat
More and more Instagram accounts are hiding their likes. Click here to find out how to see Instagram likes regardless of these changes....
Read more >
How to Hide Likes on Instagram - Later
If you choose to hide likes, you will no longer be able to see likes on other user's posts as you scroll through...
Read more >
How to hide likes on Instagram: A step-by-step guide
Even though neither you nor anyone else will be able to see your likes publicly, you can still track them internally to track...
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