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

wechat bad request error: 你的应用版本过低,请升级至最新版本后再登录。点击“确定”后将跳转至最新版下载页面。 #2694

Closed
chickenWing-ape opened this issue May 11, 2024 · 6 comments

Comments

@chickenWing-ape
Copy link

request has been cancelled for reason: SERVER_ERROR: 2 UNKNOWN: [tid:7c51947b] wechat bad request error: 你的应用版本过低,请升级至最新版本后再登录。点击“确定”后将跳转至最新版下载页面。

这种怎么处理呢。现在点击完确认登陆之后就会报错,然后再次循环。

Copy link

dosubot bot commented May 11, 2024

To address the WeChat "bad request error" indicating that your app version is too low, you should update your Wechaty SDK to the latest version. This error typically arises when the SDK version is not compatible with the current WeChat API. Here's how to update Wechaty:

  1. Check your current Wechaty version with:
const { WechatyBuilder } = require('wechaty')
const bot = WechatyBuilder.build()
console.log(bot.version())
  1. Update Wechaty to the latest version by running:
npm install wechaty@latest
  1. Verify the update by checking the version again.

Updating Wechaty ensures compatibility with WeChat's API and might resolve the error. If the issue persists, consider reviewing the CHANGELOG.md for any specific changes related to error handling or compatibility. The latest version includes improved error handling features, as detailed in gerror-mixin.ts, which might help in diagnosing and resolving the issue.

Details

Sources


About Dosu
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

To continue the conversation, mention @dosu.

@missile-xuan
Copy link

相同的问题
"wechaty": "^1.20.2",
"wechaty-puppet-padlocal": "^1.20.1"

@tanwei0857
Copy link

@huan 您好,这个怎么处理是怎么样个情况呢?

@Lyq0055
Copy link

Lyq0055 commented May 15, 2024

解决了吗

@huan
Copy link
Member

huan commented May 20, 2024

Merget to wechaty/puppet-padlocal#302

@huan huan closed this as completed May 20, 2024
@Sakchai686868
Copy link

解决了吗?我这里一直都是报错的

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

No branches or pull requests

6 participants