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

Unable to load comments + (Re)Captcha issue #4312

Closed
johnth3doe opened this issue Sep 24, 2020 · 4 comments
Closed

Unable to load comments + (Re)Captcha issue #4312

johnth3doe opened this issue Sep 24, 2020 · 4 comments
Labels
bug Issue is related to a bug

Comments

@johnth3doe
Copy link

Bug report:-

Exception

Crash log

java.lang.StringIndexOutOfBoundsException: length=9616; regionStart=14; regionLength=-15
	at java.lang.String.startEndAndLength(String.java:298)
	at java.lang.String.substring(String.java:1087)
	at org.schabi.newpipe.extractor.services.youtube.extractors.YoutubeCommentsExtractor.findValue(YoutubeCommentsExtractor.java:165)
	at org.schabi.newpipe.extractor.services.youtube.extractors.YoutubeCommentsExtractor.getInitialPage(YoutubeCommentsExtractor.java:51)
	at org.schabi.newpipe.extractor.utils.ExtractorHelper.getItemsPageOrLogError(ExtractorHelper.java:19)
	at org.schabi.newpipe.extractor.comments.CommentsInfo.getInfo(CommentsInfo.java:40)
	at org.schabi.newpipe.extractor.comments.CommentsInfo.getInfo(CommentsInfo.java:25)
	at org.schabi.newpipe.util.ExtractorHelper.lambda$getCommentsInfo$7(ExtractorHelper.java:155)
	at org.schabi.newpipe.util.-$$Lambda$ExtractorHelper$Xyj84g1UeNZqX9LVYNvWZsdT-kI.call(lambda)
	at io.reactivex.internal.operators.single.SingleFromCallable.subscribeActual(SingleFromCallable.java:44)
	at io.reactivex.Single.subscribe(Single.java:3666)
	at io.reactivex.internal.operators.single.SingleDoOnSuccess.subscribeActual(SingleDoOnSuccess.java:35)
	at io.reactivex.Single.subscribe(Single.java:3666)
	at io.reactivex.internal.operators.maybe.MaybeFromSingle.subscribeActual(MaybeFromSingle.java:41)
	at io.reactivex.Maybe.subscribe(Maybe.java:4290)
	at io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.drain(MaybeConcatArray.java:153)
	at io.reactivex.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.request(MaybeConcatArray.java:78)
	at io.reactivex.internal.operators.flowable.FlowableElementAtMaybe$ElementAtSubscriber.onSubscribe(FlowableElementAtMaybe.java:66)
	at io.reactivex.internal.operators.maybe.MaybeConcatArray.subscribeActual(MaybeConcatArray.java:42)
	at io.reactivex.Flowable.subscribe(Flowable.java:14935)
	at io.reactivex.internal.operators.flowable.FlowableElementAtMaybe.subscribeActual(FlowableElementAtMaybe.java:36)
	at io.reactivex.Maybe.subscribe(Maybe.java:4290)
	at io.reactivex.internal.operators.maybe.MaybeToSingle.subscribeActual(MaybeToSingle.java:46)
	at io.reactivex.Single.subscribe(Single.java:3666)
	at io.reactivex.internal.operators.single.SingleSubscribeOn$SubscribeOnObserver.run(SingleSubscribeOn.java:89)
	at io.reactivex.Scheduler$DisposeTask.run(Scheduler.java:578)
	at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:66)
	at io.reactivex.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:57)
	at java.util.concurrent.FutureTask.run(FutureTask.java:237)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:154)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:269)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
	at java.lang.Thread.run(Thread.java:818)


Note: I have simultaneously been afflicted by the issue mentioned in #3714 regardless of network or WiFi connection, however using a VPN service negates the issue.
Also Note: Comment issue started after uninstalling and reinstalling NP.

@johnth3doe johnth3doe added the bug Issue is related to a bug label Sep 24, 2020
@Abdel-ilah
Copy link

Yeah me too, but only when I use G4 internet connection, work fine with WiFi, any good news for this issue?
Thanks Developers

@Stypox
Copy link
Member

Stypox commented Sep 25, 2020

#3714

@Stypox Stypox closed this as completed Sep 25, 2020
@johnth3doe
Copy link
Author

johnth3doe commented Sep 25, 2020

Update: "Comments" issue seems to have corrected by itself.
I would consider the (comment) issue to be closed, and understand that this renders #4312 as a duplicate of #3714. That being said, I will leave it to the consideration of the NP Team on leaving the issue remaining closed or not as there is at least one other user claiming to experience the same issue as mentioned. (Admittedly I am unsure if they are facing one or both of the mentioned issues).

Thank you @Stypox for the swift action and for your time and consideration.

@johnth3doe
Copy link
Author

Yeah me too, but only when I use G4 internet connection, work fine with WiFi, any good news for this issue?
Thanks Developers

As I mentioned, the issue still persists on WiFi for me.

Also, while the following comment suggests no solution:-
#3714 (comment)

I came across:-
#3414

That being said, please feel free to correct and improve my understanding if I am mistaken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is related to a bug
Projects
None yet
Development

No branches or pull requests

3 participants