java.lang.RuntimeException: Field browseId_ for org.schabi.newpipe.extractor.services.youtube.protos.playlist.PlaylistProtobufContinuation$ContinuationParams not found. Known fields are [public static final org.schabi.newpipe.extractor.services.youtube.protos.playlist.PlaylistProtobufContinuation$ContinuationParams org.schabi.newpipe.extractor.services.youtube.protos.playlist.PlaylistProtobufContinuation$ContinuationParams.DEFAULT_INSTANCE, public static volatile com.google.protobuf.GeneratedMessageLite$DefaultInstanceBasedParser org.schabi.newpipe.extractor.services.youtube.protos.playlist.PlaylistProtobufContinuation$ContinuationParams.PARSER]
at com.google.protobuf.MessageSchema.reflectField(r8-map-id-c4d24e57acfbe1cee171ec25bbdd483633cef423d653606c9921056d6769cd01:64)
at com.google.protobuf.MessageSchema.newSchemaForRawMessageInfo(r8-map-id-c4d24e57acfbe1cee171ec25bbdd483633cef423d653606c9921056d6769cd01:626)
at com.google.protobuf.Protobuf.schemaFor(r8-map-id-c4d24e57acfbe1cee171ec25bbdd483633cef423d653606c9921056d6769cd01:140)
at com.google.protobuf.GeneratedMessageLite.makeImmutable(r8-map-id-c4d24e57acfbe1cee171ec25bbdd483633cef423d653606c9921056d6769cd01:10)
at org.schabi.newpipe.extractor.services.youtube.extractors.YoutubePlaylistExtractor.onFetchPage(r8-map-id-c4d24e57acfbe1cee171ec25bbdd483633cef423d653606c9921056d6769cd01:254)
at org.schabi.newpipe.extractor.ListExtractor.fetchPage(r8-map-id-c4d24e57acfbe1cee171ec25bbdd483633cef423d653606c9921056d6769cd01:8)
at org.schabi.newpipe.extractor.playlist.PlaylistInfo.getInfo(r8-map-id-c4d24e57acfbe1cee171ec25bbdd483633cef423d653606c9921056d6769cd01:13)
at org.schabi.newpipe.util.ExtractorHelper$$ExternalSyntheticLambda3.call(r8-map-id-c4d24e57acfbe1cee171ec25bbdd483633cef423d653606c9921056d6769cd01:14)
at io.reactivex.rxjava3.internal.operators.single.SingleAmb.subscribeActual(r8-map-id-c4d24e57acfbe1cee171ec25bbdd483633cef423d653606c9921056d6769cd01:38)
at io.reactivex.rxjava3.core.Single.subscribe(r8-map-id-c4d24e57acfbe1cee171ec25bbdd483633cef423d653606c9921056d6769cd01:1)
at io.reactivex.rxjava3.internal.operators.single.SingleDoOnEvent.subscribeActual(r8-map-id-c4d24e57acfbe1cee171ec25bbdd483633cef423d653606c9921056d6769cd01:17)
at io.reactivex.rxjava3.core.Single.subscribe(r8-map-id-c4d24e57acfbe1cee171ec25bbdd483633cef423d653606c9921056d6769cd01:1)
at io.reactivex.rxjava3.internal.operators.single.SingleSubscribeOn$SubscribeOnObserver.run(r8-map-id-c4d24e57acfbe1cee171ec25bbdd483633cef423d653606c9921056d6769cd01:5)
at io.reactivex.rxjava3.core.Scheduler$DisposeTask.run(r8-map-id-c4d24e57acfbe1cee171ec25bbdd483633cef423d653606c9921056d6769cd01:10)
at io.reactivex.rxjava3.internal.schedulers.ScheduledRunnable.run(r8-map-id-c4d24e57acfbe1cee171ec25bbdd483633cef423d653606c9921056d6769cd01:22)
at io.reactivex.rxjava3.internal.schedulers.ScheduledRunnable.call(r8-map-id-c4d24e57acfbe1cee171ec25bbdd483633cef423d653606c9921056d6769cd01:1)
at java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:348)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1154)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:652)
at java.lang.Thread.run(Thread.java:1563)
Caused by: java.lang.NoSuchFieldException: No field browseId_ in class Lorg/schabi/newpipe/extractor/services/youtube/protos/playlist/PlaylistProtobufContinuation$ContinuationParams; (declaration of 'org.schabi.newpipe.extractor.services.youtube.protos.playlist.PlaylistProtobufContinuation$ContinuationParams' appears in /data/app/~~6Ew2F0H0KaMCwLZWZywSYA==/org.schabi.newpipe.nightly-yI_e3WirRe6f951JMS-_4w==/base.apk)
at java.lang.Class.getDeclaredField(Native Method)
at com.google.protobuf.MessageSchema.reflectField(r8-map-id-c4d24e57acfbe1cee171ec25bbdd483633cef423d653606c9921056d6769cd01:1)
... 20 more
Checklist
Affected version
nightly 1110
Steps to reproduce the bug
Expected behavior
I will be able to watch the videos in the playlist without any errors.
Actual behavior
I had two playlists saved. One of them crashed after going into the playlist to play a video. But the video in another playlist is playing properly.
Screenshots/Screen recordings
Logs
Exception
Crash log
Affected Android/Custom ROM version
android 12
Affected device model
itel s23
Additional information
No response