java-wechaty-getting-started
java-wechaty-getting-started copied to clipboard
Java Wechaty Starter Project Template that Works Out-of-the-Box
🚨 The issue tracker is not for questions 🚨 [question] JAVA SDK 初始化bot时 grpc报 UNAUTHENTICATED 异常。 异常栈: 20:45:52.997 [main]DEBUG io.github.wechaty.grpc.GrpcPuppet-[76] - IDLE 20:45:53.307 [main]ERROR io.github.wechaty.grpc.GrpcPuppet-[82] - start() rejection: io.grpc.StatusRuntimeException: UNAUTHENTICATED:...
INFO PadplusManager start grpc gateway failed for reason: Error: Try to connect to server timeout., retry start in 5 seconds. 具体情况如下:最初一个版本是使用web版本做的。公司具备动态的公网IP。JAVA版本使用正常,后续更换成ipadplus协议。https://api.chatie.io/v0/hosties/puppet_padplus_XXXX 获取IP正常。但始终与服务器链接超时,。使用腾讯云服务器解决该问题。是否ipadplus协议对IP有一定要求?
This repository is for any Java developers who want to build a chatbot based on our great Java Wechaty library. It will be a great help for all Java developers...
当实现onMessage方法的时候会出现以下异常 ``` Exception in thread "pool-8-thread-1" java.lang.Error: java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: io.grpc.StatusRuntimeException: INTERNAL: Assertion failed at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1155) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: io.grpc.StatusRuntimeException: INTERNAL: Assertion failed at...
How to configure to springboot project
my gateserver has received message,but my client like has no message ### idea exception ``` Exception in thread "pool-3-thread-29" java.lang.Error: java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: io.grpc.StatusRuntimeException: INTERNAL: Assertion failed at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1148) at...
When I'm running `make install` on my MacBook Pro with my China Mobile phone hotspot, I got the following networking error and can not install successfully. ```sh $ make install...
[INFO] Scanning for projects... [INFO] [INFO] -----------------< io.github.wechaty:wechaty-examples >----------------- [INFO] Building wechaty-examples 1.0.0-SNAPSOHOT [INFO] --------------------------------[ jar ]--------------------------------- Downloading from mvnrepository: http://www.mvnrepository.com/io/wechaty/wechaty/1.0.0-SNAPSOHOT/wechaty-1.0.0-SNAPSOHOT.pom Downloading from github: https://maven.pkg.github.com/diaozxin007/java-wechaty/io/wechaty/wechaty/1.0.0-SNAPSOHOT/wechaty-1.0.0-SNAPSOHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE...