Open yangsh91 opened 1 year ago
any news !
I have the same problem. I think the problem is that in the line 80 of video_apis.dart it refer to files
but there is no this option in the json response of the endpoint: https://api.vimeo.com/videos/$videoId
Reading Vimeo docs I think this function is only available with Vimeo Standard (ex Pro) or greater
`class _VodScreenState extends State {
late final PodPlayerController controller;
@override void initState() { super.initState();
}
@override Widget build(BuildContext context) { return Scaffold( body: PodVideoPlayer(controller: controller), ); } } `
[POD] PodVideoPlayerType.vimeoPrivateVideos flutter: ===== VIMEO API ERROR: type 'Null' is not a subtype of type 'List' in type cast ==========
[POD] ERROR ON POD_PLAYER: type 'Null' is not a subtype of type 'List' in type cast
[POD] [#95632] Pod Player Controller failed to initialize
I don't know How to solve this problem?