-
Notifications
You must be signed in to change notification settings - Fork 79
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: Something strange occurred. Please try again. #31
Comments
i have the same issue |
@websemantics I believe this is happening because the library does not specify a version accept header. If no version accept header is specified, the Vimeo API will use an application's individual default version -- specified on the app's management page at https://developer.vimeo.com/apps. As a quick and dirty fix, you should specify A long-term fix would be to specify More information here: |
In file vimeo-uploader.js
|
I stumbled upon this problem and found out something related. If you want to upgrade to the latest |
When creating live event, I'm getting this error: https://developer.vimeo.com/api/reference/live#create_live_event {
"error": "Something strange occurred. Please try again.",
"link": null,
"developer_message": "The specified resource doesn't exist.",
"error_code": 5000
} Any one have any idea about this? |
i got the same issue |
{
"error": "Something strange occurred. Please try again.",
"link": null,
"developer_message": "To access upload features for API version 3.4 when your app defaults to a different API version, include the
Accept
header with your request, and set its value to3.4
. For more details, see our versioning documentation at https://developer.vimeo.com/api/common-formats#versioning.","error_code": 3116
`}```
The text was updated successfully, but these errors were encountered: