Add link to FAQ entry to "Sign in to confirm not a bot" exception message#13310
Merged
TobiGr merged 5 commits intoTeamNewPipe:devfrom Mar 8, 2026
Merged
Conversation
Make error panel and error activity exception message URLs clickable via extension method Change ErrorMessage.getString to getText and return CharSequence, and use getText with formatArgs to preserve styling (i.e. URLs)
9cda901 to
e173bf4
Compare
TobiGr
reviewed
Mar 6, 2026
TobiGr
reviewed
Mar 7, 2026
Contributor
|
/backport release-0.28.4 |
|
Successfully created backport PR for |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is it?
refactorbranchDescription of the changes in your PR
Adds URL to #11139 to the SignInConfirmNotBotException error message that displays info about YouTube banning IP.
This is to make it clear to users that this is not a bug on NewPipe's side and thus they should not open a new issue about it.
ErrorMessage.getStringtoErrorMessage.getText: it now usesgetTextand returnsCharSequenceinstead of string in order to preserve text styling (i.e. URLs)Before/After Screenshots/Screen Record
Error Panel (apologies for light mode flashbang I just used default emulator settings 🙏 )
Error Activity
APK testing
The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR. You can find more info and a video demonstration on this wiki page.
To verify that this works, you can throw a
SignInConfirmNotBotExceptioninYouTubeStreamerExtractor.onFetchPage, or if you have VPN switch to a region that youtube has banned.Then load a YT video and verify that the link in the error message is clickable.
Due diligence