Mindinventory / vimeo_video_player

A Video Player For Vimeo Videos in Flutter. This plugin allows us to play video from Vimeo and it supports Android and iOS platforms.
https://www.mindinventory.com/flutter-app-development.php
MIT License
34 stars 37 forks source link

video loading issue #43

Closed alpeshbrainstream closed 4 months ago

alpeshbrainstream commented 5 months ago

i have used latest version to fetch some issue but i have resole issue to solution send by email please check and update please

Unhandled Exception: type 'Null' is not a subtype of type 'List' in type cast

0 new VimeoFiles.fromJson (package:vimeo_video_player/src/model/vimeo_video_config.dart:23:42)

1 new VimeoRequest.fromJson (package:vimeo_video_player/src/model/vimeo_video_config.dart:14:38)

2 new VimeoVideoConfig.fromJson (package:vimeo_video_player/src/model/vimeo_video_config.dart:5:46)

3 _VimeoVideoPlayerState._getVimeoVideoConfig (package:vimeo_video_player/src/vimeo_player.dart:271:41)

#4 _VimeoVideoPlayerState._getVimeoVideoConfigFromUrl (package:vimeo_video_player/src/vimeo_player.dart:258:22) #5 _VimeoVideoPlayerState._videoPlayer. (package:vimeo_video_player/src/vimeo_player.dart:216:50)
dirjud commented 4 months ago

I had a player on version 0.0.9 that has worked for years that just started experiencing this issue. I updated to 0.0.15 and have the same failure.

jakubjaniec commented 4 months ago

Seems like related to this one: https://github.com/newtaDev/pod_player/issues/182 and here's how they resolved it: https://github.com/newtaDev/pod_player/pull/187.

jakubjaniec commented 4 months ago

Issue resolved in 0.0.16. Thanks @jaydeepkaria-mi

jaydeepkaria-mi commented 4 months ago

@jakubjaniec Glad to hear that. Closing this issue now.