java-wechaty icon indicating copy to clipboard operation
java-wechaty copied to clipboard

Java Wechaty is a Conversational SDK for Chatbot Makers Written in Kotlin

Results 48 java-wechaty issues
Sort by recently updated
recently updated
newest added

WECHATY_PUPPET_PADPLUS_TOKEN java版本sdk linux的docker 场景描述: 2个群的消息汇总到第三个群,通过机器人来实现。 程序开发完毕功能正常。 因为各种原因,docker服务和客户端服务重启。 重启后出现本bug: 2个群的消息不能自动同步到第三个群。 第三个群任何人发言后,信息才能同步到发言的那个群中。 第三个群的指定的代码 RoomManager roomManager = new RoomManager(message.getWechaty()); RoomQueryFilter roomQueryFilter = new RoomQueryFilter(); roomQueryFilter.setId("1xxxxx36@chatroom"); List hisroom = roomManager.findAll(roomQueryFilter); for (int i =...

非常奇怪的问题 https://api.chatie.io/v0/hosties/puppet_padplus_1663d4xxxx 正常返回IP docker成功启动,且docker日志都能捕捉到群消息 但是用java的demo程序, 扫码登录后,onmessage正常执行一段时间后(2~3个小时), 就不能捕捉到onmessage事件。

各种类型的内容存放在哪里 1、图片 (?) 2、动图 (已经能够获取) 3、视频 (?) 4、语音(?) 5、文字(已经能够获取) 6、网页分享(已经能够获取) 7、小程序分享(已经能够获取) 8、网友补充...... ? 不清楚哪里获取

完成了memory-card和stateswitch

Caused by: io.grpc.StatusRuntimeException: INTERNAL: no cache manager at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:244) ~[grpc-stub-1.29.0.jar:1.29.0] at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:225) ~[grpc-stub-1.29.0.jar:1.29.0] at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:142) ~[grpc-stub-1.29.0.jar:1.29.0] at io.github.wechaty.grpc.PuppetGrpc$PuppetBlockingStub.contactList(PuppetGrpc.java:2841) ~[grpc-0.16.1.jar:?] at io.github.wechaty.grpc.GrpcPuppet$contactList$1.get(GrpcPuppet.kt:386) ~[wechaty-puppet-hostie-0.1.5-20200719.133816-1.jar:?] at io.github.wechaty.grpc.GrpcPuppet$contactList$1.get(GrpcPuppet.kt:29) ~[wechaty-puppet-hostie-0.1.5-20200719.133816-1.jar:?] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1764) ~[?:?] Using io.github.wechaty...

当json数据,字段多于对象时候会报错 UnrecognizedPropertyException ,应该再配置一下 mapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, false)

An attempt was made to call a method that does not exist. The attempt was made from the following location: io.github.wechaty.utils.JsonUtils.(JsonUtils.kt:12 Correct the classpath of your application so that it...

![image](https://user-images.githubusercontent.com/29906319/125153627-bd6ffe00-e187-11eb-9bd3-bba2c725ad3c.png)

版本:0.1.5-SNAPSHOT Token是试用7天的puppet_padlocal_xxxxxx 使用FriendshipManager().search(friendshipSearchCondition)搜索好友 提示INTERNAL: Wechaty Puppet Unsupported API Error. 使用ContactManager().findAll(new ContactQueryFilter())获取好友列表 返回List中,绝大多数Contact.name为空. 请问我该如何才能获取到完整的好友列表呢?

Bumps commons-io from 2.6 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.6&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies