-
-
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
New account login issue #872
Comments
Hello, thanks for using Wechaty. Your issue is related to the latest policy changing from Tencent: Newly created Wechat Account will not be able to login via Web Wechat anymore. Wechaty is using the Web API of Wechat, which means newly created account will not use Wechaty to log in. The solution will be:
Sorry to tell you that. Also see: #603 |
BTW: could you please to post the HTML Source Code of the page when you get the I need this source code because I think it's better to emit an |
The alert appears after the following API is called and it response it returns is blank. |
Thanks. I understand that this is an alert window. Could you find a Wechat Account that registered before Jun 2017? |
It was working normally with me for 4 days with many logins (50+ maybe) I haven't changed anything with the account and this happened :( @xinbenlv have any ideas if we can use OS X app cookies with it? |
HTTP/1.1 200 OK
|
@seifhatem thank you! |
@zixia the same issue, bug my account registered in 2013 BTW: i can login https://web.wechat.com/ |
No I couldn’t find an account before Jun 2017 |
@zixia my account is definitely before 2017. Have same issue. |
I have an account is registered after June 2017, the previous test can not log on the web, but the first two days can suddenly log in, but less than 3 days to be banned landing web again. |
@zixia the same issue, but my account registered before 2016 BTW: i can login https://web.wechat.com/ |
What's your version? Please post the full log as required. |
Any solution to this issue yet? I am seeing the same problem. |
Any solution yet? |
@baselbers , I haven't found any, so i had to give up and install the wechat app on a phone man. I was trying to avoid that, hopefully one day these guys would provide us with a fix or solution. |
Some devs just don't understand using a web app instead of a native app is less convenient as hell. |
@zixia I am running into the same problem described here. How is that |
@nsorrors yes, it's now available. Currently it's in alpha stage, learn more at #1296 |
Wechaty v0.15(or above) Can Resolve This Login IssueIf you are experiencing this New Account Login Issue with Web API, and still want to use Wechaty as your ChatBot SDK, you are lucky from now because we have a branding new PuppetPadchat that can let you log in your new account without any problem. Start from Wechaty v0.15, we enable new Puppet System with all protocols support, include but not limited to Android, iOS, Pad, Win32, Web. Learn more at:
|
Juzi.bot is providing free tokens for the developers who have a strong will and ability to build a valuable chatbot for users. Learn more about wechaty-puppet-padplus, which is a iPad protocol puppet provider. |
Cool |
My account is created before 2017, still, I cannot login from the webui |
The accounts that created before 2017 will have high probabilities to be able to login via web, but not guaranteed. |
Why do you need to open wechat payment to continue the operation. |
Update Jan 2022In 2021, UOS can help developers to log in their bot account via the Web Protocol. (related blog post: 重磅:使用UOS微信桌面版协议登录,wechaty免费版web协议重放荣光, Leo chen, Apr 13, 2021 However, it seems that the UOS has been disabled after Jan 1, 2022. See |
郁闷 |
1 similar comment
郁闷 |
Update Feb 2022: recommend using Wechaty Puppet XPIt seems that the UOS patch has no solution to be enabled again. (If anyone has a solution, please submit a PR) So for users who need a free Wechaty Puppet Provider (WPP), we are suggesting that you can try the Wechaty Puppet XP which is a free WPP based on the Windows WeChat Client. I will lock this thread for now. Please file a new issue if there's any need. Merge to: |
Hi,
I'm using npm to create a bot and followed an example code from the repo.
My bot code is as follows: (mybot.js)
On running the bot code I get the following logs:
On scanning the QR code I get the following message:
As per documentation code 201 means the QR code is scanned and it is waiting for confirmation.
But the shell keeps waiting infinitely. It never enters the login event.
I tried logging on https://web.wechat.com/ by scanning code, though the code was scanned successfully it didn't log me in with the following message:
Is there any relation between the wechat login message and wechaty waiting for confirmation?
Can't we use wechaty for wechat with new accounts?
NodeJs version I'm using is: 6.11.4
The text was updated successfully, but these errors were encountered: