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

No feed loading; no videos; loading forever; NewPipe not working #10090

Closed
6 tasks done
Dan-TBA opened this issue May 12, 2023 · 17 comments
Closed
6 tasks done

No feed loading; no videos; loading forever; NewPipe not working #10090

Dan-TBA opened this issue May 12, 2023 · 17 comments

Comments

@Dan-TBA
Copy link

Dan-TBA commented May 12, 2023

Checklist

  • I am able to reproduce the bug with the latest version.
  • I made sure that there are no existing issues - open or closed - which I could contribute my information to.
  • I have read the FAQ and my problem isn't listed.
  • I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
  • This issue contains only one bug.
  • I have read and understood the contribution guidelines.

Affected version

0.25.1 and all other older versions lile 0.22.0 etc

Steps to reproduce the bug

By opening NewPipe app itself.

Expected behavior

To load videos and content obviously in search tab and in Trending tab or whatever page your on. Playlist, comments and search results should come up when i seaech for something.

Actual behavior

Search results should come up when typed in search bar, videos should also open from links or even load, Trending should load or feeds whatever you call it.

It takes forever to load in the trending tab or search tab, it might be a problem with the app, But I am trying to find a solution to this problem for past an hour.

Some people suggested to turn on "Fetch from dedicated feed when available" setting and set the "Feed Update Threshold" to 'Always update'. I am out of solutions too.

Yes, I tried:

  1. Re-opening the app.
  2. Clearing storage data and cache.
  3. Un-installing and Re-installing the app.
  4. Installing NewPipe on other android devices: [Samsung Galaxy Tab 4 10.1 3G Lineage OS 16.0 Android 9 Pie] and [Infinix Hot 10s ~ Stock ROM ~ Android 11].
  5. Rebooting the tablet/device
  6. Clearing cache in TWRP
  7. Using VPN (Calyx VPN, free open source app from android foss github)
  8. Disabling and Re-enabling Wi-Fi network.
  9. Opening NewPipe with links or from Share option in youtube.

~ Also!~: Somehow, the feeds load halfway in both Trending page and on Search page (only video titles, no thumbnail and no descriptions or comments when opening video, only the loading icon) if do this steps: (down below)

🔷 (I turned on "Fetch from dedicated feeds when available" and set "Feeds Update Threshold" to Always Update dor this to happen, otherwise nope)

It only occurs when I:

  1. Run NewPipe with VPN for like 1-2 minutes
  2. Turning off VPN
  3. Coming back to NewPipe and wait there for 1-2 minutes more,

THEN after all that, video titles appears only. Does not work when using normal Wi-Fi connection.

Screenshots/Screen recordings

No response

Logs

There were multiple types of bugs involved in this problem, all the bugs refers to network error and could nor parse website meaning it has to do with the servers.

Exception

  • User Action: requested stream
  • Request: https://youtu.be/0xSJx54N6Gk opened with popup_player
  • Content Country: GB
  • Content Language: en-GB
  • App Language: en_GB
  • Service: YouTube
  • Version: 0.25.1
  • OS: Linux Android 9 - 28
Crash log

