Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zouhuigang opened this issue Feb 14, 2023 · 5 comments
Open

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

zouhuigang opened this issue Feb 14, 2023 · 5 comments

Comments

@zouhuigang
Copy link

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

@zouhuigang
Copy link
Author

image

@zhao-jun
Copy link

名称要单独定义的

@sunboye
Copy link

sunboye commented Apr 11, 2023

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
Copy link

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

@sunboye
Copy link

sunboye commented Apr 13, 2023

好的,谢谢FileBox确实有用

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants