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
trafficstars

do the following and get a exception: 1. clone code from git https://github.com/wechaty/java-wechaty 2. change the Wechaty token in file io.github.wechaty.example.Main.java 3. run the command: mvn clean install java -jar...

代码重现: message.mentionList().forEach(c -> System.out.println("mentioned contact:" + c)); ---- Error: Exception in thread "pool-2-thread-11" kotlin.NotImplementedError: An operation is not implemented. at io.github.wechaty.Puppet.roomMemberSearch(Puppet.kt:822) at io.github.wechaty.user.Room.memberAll(Room.kt:365) at io.github.wechaty.user.Message.mentionList(Message.kt:164) --- Root cause: File: java-wechaty/wechaty-puppet/src/main/kotlin/Puppet.kt...

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

# 问题描述 当我使用finAll方法的时候,传入一个空的RoomQueryFilter,只会查找到我的第一个群聊 # 问题代码 ``` java public void roomQueryFilter() { Wechaty bot = Wechaty.instance(Token.token) .onScan((qrcode, statusScanStatus, data) -> System.out.println(QrcodeUtils.getQr(qrcode))) .onLogin(user -> System.out.println("User logined :" + user.name())) .onMessage(message -> {...

private final var payload: io.github.wechaty.schemas.FriendshipPayload? /* compiled code */ 这一块如果没办法获取到。应该以何种方式获取到申请通过好友的信息呢。且,如果要获取到申请通过好友的信息的来源,这又重哪里获取呢

FileBox fileBox = FileBox.fromUrl(img, System.currentTimeMillis() + “.png”)), null); contact.say(fileBox); Exception in thread "pool-3-thread-2" java.lang.Error: java.util.concurrent.ExecutionException: io.grpc.StatusRuntimeException: INTERNAL: can not get message callback response. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1148) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:748) Caused...

增加个中文readme 咋样?

转发一个网页 得到的类型是Video 不是应该为url么 0.1.4-SNAPSHOT