kucoin-java-sdk icon indicating copy to clipboard operation
kucoin-java-sdk copied to clipboard

Results 35 kucoin-java-sdk issues
Sort by recently updated
recently updated
newest added

Not exist in central maven: ``` com.kucoin kucoin-java-sdk 1.0.6 ```

I quickly run into exception such as follows when using the ws client. ```scala val kucoinPublicWSClient = builder.buildPublicWSClient() kucoinPublicWSClient.onMatchExecutionData(trade => println(trade), "XRP-USDT") ``` ``` 03:08:58.050 [OkHttp https://push-private.kucoin.com/...] ERROR c.k.s.w.l.KucoinPublicWebsocketListener -...

I have this error (using Java 1.17) > Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project kucoin-java-sdk: Fatal error compiling: java.lang.ExceptionInInitializerError: Unable to make field private com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors com.sun.tools.javac.processing.JavacProcessingEnvironment.discoveredProcs accessible: module...

When trying to make a clean install in Eclipse im am Getting the Error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project kucoin-java-sdk: Fatal error compiling: java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTags ->...

While socket running gets the exception below, The socket can work for a maximum of 1 day without any errors: ``` 2022-06-11 13:03:47.876 ERROR 22068 --- [.kucoin.com/...] c.k.s.w.l.KucoinPublicWebsocketListener : Error...

the app connects to the public websocket, subscribe to some market data, e.g. ticker ETH-BTC then i get this after a few pings: trace: java.net.SocketTimeoutException: sent ping but didn't receive...

Although I applied the solution, https://github.com/Kucoin/kucoin-java-sdk/pull/41, while socket running gets the exception below. The socket can work for a maximum of 1 day without any errors. Are there any ways...

enhancement