-
Notifications
You must be signed in to change notification settings - Fork 57
Cannot connect to the Poloniex wamp server at wss://api.poloniex.com #83
Comments
could you solve your Problem? Can you may help me to make it running? I cannot even make a connection to poloniex cause i cannot find a docu for jawampa... |
I've no problem to connect to poloniex, but when I get the update only the first field is shown. ` client.statusChanged().subscribe(new Action1<WampClient.State>() {
|
Sorry i was not clear enough...i'm struggling with the login...api key & secret. How do i make jawampa running with my key & secret? |
Hi everybody, Using the Poloniex Push API we face some weird issues with the sequence number, namely some messages are being dropped and do not arrive on our side. The described problem occurs very often, for example if we look at the pair “BTC_ETH”, we see the problem almost twice a minute. See attached the simple java program PoloniexWSJavampa.java, which can be used to reproduce the issue. example.output.txt The big question here is, how is it possible, that we do not see some messages??? Can they be dropped somehow? By server or by jawampa? |
Andre, this seems to be a problem with the Poloniex API itself. Try running without jawampa and instead use the node autobahn example they provide on their docs. This problem persists there as well so I doubt this is caused by jawampa. |
@hkothari thanks a lot for the reply, actually i'm trying to reach the Poloniex support and get some answers. imho it looks like a server side problem. |
@andre77 Tests made for 1 minute, just before this post : |
@andre77 I believe there is nothing broken neither in jawampa nor in Poloniex. I'd like to give some detailed insights about the WAMP protocol but I couldn't do it here as this issue was open by @luchesar for different reasons. Please, open a separate issue to discuss about your understanding of that "supposedly WAMP event sequencing" your client apps are trying to determine. Please, leave this issue as discussion space relevant to what was originally intended for. |
@angiolep thanks for your reply, lets continue here #101 |
@luchesar sorry to capture your issue back to the initial problem posted here, if i run your code, it works properly, so maybe it can be closed here... |
I can't run Again and getting following http.websocketx.WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: RpM9+AwVLTb6Wwbb269bOg==, expected response: U63478FdY2NiAkDiEjA5Z/BUdm4= Can any one please help me out |
I have the same problem as @bhavishyagoyal12 - I just get repeated "io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13 - WebSocket version 13 client handshake key: /MkHsONZ3QxYFfB84BJUcA==, expected response: BONDn5rFV+vVz8hDryBStKjT3zs=" (differing key and expected response) .. with following "io.netty.handler.ssl.SslHandler - [id: 0x68039185, L:/10.10.10.243:42710 - R:api.poloniex.com/104.20.13.48:443] HANDSHAKEN: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256" These two lines go on and on, evidently not establishing connection. It has once (!) - where the Connected event came in, and I could subscribe to the "ticker" channel and started getting updates. I guess this points towards Poloniex having some problem - but what? And how could I mitigate that? Who is triggering those "handshakes" - from which side is this? Might it be some timeout issue? |
Hi there,
I have a simple client that connects to the Polonix push API. It used to work for quite some time but suddenly stopped working not being able to connect.
It will sit in the Connecting state forever.
I am trying to debug it and looks like there the channel is closed in NettyWampClientConnectorProvider. It is not clear why the channel gets closed.
Can you guys give some ideas how to approach the problem. I tried all the few WAMP libraries out there and JAWAMPA was the only one that worked until recently.
This is an example code that fails. I have a JS code using Authobahn|JS which connects with no problem.
The text was updated successfully, but these errors were encountered: