-
Notifications
You must be signed in to change notification settings - Fork 157
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
lonelycpp.github.io/react-native-youtube-iframe/iframe.html Timing Out #337
Comments
You beat me to it, we are having the exact same issue: #338 |
Glad we are not alone! I was going crazy for a bit trying to debug... |
only on a few devices? or all devices I use this on one of my apps as well - works fine there |
This is happening on multiple devices for us, both iOS and Android. |
I feel GitHub might of changed their firewall perhaps and passing an encoded JSON string is flagging it maybe? If I change my IP via VPN and access this file on my desktop browser I don't get at timeout anymore. As soon as I disconnect I am blocked again. Even just trying to access: https://lonelycpp.github.io results in a timeout. I can see this being very hard to debug if it is GitHub blocking IP's... |
a quick solution for y'all is to just host the contents on https://lonelycpp.github.io/react-native-youtube-iframe/iframe.html on your own domains
|
is it not simpler to add |
you can check #98 for issues related to using local HTML if it works for you, then you can use it! |
I can confirm this is working now by self hosting. So it must be a GitHub firewall issue. Thanks for the help. |
Where is the baseUrlOveride prop found? |
Add it to For example:
|
Describe the bug
Suddenly today I am getting timeout errors and no YT videos will load.
Encountered an error loading page {"canGoBack": false, "canGoForward": false, "code": -8, "description": "net::ERR_TIMED_OUT", "loading": false, "target": 1683, "title": "", "url": "https://lonelycpp.github.io/react-native-youtube-iframe/iframe.html?data=%7B%22rel_s%22:0,%22loop_s%22:0,%22videoId_s%22:%229iMKruYVjkY%22,%22controls_s%22:1,%22contentScale_s%22:1,%22cc_lang_pref_s%22:%22%22,%22allowWebViewZoom%22:false,%22modestbranding_s%22:0,%22preventFullScreen_s%22:1,%22showClosedCaptions_s%22:0%7D"}
It seems GitHub is suddenly blocking these requests from my IP? Has anyone else experienced this?
Smartphone (please complete the following information):
react-native-youtube-iframe
v2.3.0react-native-webview
v13.8.6Expo
verison v51.0.9The text was updated successfully, but these errors were encountered: