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 33 forks source link

Vimeo API ERROR #40

Closed greatschism closed 3 months ago

greatschism commented 5 months ago

I emailed support and said this is not supported anymore.

'https://player.vimeo.com/video/$vimeoVideoId/config',

E/flutter (12076): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: type 'Null' is not a subtype of type 'List<dynamic>' in type cast
prabavgts commented 5 months ago

I am also facing the same issue.Do you have any solution? @greatschism

azjawinski commented 5 months ago

I'm investigating the same problem, after a quick research looks like the direct links to the video are not public anymore and require API auth (that requires a paid Vimeo plan).

So you can either embed their player or pay to use the direct media in your custom player. I may be wrong though 🙈

jsenitza commented 5 months ago

@greatschism - I saw you opened an issue in another repo on this as well. Have you or anyone else made any progress on this? If not I'm going to fork this and try to just make it work with an mp4 file I provide it directly... for a project I'm working on I'll have the links without the /config workaround.

Abdullahfoysal commented 5 months ago

below package is still working: https://pub.dev/packages/vimeo_player_flutter

MrNaifpp commented 4 months ago

i'm facing the same issue. i fix it by updating flutter version to 3.19.6 the latest version. hope it helps you

abrarmalekji345 commented 3 months ago

it seems this issue is reproducible for old Flutter versions, so I am marking it resolved for now, please feel free to reopen it. thanks.