• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Just a heads-up: problem with Websocket on dashevolution.com

nightowl

Member
HI Guys

I'm very excited about Dash Evolution but it seems the websocket is not connecting on both Firefox and Chrome. I looked at the Javascript console and found this:

Code:
this is the home controller
angular.js:208Error: Failed to execute 'send' on 'WebSocket': Still in CONNECTING state.
  at Error (native)
  at f (http://dashevolution.com/dashevolution.min.js:1:2206)
  at i (http://dashevolution.com/dashevolution.min.js:1:2638)
  at k.signup (http://dashevolution.com/dashevolution.min.js:1:2984)
  at j (http://dashevolution.com/dashevolution.min.js:1:6406)
  at h.signUp (http://dashevolution.com/dashevolution.min.js:1:6631)
  at http://dashevolution.com/angular.js:303:424
  at f (http://dashevolution.com/angular.js:332:394)
  at l.$eval (http://dashevolution.com/angular.js:231:84)
  at l.$apply (http://dashevolution.com/angular.js:231:310)(anonymous function) @ angular.js:208
dashevolution.min.js:1 WebSocket connection to 'ws://dapi.dash.org:5000/' failed: Error during WebSocket handshake: net::ERR_CONNECTION_RESET
2dashevolution.min.js:1 WebSocket is already in CLOSING or CLOSED state.

My first thought was that I maybe disabled Websockets in the browser, but 2 separate tests on 2 separate "websocket testing sites" revealed that the browser is connection via the ws:// protocol without a problem. One of the sites I used was http://www.websocket.org/echo.html

I then figured... maybe my ISP is blocking port 5000. I did a quick low-level telnet test, and that too seemed to work fine

Code:
nightowl@nightowl-arch ~ % telnet dapi.dash.org 5000
Trying 128.127.106.235...
Connected to dapi.dash.org.
Escape character is '^]'.
^C
hey you awesome dash
^]
telnet> quit

Is anybody else experiencing these problems?
 
Keep in mind that this is a DEMO - and pre-alpha
Don''t get to crazy involved with it :p

V56 is out but not Mandatory......

---------------------------------edit-
we have relased a maintenance release of Dash 0.12.0 series - the update not mandatory.

The binaries are available at https://www.dash.org/downloads/


0.12.0.56 Release Notes
This is a maintenance update, fixing the minor bugs below:

  • UdjinM6: fix N5boost10filesystem16filesystem_errorE on freebsd (#630)
  • UdjinM6: add missing maps cleaning in CMasternodeMan::Clear()(#631)
  • thelazier: Fix Misbehaving counting during Masternode Sync (#635)
  • schinzelh: fix Travis-CI definition (86d4672)
  • schinzelh: fix translation config for Italian (#673)
  • crowning: Transaction View: LastMonth calculation fixed (1e59cf0)
  • schinzelh: update checkpoint (274145f)
Thanks to all contributors.


Holger, Dash Core Team
 
Back
Top