-
Notifications
You must be signed in to change notification settings - Fork 13
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
Socket connection test fails. #3
Comments
You have updated your Pathfinder installation to |
I might have forgot to run I don't think the issue is with the actual socket connection as much as the data being sent back and forth between them. |
Test fails for me as well. Tells "Invalid response" I did not updated anything. I am doing first installation.
|
In my case pathfinder_websocket does not receive any TCP commands from setup.php request. But |
I'm running into an issue with the testWebSocket failing on the /setup route.
Here's the output of
php cmd.php
It seems to be failing somewhere around here: https://github.com/exodus4d/pathfinder/blob/master/public/js/v1.2.0/app/setup.js#L4222
I added a
var_dump( $data )
atapp/Main/MapUpdate.php
on line 407 to see what was happening during the test. It returned the firsthealthCheck
task and proper data but afterwards it looked like it was sending some blank data causing it to fail.I haven't been able to dive into it too much but wanted to reported in case anyone had ideas.
The text was updated successfully, but these errors were encountered: