-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't auth by api/secret keys (Java app/Android). Key/Secret Pair Failed #32
Comments
Sending data is correct, but always return
@sacOO7 please help. 2 days can't connect to Coinigy socket by socketcluster client |
Sure @andrue, I will look into it 👍
…On May 20, 2018 10:06 PM, "Andrew Black" ***@***.***> wrote:
[image: image]
<https://user-images.githubusercontent.com/5351890/40281035-ba739d98-5c64-11e8-80d7-83f87339a274.png>
Sending data is correct, but always return
INFO: Message :{"data":"Key/Secret Pair Failed","rid":2,"error":{"
errorCode":403,"errorMsg":"Key/Secret Pair Failed"}}
@sacOO7 <https://github.com/sacOO7> please help. 2 days can't connect to
Coinigy socket by socketcluster client
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AP8vSXmFe_TxNP80gjlw18cECMH-C2J6ks5t0ZuagaJpZM4UGAw4>
.
|
HI @ablack13 , the issue is probably due to coinigy server problem. They have shut it down due to some load balancing issues. You will find more details here Coinigy/api#34 |
Hi @ablack13 , I think coinigy websocket api is live now. I will probably write down a code snippet to connect with coinigy server in 1-2 days. Till then, you can enable watch on the repo. 👍 |
Hi @ablack13 @aliiizzz I have created a gist to represent code that connects properly to coinigy server. You can find it here https://gist.github.com/sacOO7/a3fc817dfc5c85cf21ec96f09869fdfc |
Hello. Can't authorize by api keys from Coinigy API (My Account -> Coinigy API - >Generate new key ->v1)
Source in Kotlin (but was on Java too. Same result)
`import com.neovisionaries.ws.client.WebSocketException
import com.neovisionaries.ws.client.WebSocketFrame
import io.github.sac.BasicListener
import io.github.sac.ReconnectStrategy
import io.github.sac.Socket
import org.json.JSONObject
class EntryPoint {
companion object {
@JvmStatic
fun main(args: Array) { //entry point
val entryPoint = EntryPoint()
entryPoint.openSocket()
}
}
}`
Log output:
The text was updated successfully, but these errors were encountered: