wechaty / python-wechaty

Python Wechaty is a Conversational RPA SDK for Chatbot Makers written in Python
https://wechaty.readthedocs.io/zh_CN/latest/
Apache License 2.0
1.56k stars 229 forks source link

⁉ ⁉发送链接该怎么写?? #300

Open skinny06 opened 2 years ago

skinny06 commented 2 years ago

Reproduce your problem

        urlLink = UrlLink.create(
            'http://mp.weixin.qq.com/s?__biz=MzkxODE3MjAyNQ==&mid=100000001&idx=1&sn=d05de320c6fbe6c9f9149a09a4da81ec&chksm=41b4391776c3b001c143ac2c284c58ac8b08de41d95cab682aa5a07022e32096567f5780d5be#rd',
            description='户外贱客 & Fighting,fighting,finghting and finghting,读万卷书,行万里路,学习AND吃,喝,玩,乐',
            thumbnail_url='https://avatars0.githubusercontent.com/u/25162437?s=200&v=4',
            title='连接推送测试',
            )
        await room.say(urlLink)

Error info


#grpclib.exceptions.GRPCError: (<Status.ABORTED: 10>, '{"code":11,"msg":"thumbnailUrl must starts with \\"http\\" or \\"https\\"!"}', None)