Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error - [null] Dio Error : #45

Open
ranmitch99 opened this issue Jun 26, 2024 · 8 comments
Open

Error - [null] Dio Error : #45

ranmitch99 opened this issue Jun 26, 2024 · 8 comments

Comments

@ranmitch99
Copy link

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
Copy link
Contributor

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

@ranmitch99
Copy link
Author

ranmitch99 commented Jun 27, 2024

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
Copy link

Same problem

@maplepam
Copy link

maplepam commented Jul 2, 2024

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
Copy link
Contributor

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
Copy link
Author

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
Copy link

Same problem!

@IdirBelmokhtar
Copy link

I have reviewed the Vimeo API documentation and noticed some changes in the API endpoints. You can use the following dependency as a temporary solution, but please note a few conditions I encountered during testing:

  • The video IDs used in the URL must support multiple qualities (SD, HD, 720, etc.).

  • You need to generate a token from the Vimeo Developer portal and include it in the VimeoVideoPlayer(...) initialization.

dependencies:
vimeo_video_player:
git:
url: https://github.com/IdirBelmokhtar/vimeo_video_player

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants