You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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
}
The text was updated successfully, but these errors were encountered:
Expected Behavior
#197B51AA
color format to be supportedActual Behavior
#197B51
worksbut adding any opacity information fails
Steps to Reproduce
Edit in the vimeo website any color with RGBA format
#RRGGBBAA
This is the error returned
The text was updated successfully, but these errors were encountered: