Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(YouTube - Return YouTube Dislike): Live likes/views counts is sometimes shown wrong #2724

Closed
3 tasks done
imvoldemort opened this issue Feb 13, 2024 · 11 comments · Fixed by ReVanced/revanced-integrations#650
Labels
Bug report Something isn't working

Comments

@imvoldemort
Copy link

Bug description

Live likes/views counts displays very wierdly
IMG_20240213_160958
IMG_20240213_160927

Error logs

No response

Solution

No response

Additional context

No response

Acknowledgements

  • This issue is not a duplicate of an existing bug report.
  • I have chosen an appropriate title.
  • All requested information has been provided properly.
@imvoldemort imvoldemort added the Bug report Something isn't working label Feb 13, 2024
@LisoUseInAIKyrios
Copy link
Contributor

Was this taken with incognito mode on?

The weirdness is YT is somehow mixing up the likes with the view count (which I have seen first hand, and seems to happen most often with recently released videos and/or incognito mode).

Or the litho conversion context was incorrectly identified as the likes by the ReturnYouTubeDislike patch.

@LisoUseInAIKyrios LisoUseInAIKyrios changed the title Live likes/views counts displays very wierdly bug(YouTube - Return YouTube Dislike): Live likes/views counts is sometimes shown wrong Feb 13, 2024
@imvoldemort imvoldemort reopened this Feb 13, 2024
@imvoldemort
Copy link
Author

No incognito mode was not on

@LisoUseInAIKyrios
Copy link
Contributor

Does this issue happen all the time, or is it inconsistent and only sometimes does this?

Try turning on incognito mode, or try using a different YT account and see if the issue still happens.

@imvoldemort
Copy link
Author

It happens everytime when the live count refreshes with or without incognito mode on.
Update - It doesn't happen on my second account.

@LisoUseInAIKyrios
Copy link
Contributor

Update - It doesn't happen on my second account.

It's an A/B test and the conversion context is being incorrectly detected by the patch.

For now, you can turn on version spoofing (in Settings -> Layout), and use any spoof target and the issue should not show up.

@LisoUseInAIKyrios
Copy link
Contributor

@imvoldemort

Is this issue still reproducible with the latest patches?

Some related patch code was recently changed and this issue might be fixed.

@oSumAtrIX oSumAtrIX added the Waiting on author Further information is requested label Mar 15, 2024
@imvoldemort
Copy link
Author

Yes, It occurs on the latest patches as well.

@oSumAtrIX
Copy link
Member

I think this can be solved by checking the path.

@imvoldemort Enable debugging in ReVanced > Misc settings. Then use logcat to capture logs. Filter for "Litho". Start logging right before you open the description where the issue occurs. Once finished, send the logs here.

@imvoldemort
Copy link
Author

I don't know how to do it.

@oSumAtrIX
Copy link
Member

oSumAtrIX commented Mar 19, 2024

There's unlimited great tutorials online how to use Logcat: https://www.google.com/search?q=how+to+use+logcat

Please pick one and follow up with the logs.

@LisoUseInAIKyrios
Copy link
Contributor

Should be fixed with ReVanced/revanced-integrations@5f79196

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug report Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants