-
Notifications
You must be signed in to change notification settings - Fork 158
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
Sign in to confirm you're not a bot #357
Comments
Same here |
Anymore info here? Any workarounds? |
I'm also facing this issue on android |
I meet this issue on android |
I meet this issues on Firefox browser in my react web application |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I am using react-native-youtube-iframe in my react native mobile app and up until now I had no issues embedding youtube videos. We had iOS app released at first and just two months ago we released the android app, as well. Now, one user complained about not being able to watch the videos on the app. They got the message: Sign in to confirm you are not a bot.
Here is part of my code using the library:
This is how I am extracting the videoId from the youtube link (the youtube links are fetched from my database)
And this is the function:
To Reproduce
I cannot reproduce the behaviour. Based on user report, they cannot access any of the videos that are on the app. It is working for iOS devices and currently we have only one user that reported this issue on their android device.
Screenshots

This is what they sent to us:
Smartphone:
react-native-youtube-iframe
version: ^2.3.0react-native-webview
version: ^13.3.1I would really need to fix this issue, since users are subscribed and paying to watch videos on the app.
The text was updated successfully, but these errors were encountered: