I am getting a js error with each page load while
testing the Show_Captured PR
Chrome:
http://localhost:9292/faye.js Failed to load resource: net::ERR_CONNECTION_REFUSED
Safari:
[Error] Failed to load resource: Could not connect to the server. (faye.js, line 0)
I have not merged the faye_server_update PR yet due to merge conflicts, is there faye code from some testing that bled over into the show_captured PR?
This is only visible when running moves in a game with the inspector open. I switched back to the develop branch and the js error is still there, thus I'm going to merge show_captured and count this as an older issue to resolve as a bug-fix.
I'm running faye-gambit from @nicolaguidi locally and still getting the js error - again this still could be a vagrant issue, but I've at least got the listener on that port and still getting js error.
I am getting a js error with each page load while testing the Show_Captured PR Chrome: http://localhost:9292/faye.js Failed to load resource: net::ERR_CONNECTION_REFUSED Safari: [Error] Failed to load resource: Could not connect to the server. (faye.js, line 0) I have not merged the faye_server_update PR yet due to merge conflicts, is there faye code from some testing that bled over into the show_captured PR?
This is only visible when running moves in a game with the inspector open. I switched back to the develop branch and the js error is still there, thus I'm going to merge show_captured and count this as an older issue to resolve as a bug-fix.
GET http://localhost:9292/faye.js net::ERR_CONNECTION_REFUSED self.faye @ private_pub.js?body=1:20 self.sign @ private_pub.js?body=1:51 (anonymous function) @ 1:157
It MIGHT be an issue with my Dev ENV running in Vagrant http://stackoverflow.com/questions/33582812/rails-app-cant-connect-to-private-pub-on-vagrant, so again, I'm going to merge the PR to.