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

[FIXED IN 0.23.3] [YouTube] Videos and descriptions not loading #8876

Closed
6 tasks done
jakem72360 opened this issue Aug 25, 2022 · 35 comments · Fixed by TeamNewPipe/NewPipeExtractor#912
Closed
6 tasks done
Labels
ASAP Issue needs to be fixed as soon as possible bug Issue is related to a bug requires extractor change This issue requires a change to the extractor youtube Service, https://www.youtube.com/

Comments

@jakem72360
Copy link

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.23.2

Steps to reproduce the bug

Open NewPipe, and attempt to play any video from your feed.

Expected behavior

The video loads, and plays

Actual behavior

Comments and their avatars are loading, however the video preview remains black, and the description is stuck loading with a spinning wheel.

Screenshots/Screen recordings

No response

Logs

No response

Affected Android/Custom ROM version

Android 10 / OxygenOS 10.0.1

Affected device model

OnePlus 5

Additional information

Videos and their descriptions were loading and playing perfectly yesterday, hence why I'm tempted to think this may be an API/parsing issue. I've cleared NewPipe's cache and restarted the app, but am hesitant to wipe the app's data if I don't need to...

@jakem72360 jakem72360 added bug Issue is related to a bug needs triage Issue is not yet ready for PR authors to take up labels Aug 25, 2022
@atar-axis
Copy link

atar-axis commented Aug 25, 2022

Same here, Samsung G950f, Android 9, Latest Newpipe 0.23.2, cleared cache.

Since this is happening more often it would be so nice to have a "open in Webbrowser" button even if the video does not load. :)

It looks like this:

Screenshot_20220825-022759_NewPipe

@TheMCNerd2017
Copy link

TheMCNerd2017 commented Aug 25, 2022

Had the same thing start happening an hour ago on a Pixel 4 XL. Force-stopped and cleared the cache multiple times but the issue persists. Something to note is that comments would sometimes load properly when this issue started happening, but now they don't.

@gqqjhffr

This comment was marked as duplicate.

@Lykantier

This comment was marked as duplicate.

@mimounelh

This comment was marked as duplicate.

@crappyrules

This comment was marked as abuse.

@Magyman
Copy link

Magyman commented Aug 25, 2022

I'm seeing the error

java.lang.NoClassDefFoundError: Failed resolution of: Ljavax/lang/model/SourceVersion; at org.mozilla.javascript.JavaMembers.<clinit>(JavaMembers.java:37)

When trying to open a YouTube link from another app.

I can post the whole stack trace if anyone thinks that would be helpful

@shell-raiser
Copy link

Same here, Samsung G950f, Android 9, Latest Newpipe 0.23.2, cleared cache.

Since this is happening more often it would be so nice to have a "open in Webbrowser" button even if the video does not load. :)

It looks like this:

Screenshot_20220825-022759_NewPipe

"Open in browser" works. Tap and hold the video thumbnail to get the pop-up

@teambvd

This comment was marked as resolved.

@Daman2000

This comment was marked as duplicate.

@gbatmarx

This comment was marked as duplicate.

@TAXSET
Copy link

TAXSET commented Aug 25, 2022

Having same issue, debug build by @Theta-Dev in #8839 seems to have fixed the issue.

@atar-axis

This comment was marked as duplicate.

@beomusxyz

This comment was marked as resolved.

@ow-ro
Copy link

ow-ro commented Aug 25, 2022

seems to be related to an issue with the Rhino version being used in the extractor, fixed for us by forcing a downgrade to 1.7.13 for now

implementation 'com.github.TeamNewPipe:NewPipeExtractor:25f0ce7305822d37bb6ff21280dff37b2451affd'
implementation ('org.mozilla:rhino') {
        version {
            strictly '1.7.13'
        }
    }

possibly related? mozilla/rhino#1149

@teambvd
Copy link

teambvd commented Aug 25, 2022

Which would make sense, if anyone did that - I see no instance of it, at least looking at the edit history of preceding comments. Maybe I missed it?

@Roruuki

This comment was marked as duplicate.

@ghost

This comment was marked as resolved.

@teststation5

This comment was marked as off-topic.

@isArchy isArchy mentioned this issue Aug 25, 2022
6 tasks
@AA-Coder-Beg

This comment was marked as duplicate.

@marek22k

This comment was marked as duplicate.

@mbjorck69
Copy link

Videos with comments disabled seems to be loading OK. If it helps.

@melvernaldo

This comment was marked as duplicate.

@AudricV AudricV added ASAP Issue needs to be fixed as soon as possible youtube Service, https://www.youtube.com/ requires extractor change This issue requires a change to the extractor and removed needs triage Issue is not yet ready for PR authors to take up labels Aug 25, 2022
@AudricV AudricV changed the title Videos and descriptions not loading [YouTube] Videos and descriptions not loading Aug 25, 2022
@AudricV AudricV pinned this issue Aug 25, 2022
@OsiPog
Copy link

OsiPog commented Aug 25, 2022

Videos with comments disabled seems to be loading OK. If it helps.

Can't confirm, not with disabling comments in settings nor with videos with disabled comments. Still won't load.

@leslie-alldridge

This comment was marked as duplicate.

@ghost

This comment was marked as duplicate.

Stypox added a commit that referenced this issue Aug 25, 2022
This removes the usage of the SourceVersion class, which was not available on Android and caused issues such as #8876
@Stypox
Copy link
Member

Stypox commented Aug 25, 2022

#8880 is on the way, can you confirm that this APK fixes the issue? It is a release APK, and it is signed with my keys.

app-release.zip

@worldpoop

This comment was marked as duplicate.

@Dzordzu
Copy link

Dzordzu commented Aug 25, 2022

@Stypox Yep. It's working for me

@leslie-alldridge
Copy link

Works great ty

@worldpoop
Copy link

Moto Android 11 -- thank you!

@ColeWunderlich
Copy link

@Stypox Working on Note 9 android 10

@Stypox Stypox changed the title [YouTube] Videos and descriptions not loading [FIXED IN 0.23.3] [YouTube] Videos and descriptions not loading Aug 25, 2022
@LunaDragofelis
Copy link

Xiaomi Redmi Note 11 S, Android 11 (MIUI 13): works fine

@SalvatoreNoschese
Copy link

0.23.3 work as expected here (OnePlus 6 with A12.1 CR) 🙂

@TobiGr TobiGr mentioned this issue Aug 25, 2022
6 tasks
@Stypox
Copy link
Member

Stypox commented Aug 25, 2022

Finally release v0.23.3 is out! Either download the apk from there or update using our custom repo. The APK on the official F-Droid repo will be available later, as it takes some time for them to build the app and deliver the new version. For more information see https://github.com/TeamNewPipe/NewPipe#installation-and-updates. Thank you to everyone involved in solving this issue!

@TeamNewPipe TeamNewPipe locked as resolved and limited conversation to collaborators Aug 25, 2022
@AudricV AudricV unpinned this issue Sep 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ASAP Issue needs to be fixed as soon as possible bug Issue is related to a bug requires extractor change This issue requires a change to the extractor youtube Service, https://www.youtube.com/
Projects
None yet
Development

Successfully merging a pull request may close this issue.