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

Error - [null] Dio Error : #45

Open ranmitch99 opened 2 months ago

ranmitch99 commented 2 months ago

We have used the vimeo_video_player package for some time in our app. Recently more and more Vimeo videos have stopped working. We updated to the lastest version of the package, still this error. As a debugging step we built the most basic of apps to play Vimeo video this error continues. Any suggestions?

jaydeepkaria-mi commented 2 months ago

Hi @ranmitch99, Have you tried with the latest version 0.0.16?

ranmitch99 commented 2 months ago

Yes ... we are using 0.0.16 ... I have noticed in my debugging that we are sending this URL - https://vimeo.com/537511048 to the code but this is being sent by the package - https://player.vimeo.com/video/537511048/config. The error that results is a 403. This happens no matter the URL we send. All Vimeo links are stored in this format https://vimeo.com/537511048

mfurkanyuceal commented 2 months ago

Same problem

maplepam commented 2 months ago
Screenshot 2024-07-02 at 22 53 58

Seems like the /config endpoint is having issues. We have the same problem as well.

jaydeepkaria-mi commented 2 months ago

Currently, the config API is not working for all the videos as earlier. Public video links are working but not private. Will need to look around this.

ranmitch99 commented 1 month ago

Is there not a solution for what seems to be a change in the way Vimeo is doing things? It looks like the /config endpoint is no longer valid. Does anyone have a suggestion on a different widget to use to play public and embeddable Vimeo content?

lrferreiro commented 1 month ago

Same problem!