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

扫码登录失败报错 #303

Open
YanJiarui-AN opened this issue Dec 29, 2023 · 3 comments
Open

扫码登录失败报错 #303

YanJiarui-AN opened this issue Dec 29, 2023 · 3 comments

Comments

@YanJiarui-AN
Copy link

报错内容:
[] 微信网页版 ... 开动
[
] 正在获取 uuid ... 成功
[] 正在获取二维码 ... 成功
[
] 请使用微信扫描二维码以登录 ...
[*] 正在登录 ... ERROR:root:generic exception: Traceback (most recent call last):
File "D:\Desktop\WeixinBot-master\wxbot_demo_py3\weixin.py", line 1109, in _get
data = response.read().decode('utf-8')
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 339: invalid continuation byte

失败
[*] 退出程序

有哪位大神能帮忙看一看

@DeSireFire
Copy link

报错内容: [] 微信网页版 ... 开动 [] 正在获取 uuid ... 成功 [] 正在获取二维码 ... 成功 [] 请使用微信扫描二维码以登录 ... [*] 正在登录 ... ERROR:root:generic exception: Traceback (most recent call last): File "D:\Desktop\WeixinBot-master\wxbot_demo_py3\weixin.py", line 1109, in _get data = response.read().decode('utf-8') UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 339: invalid continuation byte

失败 [*] 退出程序

有哪位大神能帮忙看一看

今天做了一下尝试,感觉这个项目年久失修了:

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta id="viewport" name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, viewport-fit=cover" />
    <meta name="color-scheme" content="light dark">
    <title>微信网页版</title>
    <style>
      * {
        margin: 0;
        padding: 0;
      }
      body {
        font-family: Microsoft YaHei,-apple-system-font,Helvetica Neue,Helvetica,sans-serif;
        font-size: 14px;
        line-height: 1.6;
      }
      .msg {
        width: 400px;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
      }
      .msg-title {
        font-size: 24px;
        font-weight: 400;
        color: #191919;
      }
      @media (prefers-color-scheme: dark) {
        .msg-title {
          color: rgba(255, 255, 255, 0.9);
        }
      }
      .msg-desc {
        margin-top: 10px;
        font-weight: 400;
        color: #999999;
        word-break: break-word;
      }
      .msg-button-area {
        margin-top: 72px;
      }
      .msg-button {
        width: 228px;
        height: 32px;
        background-color: #07C160;
        border: 0;
        color: #fff;
        border-radius: 3px;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        line-height: 32px;
        text-decoration: none;
      }
      .msg-button:hover {
        background-color: #06ad56;
      }
    </style>
  </head>
  <body>
    <div class="msg">
      <div class="msg-text-area">
        <p class="msg-desc">为了保障你的账号安全,暂不支持使用网页版微信。你可以前往微信官网&nbsp;https://weixin.qq.com/&nbsp;下载客户端登录。</p>
      </div>
          </div>
  <script src="//res.wx.qq.com/t/wx_fed/webwx/res/static/vendor/vendor_4bfe99c.js"></script><script>webpackJsonp([0],[function(n,exports){n.exports=""}]);/* vhtml-webpack-plugin version: 0.1.38 */</script></body>
</html>

@jinde98
Copy link

jinde98 commented Apr 10, 2024

微信取消网页版登录了

@Nanssr
Copy link

Nanssr commented Sep 14, 2024

现在解决了吗?我刚刚也遇到了这个问题

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

4 participants