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

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

Open
ltechera opened this issue May 1, 2024 · 0 comments
Open

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

ltechera opened this issue May 1, 2024 · 0 comments

Comments

@ltechera
Copy link

ltechera commented May 1, 2024

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?

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