Selvakumar K
Lurker
Hi,
I am trying to execute the vhal_emulator_test.py with the android car emulator (launched by building ASOP source), but i get error during the socket communication
ValueError: invalid literal for int() with base 10: ' '
localPortNumber = int(abdResp) at openSocket function at hal_emulator.py.
the value of abdResp is null on debugging. How shall we make this socket communication established? please advise?
I am trying to execute the vhal_emulator_test.py with the android car emulator (launched by building ASOP source), but i get error during the socket communication
ValueError: invalid literal for int() with base 10: ' '
localPortNumber = int(abdResp) at openSocket function at hal_emulator.py.
the value of abdResp is null on debugging. How shall we make this socket communication established? please advise?