padlocal/padlocal-client-ts

use sendVideoMessage API will be error

krapnikkk opened this issue · 0 comments

environment

  • windows 10
  • nodejs: 12.18.4 (Currently using 64-bit executable)
  • padlocal-ts-client version: 0.1.26

code

const fileData: Buffer = fs.readFileSync(file);
const response = await client.api.sendVideoMessage(genIdempotentId(), id, fileData);

details

use sendVideoMessage API will be error

error message

"[tid:44b8d7a5] request has been cancelled for reason: SERVER_ERROR: 2 UNKNOWN: [tid:44b8d7a5] internal error"