Skip to content

Commit 93f9a52

Browse files
Change URL to FAQ
(cherry picked from commit 521f60a)
1 parent d9fd1bf commit 93f9a52

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/src/main/java/org/schabi/newpipe/error/ErrorInfo.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class ErrorInfo private constructor(
162162

163163
const val SERVICE_NONE = "<unknown_service>"
164164

165-
const val SIGN_IN_CONFIRM_NOT_BOT_ISSUE_URL = "https://github.com/TeamNewPipe/NewPipe/issues/11139"
165+
const val YOUTUBE_IP_BAN_FAQ_URL = "https://newpipe.net/FAQ/#ip-banned-youtube"
166166

167167
private fun getServiceName(serviceId: Int?) = // not using getNameOfServiceById since we want to accept a nullable serviceId and we
168168
// want to default to SERVICE_NONE
@@ -254,7 +254,7 @@ class ErrorInfo private constructor(
254254
ErrorMessage(
255255
R.string.sign_in_confirm_not_bot_error,
256256
getServiceName(serviceId),
257-
SIGN_IN_CONFIRM_NOT_BOT_ISSUE_URL
257+
YOUTUBE_IP_BAN_FAQ_URL
258258
)
259259

260260
throwable is ContentNotAvailableException ->

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@
878878
<string name="player_http_403">HTTP error 403 received from server while playing, likely caused by streaming URL expiration or an IP ban</string>
879879
<string name="player_http_invalid_status">HTTP error %1$s received from server while playing</string>
880880
<string name="youtube_player_http_403">HTTP error 403 received from server while playing, likely caused by an IP ban or streaming URL deobfuscation issues</string>
881-
<string name="sign_in_confirm_not_bot_error">%1$s refused to provide data, asking for a login to confirm the requester is not a bot.\n\nYour IP might have been temporarily banned by %1$s, you can wait some time or switch to a different IP (for example by turning on/off a VPN, or by switching from WiFi to mobile data).\n\nPlease see <a href="%2$s">Issue 11139</a> for more information</string>
881+
<string name="sign_in_confirm_not_bot_error">%1$s refused to provide data, asking for a login to confirm the requester is not a bot.\n\nYour IP might have been temporarily banned by %1$s, you can wait some time or switch to a different IP (for example by turning on/off a VPN, or by switching from WiFi to mobile data).\n\nPlease see <a href="%2$s">the FAQ</a> for more information</string>
882882
<string name="unsupported_content_in_country">This content is not available for the currently selected content country.\n\nChange your selection from \"Settings > Content > Default content country\".</string>
883883
<string name="kao_dialog_warning">In August 2025, Google announced that as of September 2026, installing apps will require developer verification for all Android apps on certified devices, including those installed outside of the Play Store. Since the developers of NewPipe do not agree to this requirement, NewPipe will no longer work on certified Android devices after that time.</string>
884884
<string name="kao_dialog_more_info">Details</string>

0 commit comments

Comments
 (0)