wechaty / getting-started

A Starter Project Template for Wechaty works out-of-the-box
https://gitpod.io/#https://github.com/wechaty/wechaty-getting-started
Apache License 2.0
772 stars 342 forks source link

为什么不能发送微信语音 #283

Open zouhuigang opened 1 year ago

zouhuigang commented 1 year ago

const audioUrl = "https://afu-1255830993.cos.ap-shanghai.myqcloud.com/20230214183133.silk" const fileBox = FileBox.fromUrl(audioUrl); msg.say(fileBox);

zouhuigang commented 1 year ago
image
zhao-jun commented 1 year ago

名称要单独定义的

sunboye commented 1 year ago

import {FileBox, ScanStatus, WechatyBuilder, log } from 'wechaty' ^^^^^^^ SyntaxError: The requested module 'wechaty' does not provide an export named 'FileBox' at ModuleJob._instantiate (node:internal/modules/esm/module_job:123:21) at async ModuleJob.run (node:internal/modules/esm/module_job:189:5) at async Promise.all (index 0) at async ESMLoader.import (node:internal/modules/esm/loader:533:24) at async loadESM (node:internal/process/esm_loader:91:5) at async handleMainPromise (node:internal/modules/run_main:65:12)

我引入FileBox报错

版本: $ npm --version 9.6.0

$ node --version v16.17.0

求赐教

zhao-jun commented 1 year ago

FileBox引入 import { FileBox } from 'file-box'

sunboye commented 1 year ago

好的,谢谢FileBox确实有用

如果引入Message报错,有办法没

import {Message, ScanStatus, WechatyBuilder, log } from 'wechaty' ^^^^^^^ SyntaxError: The requested module 'wechaty' does not provide an export named 'Message'