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

test command problem #44

Open
midnightyoff opened this issue Mar 6, 2025 · 0 comments
Open

test command problem #44

midnightyoff opened this issue Mar 6, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@midnightyoff
Copy link

When I run the test command, I get an error:

CMD> test 010c
Raw command:_________
Could not run test: TypeError('can only concatenate str (not "NoneType") to str')
Traceback (most recent call last):
File "C:\Users\Comp\AppData\Local\Programs\Python\Python311\Lib\site-packages\elm\interpreter.py", line 445, in do_test
response_data) = self.emulator.handle_request(arg, do_write=False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Comp\AppData\Local\Programs\Python\Python311\Lib\site-packages\elm\elm.py", line 1842, in handle_request
re.match(i_pattern, ECU_TASK.upper() + ecu)):
~~~~~~~~~~~~~~~~~^~~~~
TypeError: can only concatenate str (not "NoneType") to str

@Ircama Ircama added the bug Something isn't working label Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants