react-native-youtube icon indicating copy to clipboard operation
react-native-youtube copied to clipboard

Getting CLIENT_LIBRARY_UPDATE_REQUIRED error

Open pratikn2bsl opened this issue 1 year ago • 8 comments

I am using this library around 5 years now. But, from last 1 week users reporting below issue

'An error occurred while initializing YouTube player'

However, when I debug the application I am getting below error where target id keeps changing. Kindly help.

{"error": "CLIENT_LIBRARY_UPDATE_REQUIRED", "target": 4377}

pratikn2bsl avatar Jun 13 '23 13:06 pratikn2bsl

Same issue

GaboMendez avatar Jun 13 '23 19:06 GaboMendez

I have the same problem, I presume it's some youtube update.

nativapps-rchancay avatar Jun 13 '23 22:06 nativapps-rchancay

Please update here if you get any solution for this issue.

pratikn2bsl avatar Jun 14 '23 14:06 pratikn2bsl

This library have more than one year that not receive an update so i resolved this issue using another dependency https://lonelycpp.github.io/react-native-youtube-iframe/ version 2.2.1 works perfectly. hope this help someone...

GaboMendez avatar Jun 14 '23 20:06 GaboMendez

@GaboMendez how is it working for you? That project seems relatively old as well.

psdewar2 avatar Jun 15 '23 00:06 psdewar2

For me it works correctly, I just migrated my project to react-native-youtube-iframe, it's quite intuitive.

devrchancay avatar Jun 15 '23 03:06 devrchancay

same issue with my app

akimabs avatar Jun 19 '23 08:06 akimabs

The native android player API has been fully deprecated by google. source

Screenshot 2023-07-04 at 6 54 19 PM

LonelyCpp avatar Jul 04 '23 13:07 LonelyCpp