newtaDev / pod_player

Video player for flutter web & mobile devices, Play video from youtube or vimeo or network in flutter using pod player
https://pub.dev/packages/pod_player
MIT License
106 stars 203 forks source link

Error Playing Vimeo Video with Id and Hashed #189

Closed bright2kwame closed 7 months ago

bright2kwame commented 7 months ago

===== VIMEO API ERROR: type 'Null' is not a subtype of type 'List' in type cast ==========

bright2kwame commented 7 months ago

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

robertjones26 commented 7 months ago

I cam across this and had to add the header with token. I searched for a couple of days and I think something changed on Vimeos side.

header = { 'Authorization': 'bearer {token}', 'Accept': 'application/vnd.vimeo.*+json;version=3.4', };

bright2kwame commented 7 months ago

Thank you @robertjones26 I solved it by upgrading to the latest package release