Skip to content

YouTube error 153 due to recent changes #1756

@pi3ch

Description

@pi3ch

Embedded youtube videos using the video marco is now giving 153 "video player configuration error". The primary cause of Error 153 is the absence of a proper HTTP Referer header when the embed request is made.

The embed code must now include the referrerpolicy="strict-origin-when-cross-origin" attribute. It should also include the title attribute and the web-share permission, as these are now standard requirements.

<iframe src="${src}" width="${helpers.getLocalAttribute(node, 'width')}" height="${helpers.getLocalAttribute(node, 'height')}" frameborder="0" allowfullscreen="${node.isOption('nofullscreen') ? '' : 'true'}" data-rewind="${rew || ''}" data-volume="${vol || ''}"/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions