import { MWMediaMeta } from "@/backend/metadata/types"; import { ErrorMessage } from "@/components/layout/ErrorBoundary"; import { Link } from "@/components/text/Link"; import { useGoBack } from "@/hooks/useGoBack"; import { conf } from "@/setup/config"; import { VideoPlayerHeader } from "@/video/components/parts/VideoPlayerHeader"; import { Helmet } from "react-helmet"; export function MediaFetchErrorView() { const goBack = useGoBack(); return (
We failed to request the media you asked for, check your internet connection and try again.
We encountered an error while playing the video you requested. If this keeps happening please report the issue to the Discord server {" "} or on{" "} GitHub .