Skip to content

Test new actions

Test new actions #267

Triggered via push March 5, 2024 19:57
Status Failure
Total duration 45s
Artifacts

install.yml

on: push
cache-and-install
37s
cache-and-install
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
cache-and-install
Argument of type '{ streamPath: "direct" | "plex"; enableDebugLogging: boolean; maxDirectStreamBitrate: number; transcodeBitrate: number; mediaBufferSize: number; transcodeMediaBufferSize: number; maxPlayableResolution: { widthPx: number; heightPx: number; }; maxTranscodeResolution: { widthPx: number; heightPx: number; }; videoCodecs: string[]; audioCodecs: string[]; maxAudioChannels: string; audioBoost: number; enableSubtitles: boolean; subtitleSize: number; updatePlayStatus: boolean; streamProtocol: string; forceDirectPlay: boolean; pathReplace: string; pathReplaceWith: string; }' is not assignable to parameter of type 'PlexStreamSettings'.
cache-and-install
Property 'directStreamBitrate' is missing in type '{ streamPath: "direct" | "plex"; enableDebugLogging: boolean; maxDirectStreamBitrate: number; transcodeBitrate: number; mediaBufferSize: number; transcodeMediaBufferSize: number; maxPlayableResolution: { widthPx: number; heightPx: number; }; maxTranscodeResolution: { widthPx: number; heightPx: number; }; videoCodecs: string[]; audioCodecs: string[]; maxAudioChannels: string; audioBoost: number; enableSubtitles: boolean; subtitleSize: number; updatePlayStatus: boolean; streamProtocol: string; forceDirectPlay: boolean; pathReplace: string; pathReplaceWith: string; }' but required in type 'PlexStreamSettings'.
cache-and-install
Property 'directStreamBitrate' does not exist on type '{ streamPath: "direct" | "plex"; enableDebugLogging: boolean; maxDirectStreamBitrate: number; transcodeBitrate: number; mediaBufferSize: number; transcodeMediaBufferSize: number; maxPlayableResolution: { widthPx: number; heightPx: number; }; maxTranscodeResolution: { widthPx: number; heightPx: number; }; videoCodecs: string[]; audioCodecs: string[]; maxAudioChannels: string; audioBoost: number; enableSubtitles: boolean; subtitleSize: number; updatePlayStatus: boolean; streamProtocol: string; forceDirectPlay: boolean; pathReplace: string; pathReplaceWith: string; }'. Did you mean 'maxDirectStreamBitrate'?
cache-and-install
Argument of type '{ streamPath: "direct" | "plex"; enableDebugLogging: boolean; maxDirectStreamBitrate: number; transcodeBitrate: number; mediaBufferSize: number; transcodeMediaBufferSize: number; maxPlayableResolution: { widthPx: number; heightPx: number; }; maxTranscodeResolution: { widthPx: number; heightPx: number; }; videoCodecs: string[]; audioCodecs: string[]; maxAudioChannels: string; audioBoost: number; enableSubtitles: boolean; subtitleSize: number; updatePlayStatus: boolean; streamProtocol: string; forceDirectPlay: boolean; pathReplace: string; pathReplaceWith: string; }' is not assignable to parameter of type 'PlexStreamSettings'.
cache-and-install
Property 'directStreamBitrate' is missing in type '{ streamPath: "direct" | "plex"; enableDebugLogging: boolean; maxDirectStreamBitrate: number; transcodeBitrate: number; mediaBufferSize: number; transcodeMediaBufferSize: number; maxPlayableResolution: { widthPx: number; heightPx: number; }; maxTranscodeResolution: { widthPx: number; heightPx: number; }; videoCodecs: string[]; audioCodecs: string[]; maxAudioChannels: string; audioBoost: number; enableSubtitles: boolean; subtitleSize: number; updatePlayStatus: boolean; streamProtocol: string; forceDirectPlay: boolean; pathReplace: string; pathReplaceWith: string; }' but required in type 'PlexStreamSettings'.
cache-and-install
Process completed with exit code 1.
cache-and-install
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.