68Duck / PiDMX

Python dmx controller interface with Pyqt5 and raspberry pi
0 stars 0 forks source link

Sequence testing #71

Closed 68Duck closed 2 years ago

68Duck commented 3 years ago

Test that the change colour according to fixture is working so check if the sequence saves properly and opens in the same colour

68Duck commented 2 years ago

Found this when using the pressure test to test this: <class 'AttributeError'> 'SequenceDisplayLight' object has no attribute 'light' <traceback object at 0x0DEF7EC8> Traceback (most recent call last): File "C:\Users\Joshu\OneDrive\Documents\python new comp\dmxTest\PiDMX\PiDMX\sequenceWindow.py", line 100, in nextPlaybackButtonClicked self.openPlayback() File "C:\Users\Joshu\OneDrive\Documents\python new comp\dmxTest\PiDMX\PiDMX\sequenceWindow.py", line 128, in openPlayback displayLight.changeColourAccordingToFixture() File "C:\Users\Joshu\OneDrive\Documents\python new comp\dmxTest\PiDMX\PiDMX\sequenceDisplayLightTypes.py", line 251, in changeColourAccordingToFixture red = hex(self.light.red) AttributeError: 'SequenceDisplayLight' object has no attribute 'light'

68Duck commented 2 years ago

Hopefully issue fixed