getting-started icon indicating copy to clipboard operation
getting-started copied to clipboard

A Starter Project Template for Wechaty works out-of-the-box

Results 87 getting-started issues
Sort by recently updated
recently updated
newest added

No matching version found for wechaty-puppet-oicq@^1.10.2

question

I'm currently trying to send various types of messages, and I can't find the UrlLink class, so I don't know how to refer to it.

question

## TL;DR: Update Node.js to version 16+ If you saw the following error messages: ```sh SyntaxError: Unexpected token '.' at Loader.moduleStrategy (internal/modules/esm/translators.js:140:18) ``` Then please check the version of your...

question

``` wechaty "~1.7.22", wechaty-puppet-service(puppet_wxwork) node v16.11.1 ``` ## code ```ts Ffmpeg(mp3Stream) .fromFormat('mp3') .toFormat('wav') .pipe(wavStream as any) ``` ## log ``` 15:16:27 ERR Config ########################### 15:16:27 ERR Config Wechaty uncaughtException: Error:...

question

npm start ``` CustomError: ERR_PACKAGE_PATH_NOT_EXPORTED /home/lighthouse/moudle/getting-started-main/node_modules/wechaty-puppet/ ./types /home/lighthouse/moudle/getting-started-main/node_modules/wechaty/dist/esm/src/mods/mod.js at throwExportsNotFound (/home/lighthouse/moudle/getting-started-main/node_modules/ts-node/dist-raw/node-esm-resolve-implementation.js:397:9) at packageExportsResolve (/home/lighthouse/moudle/getting-started-main/node_modules/ts-node/dist-raw/node-esm-resolve-implementation.js:622:3) at packageResolve (/home/lighthouse/moudle/getting-started-main/node_modules/ts-node/dist-raw/node-esm-resolve-implementation.js:763:14) at moduleResolve (/home/lighthouse/moudle/getting-started-main/node_modules/ts-node/dist-raw/node-esm-resolve-implementation.js:815:18) at Object.defaultResolve (/home/lighthouse/moudle/getting-started-main/node_modules/ts-node/dist-raw/node-esm-resolve-implementation.js:929:11) at /home/lighthouse/moudle/getting-started-main/node_modules/ts-node/src/esm.ts:152:38 at Generator.next () at /home/lighthouse/moudle/getting-started-main/node_modules/ts-node/dist/esm.js:8:71...

bug

🚨 The issue tracker is not for questions 🚨 If you have a question, please ask it on https://stackoverflow.com/questions/tagged/wechaty [question] `9 verbose type range 2710 verbose stack wechaty-puppet-whatsapp: No matching...

question

``` $ npm run start > [email protected] start > cross-env NODE_OPTIONS="--no-warnings --loader=ts-node/esm" node examples/ding-dong-bot.ts 01:09:55 ERR StateSwitch on() is deprecated: use active() instead. Error at StateSwitch.on (/Users/src/github.com/wechaty/getting-started/node_modules/state-switch/src/state-switch.ts:222:85) at PuppetPadlocal._startClient (/Users/src/github.com/wechaty/getting-started/node_modules/wechaty-puppet-padlocal/src/puppet-padlocal.ts:145:20)...

enhancement

Trying to use padlocal in AWS After npm install ![image](https://user-images.githubusercontent.com/39483787/137745676-ba305fb7-7333-4125-928b-78907d5950bf.png)

question

## 0. Report Issue Guide 1. Please run the following command and check whether the problem has been fixed: ``` rm -rf package-lock.json rm -rf node_modules npm install ``` 2....

``` Error: 4 DEADLINE_EXCEEDED: Deadline exceeded at Object.callErrorFromStatus (/Users/yangyang/Desktop/workspace/wechaty-getting-started/node_modules/@grpc/grpc-js/src/call.ts:81:24) at Object.onReceiveStatus (/Users/yangyang/Desktop/workspace/wechaty-getting-started/node_modules/@grpc/grpc-js/src/client.ts:338:36) at Object.onReceiveStatus (/Users/yangyang/Desktop/workspace/wechaty-getting-started/node_modules/@grpc/grpc-js/src/client-interceptors.ts:426:34) at Object.onReceiveStatus (/Users/yangyang/Desktop/workspace/wechaty-getting-started/node_modules/@grpc/grpc-js/src/client-interceptors.ts:389:48) at /Users/yangyang/Desktop/workspace/wechaty-getting-started/node_modules/@grpc/grpc-js/src/call-stream.ts:276:24 at processTicksAndRejections (internal/process/task_queues.js:79:11) { code: 4, details: 'Deadline exceeded', metadata:...

question