Skip to content
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

msg core error - Help please! #11

Open
thegofar opened this issue Jun 24, 2021 · 1 comment
Open

msg core error - Help please! #11

thegofar opened this issue Jun 24, 2021 · 1 comment

Comments

@thegofar
Copy link

I have a raspberry pi configured to connect to my laptop over SSH on the raspberry pi's ethernet port and a wireless adapter on the raspberry pi connecting to the vehicle on the correct IP address. I am using the -m command to spoof the same MAC address as my vehicle registered android device.

I have enabled verbose logging in the msg-core and this is the following output when running phevctl, any ideas what could be causing the issue.

pi@raspberrypi:~/automate/Outlander/phevctl/build $ ./phevctl -m 92:a6:82:d3:e7:7c battery
Mitsubishi Outlander PHEV Remote CLI - Designed and coded by Jamie Nuttall 2020
MIT License

Type 'x' then enter to quit.
DEBUG - MSG_CORE: Setting incoming handler to 0x15d04
DEBUG - MSG_CORE: Setting ougoing handler to 0x15ce0
DEBUG - MSG_CORE: Setting incoming handler to 0x229f4
DEBUG - MSG_CORE: Setting ougoing handler to 0x22b18
VERBOSE - MSG_PIPE: START pipe
DEBUG - MSG_PIPE: Calling inbound subscribe
DEBUG - MSG_PIPE: Addr of subscribe 0x20b08
DEBUG - MSG_PIPE: Calling outbound subscribe
DEBUG - MSG_PIPE: Calling input start
DEBUG - MSG_PIPE: Calling input connect
VERBOSE - MSG_PIPE: START - in connect
VERBOSE - MSG_PIPE: Calling in connect 0x207b8
VERBOSE - MSG_PIPE: END - in connect
DEBUG - MSG_PIPE: Calling output start
DEBUG - MSG_PIPE: Calling output connect
VERBOSE - MSG_PIPE: START - out connect
VERBOSE - MSG_PIPE: Calling out connect 0x228b8
VERBOSE - MSG_TCPIP: START - connect
DEBUG - MSG_TCPIP: Context Host 192.168.8.46 Port 8080
ERROR - MSG_TCPIP: Failed to connected to server : -1
VERBOSE - MSG_TCPIP: END - connect
VERBOSE - MSG_PIPE: END - out connect
VERBOSE - MSG_PIPE: END - pipe
Starting *main_thread ...
VERBOSE - MSG_PIPE: START - out connect
VERBOSE - MSG_PIPE: Calling out connect 0x228b8
VERBOSE - MSG_TCPIP: START - connect
DEBUG - MSG_TCPIP: Context Host 192.168.8.46 Port 8080
ERROR - MSG_TCPIP: Failed to connected to server : -1
VERBOSE - MSG_TCPIP: END - connect
VERBOSE - MSG_PIPE: END - out connect
VERBOSE - MSG_PIPE: START - out connect
VERBOSE - MSG_PIPE: Calling out connect 0x228b8
VERBOSE - MSG_TCPIP: START - connect
DEBUG - MSG_TCPIP: Context Host 192.168.8.46 Port 8080
ERROR - MSG_TCPIP: Failed to connected to server : -1
VERBOSE - MSG_TCPIP: END - connect
VERBOSE - MSG_PIPE: END - out connect
VERBOSE - MSG_PIPE: START - out connect
VERBOSE - MSG_PIPE: Calling out connect 0x228b8
VERBOSE - MSG_TCPIP: START - connect
DEBUG - MSG_TCPIP: Context Host 192.168.8.46 Port 8080

@buxtronix
Copy link

The '-m' flag doesn't seem to be enough. You should try setting the mac address on the Pi's wireless adapter instead/as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants