LonelyCpp / react-native-youtube-iframe

A wrapper of the Youtube-iframe API built for react native.
https://lonelycpp.github.io/react-native-youtube-iframe/
MIT License
612 stars 155 forks source link

Error embed_not_allowed #348

Closed ignacioDudy closed 2 months ago

ignacioDudy commented 2 months ago

Describe the bug From this morning around 3:30 am, we are getting the error embed_not_allowed when trying to reproduce any youtube video

To Reproduce e.g. videoState.id = '0xwUpyiR5N0'

 <YoutubePlayer
          height={height ?? 250}
          videoId={videoState.id}
          webViewStyle={{ opacity: 0.99 }}
          onReady={() => setLoading(false)}
          onError={(error) => {
            logger.error('Youtube embed error: ' + error);
          }}
        />

Expected behavior Allow reproducing the video

Screenshots image image

Smartphone (please complete the following information):

ignacioDudy commented 2 months ago

It is working properly again