fuzzowski icon indicating copy to clipboard operation
fuzzowski copied to clipboard

Remove spaces from modbus request variable names to fix RuntimeError

Open qdlmcfresh opened this issue 3 years ago • 0 comments

Variable names with spaces caused crash when disabling a request after reaching the crash threshold with:

FuzzowskiRuntimeError(f'Invalid path name: {path_name}')
fuzzowski.exception.FuzzowskiRuntimeError: Invalid path name: read_holding_registers.start address

qdlmcfresh avatar Dec 14 '22 14:12 qdlmcfresh