n0mad01 / node.bittrex.api

No longer maintained
MIT License
183 stars 187 forks source link

Can't make a call to WS/Signalr, 503, possible cloudflare issue? #89

Open ca1987 opened 6 years ago

ca1987 commented 6 years ago

We are using C# HubConnection class and it does not allow us to make a call to wss://socket.bittrex.com/signalr

I tried connecting to there server and received following error:

InnerException = {"StatusCode: 503, ReasonPhrase: 'Service Temporarily Unavailable', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:\r\n{\r\n Transfer-Encoding: chunked\r\n Connection: close\r\n X-Frame-Options: SAMEORIGIN\r\n Expect-CT: max-age=604800, r...

I am relaying this for my programmer.

Could this be the same as n0mad01#67 (comment) ? Due to cloudflare, with a simple fix of connecting using cfscraper? Thank you.

ksauyeung commented 6 years ago

Seems they are now protected by Cloudflare captcha

ghost commented 6 years ago

What's the point of a socket if it is behind captcha? sockets are not gonna be accessed by humans anyway. So either it is beatable and then it is meaningless, or it isn't and the whole thing is meaningless.