org.schabi.newpipe.extractor.exceptions.ParsingException: Could not store JavaScript player
	at org.schabi.newpipe.extractor.services.youtube.extractors.YoutubeStreamExtractor.storePlayerJs(YoutubeStreamExtractor.java:1105)
	at org.schabi.newpipe.extractor.services.youtube.extractors.YoutubeStreamExtractor.initStsFromPlayerJsIfNeeded(YoutubeStreamExtractor.java:1173)
	at org.schabi.newpipe.extractor.services.youtube.extractors.YoutubeStreamExtractor.onFetchPage(YoutubeStreamExtractor.java:817)
	at org.schabi.newpipe.extractor.Extractor.fetchPage(Extractor.java:60)
	at org.schabi.newpipe.extractor.stream.StreamInfo.getInfo(StreamInfo.java:78)
	at org.schabi.newpipe.extractor.stream.StreamInfo.getInfo(StreamInfo.java:73)
	at org.schabi.newpipe.util.ExtractorHelper.lambda$getStreamInfo$3(ExtractorHelper.java:121)
	at org.schabi.newpipe.util.ExtractorHelper$$ExternalSyntheticLambda11.call(Unknown Source:4)
	at io.reactivex.rxjava3.internal.operators.single.SingleFromCallable.subscribeActual(SingleFromCallable.java:43)
	at io.reactivex.rxjava3.core.Single.subscribe(Single.java:4855)
	at io.reactivex.rxjava3.internal.operators.single.SingleDoOnSuccess.subscribeActual(SingleDoOnSuccess.java:35)
	at io.reactivex.rxjava3.core.Single.subscribe(Single.java:4855)
	at io.reactivex.rxjava3.internal.operators.maybe.MaybeFromSingle.subscribeActual(MaybeFromSingle.java:41)
	at io.reactivex.rxjava3.core.Maybe.subscribe(Maybe.java:5375)
	at io.reactivex.rxjava3.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.drain(MaybeConcatArray.java:153)
	at io.reactivex.rxjava3.internal.operators.maybe.MaybeConcatArray$ConcatMaybeObserver.request(MaybeConcatArray.java:78)
	at io.reactivex.rxjava3.internal.operators.flowable.FlowableElementAtMaybe$ElementAtSubscriber.onSubscribe(FlowableElementAtMaybe.java:66)
	at io.reactivex.rxjava3.internal.operators.maybe.MaybeConcatArray.subscribeActual(MaybeConcatArray.java:42)
	at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15917)
	at io.reactivex.rxjava3.internal.operators.flowable.FlowableElementAtMaybe.subscribeActual(FlowableElementAtMaybe.java:36)
	at io.reactivex.rxjava3.core.Maybe.subscribe(Maybe.java:5375)
	at io.reactivex.rxjava3.internal.operators.maybe.MaybeToSingle.subscribeActual(MaybeToSingle.java:46)
	at io.reactivex.rxjava3.core.Single.subscribe(Single.java:4855)
	at io.reactivex.rxjava3.internal.operators.single.SingleObserveOn.subscribeActual(SingleObserveOn.java:35)
	at io.reactivex.rxjava3.core.Single.subscribe(Single.java:4855)
	at io.reactivex.rxjava3.core.Single.subscribe(Single.java:4803)
	at org.schabi.newpipe.RouterActivity$FetcherService.handleChoice(RouterActivity.java:984)
	at org.schabi.newpipe.RouterActivity$FetcherService.onHandleIntent(RouterActivity.java:956)
	at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:76)
	at android.os.Handler.dispatchMessage(Handler.java:106)
	at android.os.Looper.loop(Looper.java:193)
	at android.os.HandlerThread.run(HandlerThread.java:65)
Caused by: org.schabi.newpipe.extractor.exceptions.ParsingException: Embedded info did not provide YouTube player js url
	at org.schabi.newpipe.extractor.services.youtube.YoutubeJavaScriptExtractor.extractJavaScriptUrl(YoutubeJavaScriptExtractor.java:116)
	at org.schabi.newpipe.extractor.services.youtube.YoutubeJavaScriptExtractor.extractJavaScriptCode(YoutubeJavaScriptExtractor.java:46)
	at org.schabi.newpipe.extractor.services.youtube.YoutubeJavaScriptExtractor.extractJavaScriptCode(YoutubeJavaScriptExtractor.java:65)
	at org.schabi.newpipe.extractor.services.youtube.extractors.YoutubeStreamExtractor.storePlayerJs(YoutubeStreamExtractor.java:1103)
	... 31 more


Screenshot_20230512-094225_NewPipe_channel-tabs

Affected Android/Custom ROM version

Android 9 Pie/ Lineage OS 16.0

Affected device model

Amazon Fire HD7 9th Gen 2019

Additional information

No response

@Dan-TBA Dan-TBA added bug Issue is related to a bug needs triage Issue is not yet ready for PR authors to take up labels May 12, 2023
@Dan-TBA Dan-TBA closed this as completed May 12, 2023
@Dan-TBA Dan-TBA reopened this May 12, 2023
@Dan-TBA Dan-TBA changed the title No feed loading; no videos; loading forever No feed loading; no videos; loading forever; NewPipe not working May 12, 2023
@ghost
Copy link

ghost commented May 12, 2023

Calyx VPN is very slow. I wouldn't recommend using it with NewPipe. I can reproduce this when using Calyx VPN but when it is turned off everything works fine.

Edit: Not sure if it is because of the speed of CalyxVPN because using NewPipe with Orbot worked for me even so Orbot was slower than CalyxVPN.

@Dan-TBA
Copy link
Author

Dan-TBA commented May 12, 2023

@ctntt Well it does not work for me and I really need a downloader like NewPipe to download my favourite musics man, I am having problems today. Also consider suggesting better VPN for me to choose? <;D

@opusforlife2
Copy link
Collaborator

