-
Notifications
You must be signed in to change notification settings - Fork 4
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
[BUG]WorkPro: 无法获取分享链接的url #230
Comments
@ZhangRaymond 接收到卡片链接消息后,在nodejs中需要调用 你可以参考python-wechaty的调用方法。 如果怀疑 |
@su-chang 感谢回复~ 实际上我也是这么做的,在调用msg.to_url_link() 和 msg.to_mini_program() 提取数据时报错。我在python-wechaty里提了issue,目前还没有回复,如果方便的话,辛苦提醒下相关开发同学吧,比较急 |
获取卡片链接和小程序的消息数据属于相对基础的功能,建议你用简单的python-wechaty的代码启动项目,并仅做这两类消息处理,看看是否仍存在报错。 不要安装一些其他插件,这样更容易定位问题。 BTW, python-wechaty是由社区开发者来维护的,一切交流都在issue中进行。我们这边也没有特殊的沟通渠道。 |
请问解决了吗?我在解析公众号的链接的时候也遇到了同样的问题 |
没人解决,准备弃了。。。 |
@su-chang 照做了,还是不行,始终无法成功执行msg.to_url_link() 。开源社区也发了issue也没有反馈 |
如果可能建议使用node开发wechaty相关项目。 |
@ZhangRaymond node中是否有遇到类似问题? |
使用node版本是没有问题的,建议用node版本吧 |
长时间没有后续回复,问题关闭。 |
Please make sure you have read the Wechaty Puppet Service: WorkPro from Wechaty Official Website before you continue writing this issue.
IMPORTANT
DO NOT post your token in the issue. If we need to investigate the behavior of certain token, we will provide a private contact route.
Describe the bug
在用测试token进行开发时,在登录过程中报Warning:there is not registed blueprint in the plugins, so bot will not start the web service。导致在对URL和小程序信息提取url过程中会报错,即 await msg.to_url_link() 和 to_mini_program() 时报错,traceback如下图,无法获取message_url对应的pyload,怀疑原因为前面warning信息对应的blueprint无法被注册导致未能联网。
请问该如何解决?
Info
Screenshots
![WechatIMG208](https://private-user-images.githubusercontent.com/16101490/253882636-f35d4278-4469-4379-8c29-c0034c5d5eed.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5Mzc0ODUsIm5iZiI6MTczODkzNzE4NSwicGF0aCI6Ii8xNjEwMTQ5MC8yNTM4ODI2MzYtZjM1ZDQyNzgtNDQ2OS00Mzc5LThjMjktYzAwMzRjNWQ1ZWVkLmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDE0MDYyNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY0NzdiMDI1ZTc0ODliNTc5YTczZDg5NDgzNmM5N2RmMDc1ZWM3NzI2ZWQ4ZjA3ODk4MDNkN2I2MmVjYzEzMDImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.BerpFaudBrQIiLbb9pjZTMyHqu-DUazpjfIhtfwO250)
The text was updated successfully, but these errors were encountered: