Skip to content

[BUG] Prompt 10005 when creating a video message in the electron environment #114

@2415156886

Description

@2415156886

OpenIM Server Version

3.8.3-patch.10

Operating System and CPU Architecture

Windows (AMD)

Deployment Method

Source Code Deployment

Bug Description and Steps to Reproduce

  const params = {
    videoPath: file.path!,
    videoType: file.path!.split(".").pop()?.toLowerCase() || "",
    duration: parseInt(videoInfo.duration.toFixed(0)),
    snapshotPath: "",
  };
  console.log("createVideoMessage params", params);

  const videoMessage = (await IMSDK.createVideoMessage(params)).data;

Screenshots Link

Image

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