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

Allow RGBA colors to the player configs #1063

Open
DATEx2 opened this issue Dec 21, 2024 · 0 comments
Open

Allow RGBA colors to the player configs #1063

DATEx2 opened this issue Dec 21, 2024 · 0 comments

Comments

@DATEx2
Copy link

DATEx2 commented Dec 21, 2024

Expected Behavior

#197B51AA color format to be supported

Actual Behavior

#197B51 works
but adding any opacity information fails

Steps to Reproduce

Edit in the vimeo website any color with RGBA format #RRGGBBAA

This is the error returned

{
    "invalid_parameters": [
        {
            "field": "embed.colors.color_one",
            "error_code": 2204,
            "error": "The application has received an invalid parameter. Please get in touch with the app's creator.",
            "developer_message": "The parameters passed to this API endpoint didn't pass Vimeo's validation. Please check the `invalid_parameters` list for more information."
        }
    ],
    "error": "The application has received an invalid parameter. Please get in touch with the app's creator.",
    "link": null,
    "developer_message": "The parameters passed to this API endpoint didn't pass Vimeo's validation. Please check the `invalid_parameters` list for more information.",
    "error_code": 2204
}
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

1 participant