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

二维码链接在浏览器中打开提示 “无法识别的二维码“ 怎么回事呢

Open terryxuwen opened this issue 3 years ago • 1 comments

运行docker run -ti --rm --volume="$(pwd)":/bot wechaty/wechaty mybot.js 复制生成的二维码链接 到浏览器打开,浏览器里面的图片是奇怪的打着红叉叉的二维码图片,下放文字是 无法识别的二维码

mybot.js 的代码 就是https://wechaty.gitbook.io/wechaty/v/zh/ 提供的 6行 示范代码

terryxuwen avatar Jul 31 '21 11:07 terryxuwen

Please try https://github.com/wechaty/wechaty-getting-started which I believe it should be ok.

And I'd like to suggest that we should always read official docs at https://wechaty.js.org/docs

huan avatar Aug 02 '21 09:08 huan