-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Unable to start multiple instances with padchat puppet #1367
Labels
Comments
huan
added a commit
that referenced
this issue
Jun 19, 2018
Please check out the v0.15.213, and use the new Code example: const girlBot = new Wechaty({
profile: 'girl',
puppet: 'padchat',
puppetToken: 'girl-token-for-puppet-padchat'
})
const boyBot = new Wechaty({
profile: 'boy',
puppet: 'padchat',
puppetToken: 'boy-token-for-puppet-padchat'
}) Please also noticed that you will need two padchat tokens to test this feature. |
Update v0.15.216const girlBot = new Wechaty({
profile: 'girl',
puppet: 'padchat',
puppetOptions: {
token: 'girl-token-for-puppet-padchat' ,
},
})
const boyBot = new Wechaty({
profile: 'boy',
puppet: 'padchat',
puppetOptions: {
token: 'boy-token-for-puppet-padchat',
},
}) |
huan
added a commit
that referenced
this issue
Jun 20, 2018
Related to: #518 |
huan
added a commit
that referenced
this issue
Jun 21, 2018
@YunSun-CN Thank you for closing this issue. 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Provide Your Network Information
In China
Run
npm run doctor
orwechaty run doctor
(for docker user), paste output hereExpected behavior
Multiple instances should be started.
Actual behavior
Only last instance was started, others were rejected by server.
The text was updated successfully, but these errors were encountered: