Skip to content

Error: There was an error fetching the embed code from Vimeo. #265

Description

@ltechera

This error happens sporadically when loading the page (in a Next.js app), so it's hard to reproduce. Nonetheless, it's happening and it's being reported in our Sentry environment.

Example usage:

import Vimeo from '@u-wave/react-vimeo';
import VimeoErrorBoundary from './classes/VimeoErrorBoundary';

export default function VimeoVideo({
	videoId
}) {
	return <VimeoErrorBoundary>
		{
			videoId &&
			<Vimeo
				id='videoContainer'
				className='video'
				video={videoId}
			/>
		}
	</VimeoErrorBoundary>;
}

Could it be related to API limits?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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