Are you using any sort of ad blocker app or service? It might be blocking a required domain.

Also, try using mobile data. Or someone else's internet connection.

@opusforlife2 opusforlife2 added the waiting for author If the author doesn't respond, the issue will be auto-closed. Otherwise the label will be removed. label May 12, 2023
@SameenAhnaf
Copy link
Collaborator

SameenAhnaf commented May 12, 2023

@Dan-TBA If downloading videos or audios is your sole priority, you may consider using ytdlnis

@ghost
Copy link

ghost commented May 12, 2023

Also consider suggesting better VPN for me to choose? <;D

I have tried using NewPipe with the free locations on Proton VPN and it worked fine for me. The only downside compared to CalyxVPN is that you need a Proton account.

@weole
Copy link

weole commented May 17, 2023

This is happening to me now too. The new video tab won't refresh and it's very weird.

@escalinci

This comment was marked as off-topic.

@mdk97
Copy link

mdk97 commented May 18, 2023

This is happening to me too when I'm on WiFi.
Works fine on mobile network (LTE)

@Dan-TBA
Copy link
Author

Dan-TBA commented May 21, 2023

I've been having quite a slow experience with Newpipe recently too. Not always, but usually, youtube thumbnails take a long time to load, and videos take a long time to start. Once a video has started, though, it plays back at normal speed and doesn't seem affected by any unusual restrictions (e.g. seeking is a fast as usual).

I'm not using any sort of VPN (does Newpipe itself make use of a VPN?), and since this wasn't a crash I don't think there's any sort of log I can post here?
Device is a Samsung SM-X200, on Android 13, and Newpipe v0.25.1

Dude, After Android 9, android versions 10 to 13 and later are like buggy, especially with custom roms. Even android 10 to 13 of most stable rom "Lineage OS" is buggy, Or if not buggy and fast, Not stable especiqly with installing apps and stuff. For me android 9 worked flawlessly all the time in my tablet. Hope eres a custom rom out there for your Samsung phone

@github-actions github-actions bot removed the waiting for author If the author doesn't respond, the issue will be auto-closed. Otherwise the label will be removed. label May 21, 2023
@opusforlife2
Copy link
Collaborator

You haven't answered the questions yet.

@opusforlife2 opusforlife2 added the waiting for author If the author doesn't respond, the issue will be auto-closed. Otherwise the label will be removed. label May 29, 2023
@Foliage-cloud
Copy link

I have this same issue. I don't use a VPN though.

@Dan-TBA
Copy link
Author

Dan-TBA commented Jun 10, 2023

@opusforlife2's question's answer: No, no i don't use adblock service on my rooted fire tablet. I don't have mobile data or cellular network yet. And I also don't have a friend to use his/her wifi network.

I'm using a very slow tablet, so it's useless for me to use extra services like that. (And it never worked for me anyway, plus I was too lazy to find a solution for adblock service fix to make it work, so yeah.) Also sorry for not replying back to your question, i actually forget a lot often.

@github-actions github-actions bot removed the waiting for author If the author doesn't respond, the issue will be auto-closed. Otherwise the label will be removed. label Jun 10, 2023
@opusforlife2
Copy link
Collaborator

And I also don't have a friend to use his/her wifi network.

Then try a public wifi network?

@opusforlife2 opusforlife2 added the waiting for author If the author doesn't respond, the issue will be auto-closed. Otherwise the label will be removed. label Jun 10, 2023
@Dan-TBA
Copy link
Author

Dan-TBA commented Jun 14, 2023

And I also don't have a friend to use his/her wifi network.

Then try a public wifi network?

I will try it the next time I go outside (if I had the chance). Thanks for the the opinion.

@github-actions github-actions bot removed the waiting for author If the author doesn't respond, the issue will be auto-closed. Otherwise the label will be removed. label Jun 14, 2023
@opusforlife2 opusforlife2 added the waiting for author If the author doesn't respond, the issue will be auto-closed. Otherwise the label will be removed. label Jun 15, 2023
@github-actions
Copy link

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.

@opusforlife2 opusforlife2 removed bug Issue is related to a bug waiting for author If the author doesn't respond, the issue will be auto-closed. Otherwise the label will be removed. labels Jun 30, 2023
@opusforlife2 opusforlife2 removed the needs triage Issue is not yet ready for PR authors to take up label Jun 30, 2023
@nafijninja

This comment has been minimized.

1 similar comment
@nafijninja

This comment has been minimized.

@TeamNewPipe TeamNewPipe locked and limited conversation to collaborators Feb 5, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants