diff --git a/server/core/lib/activitypub/videos/shared/abstract-builder.ts b/server/core/lib/activitypub/videos/shared/abstract-builder.ts index 82dba850f..d8f653a35 100644 --- a/server/core/lib/activitypub/videos/shared/abstract-builder.ts +++ b/server/core/lib/activitypub/videos/shared/abstract-builder.ts @@ -49,7 +49,7 @@ export abstract class APVideoAbstractBuilder { protected async getOrCreateVideoChannelFromVideoObject () { const channel = await findOwner(this.videoObject.id, this.videoObject.attributedTo, 'Group') - if (!channel) throw new Error('Cannot find associated video channel to video ' + this.videoObject.url) + if (!channel) throw new Error('Cannot find associated video channel to video ' + this.videoObject.id) return getOrCreateAPActor(channel.id, 'all') } diff --git a/server/core/lib/video-file.ts b/server/core/lib/video-file.ts index ff7c26f06..365b69a0e 100644 --- a/server/core/lib/video-file.ts +++ b/server/core/lib/video-file.ts @@ -307,7 +307,7 @@ export async function muxToMergeVideoFiles (options: { await new FFmpegContainer(getFFmpegCommandWrapperOptions('vod')).mergeInputs({ inputs, output, - logError: true, + logError: false, // Include a cover if this is an audio file coverPath