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

尝试了几次,网页5000上面都没有显示东西 #128

Open
yuenze04 opened this issue Aug 26, 2024 · 15 comments
Open

尝试了几次,网页5000上面都没有显示东西 #128

yuenze04 opened this issue Aug 26, 2024 · 15 comments
Labels
bug Something isn't working

Comments

@yuenze04
Copy link

image
尝试了几次,网页5000上面都没有显示东西

@xaoyaoo
Copy link
Owner

xaoyaoo commented Aug 27, 2024

网页 F12 看看控制台报错什么,麻烦截个图

@gudukuaile
Copy link

网页 F12 看看控制台报错什么,麻烦截个图

Snipaste_2024-08-28_17-35-34

@xaoyaoo
Copy link
Owner

xaoyaoo commented Aug 28, 2024

尝试一下v3.1.29

@xaoyaoo xaoyaoo added the bug Something isn't working label Aug 28, 2024
@gudukuaile
Copy link

尝试一下v3.1.29

也不行,试了好多版本都是这一个错误。我在视频看到有人成功了,我使用跟他一样的3.1.25版本,也是报上图中的错。很是奇怪

@xaoyaoo
Copy link
Owner

xaoyaoo commented Sep 2, 2024

image
@gudukuaile 还是这个错误吗

@xaoyaoo
Copy link
Owner

xaoyaoo commented Sep 2, 2024

@gudukuaile 使用最新版,我看看命令窗口的日志。

[+] 文件 *********** MIME 类型:

类似这样的日志

@gudukuaile
Copy link

@xaoyaoo
Snipaste_2024-09-03_10-53-05
是这个吗?

@gudukuaile
Copy link

chrome浏览器的控制台就是上面图片中的错误,network都是200.
edge浏览器打开界面就是黑色的,network里面什么都没有,试了很多版本了都不行,exe程序不行,pip install也不行

@xaoyaoo
Copy link
Owner

xaoyaoo commented Sep 3, 2024

麻烦使用 3.1.30试试,然后将日志文件发我一下(位置:wxdump_work/wxdump.log)

@astxng
Copy link

astxng commented Oct 1, 2024

C:\Users\-----\Downloads>wxdump.exe
[*] PyWxDump v3.1.33
[+] 创建临时文件夹:C:\Users\-----\Downloads\wxdump_work
[+] 请使用浏览器访问 http://127.0.0.1:5000/ 查看聊天记录
INFO:     Loading environment from 'C:\Users\-----\Downloads\wxdump_work\.env'
INFO:     Started server process [13972]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on http://127.0.0.1:5000 (Press CTRL+C to quit)
INFO:     127.0.0.1:52022 - "GET / HTTP/1.1" 307 Temporary Redirect
INFO:     127.0.0.1:52022 - "GET /s/index.html HTTP/1.1" 200 OK
INFO:     127.0.0.1:52022 - "GET /s/data.js HTTP/1.1" 200 OK
INFO:     127.0.0.1:52023 - "GET /s/assets/index-xAnPWFJT.js HTTP/1.1" 200 OK
INFO:     127.0.0.1:52022 - "GET /s/assets/index-KmTWrDAv.css HTTP/1.1" 200 OK
INFO:     127.0.0.1:52022 - "GET /api/rs/is_init HTTP/1.1" 200 OK

code=1001
rjson['body']='my_wxid is required'
rjson['msg']='请求数据格式存在错误!'
rjson['extra']={}
  File "threading.py", line 890, in _bootstrap
  File "threading.py", line 932, in _bootstrap_inner
  File "anyio\_backends\_asyncio.py", line 859, in run
  File "pywxdump\api\utils.py", line 224, in wrapper
    return func(*args, **kwargs)
  File "pywxdump\api\remote_server.py", line 56, in mywxid
    if not my_wxid: return ReJson(1001, body="my_wxid is required")
  File "pywxdump\api\rjson.py", line 42, in ReJson
    stack = traceback.extract_stack()

INFO:     127.0.0.1:52023 - "GET /api/rs/mywxid HTTP/1.1" 200 OK
INFO:     127.0.0.1:52023 - "GET /s/assets/IndexView-MIpPVMcg.js HTTP/1.1" 200 OK
INFO:     127.0.0.1:52022 - "GET /s/assets/IndexView.vue_vue_type_script_setup_true_lang-VVdkpyuI.js HTTP/1.1" 200 OK

code=1001
rjson['body']='my_wxid is required'
rjson['msg']='请求数据格式存在错误!'
rjson['extra']={}
  File "threading.py", line 890, in _bootstrap
  File "threading.py", line 932, in _bootstrap_inner
  File "anyio\_backends\_asyncio.py", line 859, in run
  File "pywxdump\api\utils.py", line 224, in wrapper
    return func(*args, **kwargs)
  File "pywxdump\api\remote_server.py", line 121, in msg_count
    if not my_wxid: return ReJson(1001, body="my_wxid is required")
  File "pywxdump\api\rjson.py", line 42, in ReJson
    stack = traceback.extract_stack()

5000 没有任何内容。
微信: 3.9.12.17
Python 3.12.4
Windows 11

@RegentWan
Copy link

下载的文件ui下没有web的源码,请问这部分是没有上传嘛

@xaoyaoo
Copy link
Owner

xaoyaoo commented Oct 16, 2024

UI源码 https://github.com/xaoyaoo/wxdump_web

@RegentWan
Copy link

UI源码 https://github.com/xaoyaoo/wxdump_web

非常感谢,弱弱的问一句,能提供下3.0.35版本的ui目录下用flask开发的前端源码吗,因为我不太会vue,当前这个web版本弄不来

@xaoyaoo
Copy link
Owner

xaoyaoo commented Oct 16, 2024

非常的抱歉,该项目最初使用的是 falsk+vue 之后改为了 fastapi+vue。所以我这里无法提供完全python的web版本。
vue还是比较简单的,你可以尝试用2天时间入门,这样你将可以看懂代码。

@RegentWan
Copy link

非常的抱歉,该项目最初使用的是 falsk+vue 之后改为了 fastapi+vue。所以我这里无法提供完全python的web版本。 vue还是比较简单的,你可以尝试用2天时间入门,这样你将可以看懂代码。
好的好的,十分感谢,我可以的~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants