You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/local/bin/rdm_test_server.py", line 283, in _RunTests
tests, device = runner.RunTests(test_filter, False, self._UpdateStats)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dmx/ola/python/ola/testing/rdm/TestRunner.py", line 346, in RunTests
test.Run()
File "/home/dmx/ola/python/ola/testing/rdm/ResponderTest.py", line 321, in Run
super(ResponderTestFixture, self).Run()
File "/home/dmx/ola/python/ola/testing/rdm/ResponderTest.py", line 249, in Run
self.Test()
File "/home/dmx/ola/python/ola/testing/rdm/TestDefinitions.py", line 619, in Test
data += chr(i)
TypeError: can't concat str to bytes
The text was updated successfully, but these errors were encountered:
Error: can't concat str to bytes
Traceback (most recent call last):
File "/usr/local/bin/rdm_test_server.py", line 283, in _RunTests
tests, device = runner.RunTests(test_filter, False, self._UpdateStats)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dmx/ola/python/ola/testing/rdm/TestRunner.py", line 346, in RunTests
test.Run()
File "/home/dmx/ola/python/ola/testing/rdm/ResponderTest.py", line 321, in Run
super(ResponderTestFixture, self).Run()
File "/home/dmx/ola/python/ola/testing/rdm/ResponderTest.py", line 249, in Run
self.Test()
File "/home/dmx/ola/python/ola/testing/rdm/TestDefinitions.py", line 619, in Test
data += chr(i)
TypeError: can't concat str to bytes
The text was updated successfully, but these errors were encountered: