xaoyaoo / PyWxDump

获取微信账号信息(昵称/账号/手机/邮箱/数据库密钥/wxid);PC微信数据库读取、解密脚本;聊天记录查看工具;聊天记录导出为html(包含语音图片)。支持多账户信息获取,支持所有微信版本。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

运行wxdump后在浏览器提示Internal Server Error是为什么?

mewmewyahhey opened this issue · comments

请问大佬,我是使用pip install 安装的,安装完成后输入wxdump,浏览器跳转到120.0.0.1:5000后没有内容,显示:
Internal Server Error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
与此同时,命令行中会报错:
jinja2.exceptions.TemplateNotFound: index.html
这是什么原因导致的?应该怎样解决呢 烦请大佬解惑 谢谢!

检查 pywxdump/ui/web目录是否为空

pywxdump/ui下没有web目录,只有templates文件夹和两个py文件

https://github.com/xaoyaoo/wxdump_web

npm run build 然后将 dist目录复制web目录

看到更新的guide了,已解决,谢谢大佬!