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

重新扫码padlocal两三天了还没有人修复嘛,wechat bad request error: 你的应用版本过低,请升级至最新版本后再登录。点击“确定”后将跳转至最新版下载页面,登录不了咯, #2696

Closed
coderPeng3yang opened this issue May 13, 2024 · 4 comments

Comments

@coderPeng3yang
Copy link

重新扫码padlocal两三天了还没有人修复嘛,wechat bad request error: 你的应用版本过低,请升级至最新版本后再登录。点击“确定”后将跳转至最新版下载页面,登录不了咯,

Copy link

dosubot bot commented May 13, 2024

The error you're encountering indicates that the version of the Wechaty or PadLocal you're using is outdated. To resolve this, follow these steps:

  1. Update Wechaty and PadLocal: Run npm update wechaty and npm update wechaty-puppet-padlocal to ensure you're using the latest versions.

  2. Clear npm cache: Execute npm cache verify to avoid issues related to cache. If you're using an older version of npm, use npm cache clean.

  3. Reinstall Dependencies: Delete node_modules and package-lock.json, then reinstall dependencies:

    rm -rf node_modules
    rm -rf package-lock.json
    npm install
  4. Check Node.js Version: The latest Wechaty version requires Node.js ">=16". Verify your Node.js version with node --version.

  5. Environment Variables: Ensure all related environment variables are correctly set, including WECHATY_PUPPET, WECHATY_TOKEN, and others as necessary for PadLocal.

If after following these steps the issue persists, please check the Wechaty and PadLocal documentation for any specific update instructions or compatibility issues, and ensure your environment variables are correctly configured. Providing more details about your setup, including versions and error logs, can also help diagnose the issue more accurately.

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.

@Lyq0055
Copy link

Lyq0055 commented May 15, 2024

解决了吗

@coderPeng3yang
Copy link
Author

解决了吗

没解决 @huan

@huan
Copy link
Member

huan commented May 20, 2024

Merge to wechaty/puppet-padlocal#302

@huan huan closed this as completed May 20, 2024
@huan huan added the duplicate label May 20, 2024
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

3 participants