You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
YoutubeStreamExtractorUnlistedTest > testLikeCount() FAILED
org.schabi.newpipe.extractor.exceptions.ParsingException: Could not get like count
at app//org.schabi.newpipe.extractor.services.youtube.extractors.YoutubeStreamExtractor.getLikeCount(YoutubeStreamExtractor.java:479)
at app//org.schabi.newpipe.extractor.services.DefaultStreamExtractorTest.testLikeCount(DefaultStreamExtractorTest.java:223)
...
Caused by:
java.lang.NullPointerException
at org.schabi.newpipe.extractor.services.youtube.extractors.YoutubeStreamExtractor.lambda$getLikeCount$7(YoutubeStreamExtractor.java:429)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:176)
...
at org.schabi.newpipe.extractor.services.youtube.extractors.YoutubeStreamExtractor.getLikeCount(YoutubeStreamExtractor.java:437)
... 85 more
Looks like this is currently in the A/B testing phase so it might not be 100% reproducible (currently rollout seems to be at ~30%).
The text was updated successfully, but these errors were encountered:
While watching a few YT videos today I noticed the following error repeatedly poping up:
Could not get like count
Same issue was also reported in TeamNewPipe/NewPipe#10611 and the nightly CI tests are also reporting this: https://github.com/TeamNewPipe/NewPipeExtractor/actions/runs/7040417191/job/19161297378
Looks like this is currently in the A/B testing phase so it might not be 100% reproducible (currently rollout seems to be at ~30%).
The text was updated successfully, but these errors were encountered: