vimeo_video_player icon indicating copy to clipboard operation
vimeo_video_player copied to clipboard

Vimeo API ERROR

Open greatschism opened this issue 10 months ago • 5 comments

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

greatschism avatar Apr 10 '24 12:04 greatschism

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

prabavgts avatar Apr 11 '24 05:04 prabavgts

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 🙈

azjawinski avatar Apr 12 '24 17:04 azjawinski

@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.

jsenitza avatar Apr 16 '24 16:04 jsenitza

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

Abdullahfoysal avatar Apr 17 '24 08:04 Abdullahfoysal

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

MrNaifpp avatar Apr 24 '24 11:04 MrNaifpp

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.

abrarmalekji345 avatar May 23 '24 06:05 abrarmalekji345