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的时候出现了不能登录问题,我不知道怎么解决 #2687

Open
aqpmzngldh opened this issue May 8, 2024 · 2 comments

Comments

@aqpmzngldh
Copy link

就是本地运行正常,当我部署到服务器上,登录后手机端这边微信就下线了,提示为了你的账号安全,请重新登录

Copy link

dosubot bot commented May 8, 2024

It sounds like you're encountering a login issue with your Wechaty bot using the wechaty-puppet-padlocal protocol when deploying to a server, which doesn't occur in your local environment. This could be related to server configuration or how Wechaty handles sessions or authentication differently between environments.

One potential area to explore is the WECHATY_PUPPET_SERVER_PORT environment variable. If your server requires a specific port or has unique networking configurations, ensuring this environment variable is correctly set could be crucial. This variable influences the port option for IoClientOptions, which might affect session handling or authentication mechanisms required by your server's setup.

Additionally, there are known challenges with the wechaty-puppet-padlocal protocol, such as issues with the puppet.start() function not resolving as expected, which could lead to login problems. While I couldn't find specific details on the issue of WeChat accounts being logged out with a safety message when using wechaty-puppet-padlocal, it's worth considering these known issues as potential factors.

To assist you further, could you provide more details about your server's environment and configuration, along with any error messages or logs related to this issue? This information will be crucial in pinpointing the exact cause and finding a solution.

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.

@aqpmzngldh
Copy link
Author

已解决,自己配置问题

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

No branches or pull requests

1 participant