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

error: invalid character '<' looking for beginning of value #31

Open
HuiTaiL6 opened this issue Aug 6, 2024 · 3 comments
Open

error: invalid character '<' looking for beginning of value #31

HuiTaiL6 opened this issue Aug 6, 2024 · 3 comments

Comments

@HuiTaiL6
Copy link

HuiTaiL6 commented Aug 6, 2024

命令:.\wxapkg_1.5.0_windows_amd64.exe scan -r "F:\wx\Weixin\WeChat Files\Applet"
能够读取到小程序,但是不完全。
shell窗口内容如下,此时选择是的市空白行内容。
█████████████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
┃ Name Developer Description
┃────────────────────────────────────────────
┃ 搜狗号码通 北京搜狗科技发展有限公司 搜狗号码通专注号码识别,拥有业内
┃ 微墙报 北京光因科技有限公司 微墙报是北京光因科技有限公司开发

┃ CSDN 北京创新乐知网络技术有限公司 用来为广大开发者提供对应技术分享

┃ 美团外卖丨外卖美食… 北京三快在线科技有限公司 美团外卖,送啥都快!附近美食、早
┃ 拼多多 上海寻梦信息技术有限公司 拼多多,多实惠,多乐趣。
┃ 同程旅行订酒店机票… 同程网络科技股份有限公司 同程旅游官方小程序,提供飞机票、

┃ ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
error: invalid character '<' looking for beginning of value
Location: F:\wx\Weixin\WeChat Files\Applet\wx430320811ad90e5f
All information see '.\wxid.json'

enter unpack • ↑/k move up • ↓/j move down • q exit

@wangmengfei1
Copy link

同样得问题,只展示部分小程序,很多空白得部分,选中就显示这个错误

@liudonghua123
Copy link

Same problem when running wxapkg scan, only a few applets shown or parsed. But I still can press Enter to process the selected applet.

image

@liudonghua123
Copy link

liudonghua123 commented Dec 6, 2024

I executed the command again, and some of the applet info shown. And I also noticed this error (error: 暂未收录 appid 为: wx55bbee4c37b73503的小程序).

Maybe the applet info is requested from thirdparty api in the internet.

See also

func (*queryWxid) Query(wxid string) (WxidInfo, error) {
info, exist := cachedWxid[wxid]
if exist {
return info, nil
}
body, _ := json.Marshal(queryWxidReqBody{Appid: wxid})
req, err := http.NewRequest("POST", "https://kainy.cn/api/weapp/info/", bytes.NewReader(body))
.

image

image

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

3 participants