Setting a display image for value 1 does not work, it only displays the image for value 2. With display values set to Yes, my buitton presses show the value 1, and the default python logo and not the image I have set.
Environment:
- Plugin version 0.5.0.0 (had tested 0.4.0.0 first but upgraded to see if it was fixed)
- Windows 11
- Stream Deck MK2/Stream Deck SW 6.8.1
- Python v3.10.10
More Info
Here's my config, I'm only working with the sample True/False logic py script.
The images show value 1 = False, value 2 = True. Originally, it was the reverse but always value 1 is problematic with the image. Also I have tried setting the image to be the same for both values but this also does not work.


Log output:
2025-03-20T05:36:48.918Z INFO child process exited with code 0
2025-03-20T05:36:49.285Z INFO path to script is: C:/Users/aled/Documents/coding/StreamDeck/test.py
2025-03-20T05:36:49.326Z INFO python3 not found, trying python
2025-03-20T05:36:49.329Z INFO start reading output
2025-03-20T05:36:49.354Z INFO stdout: False
2025-03-20T05:36:49.357Z INFO child process exited with code 0
2025-03-20T05:36:49.785Z INFO path to script is: C:/Users/aled/Documents/coding/StreamDeck/test.py
2025-03-20T05:36:49.829Z INFO python3 not found, trying python
2025-03-20T05:36:49.833Z INFO start reading output
2025-03-20T05:36:49.858Z INFO stdout: True
2025-03-20T05:36:49.863Z INFO child process exited with code 0
2025-03-20T05:36:50.147Z INFO path to script is: C:/Users/aled/Documents/coding/StreamDeck/test.py
2025-03-20T05:36:50.181Z INFO python3 not found, trying python
2025-03-20T05:36:50.184Z INFO start reading output
2025-03-20T05:36:50.208Z INFO stdout: True
2025-03-20T05:36:50.212Z INFO child process exited with code 0
2025-03-20T05:37:35.252Z INFO path to script is: C:/Users/aled/Documents/coding/StreamDeck/test.py
2025-03-20T05:37:35.296Z INFO python3 not found, trying python
2025-03-20T05:37:35.299Z INFO start reading output
2025-03-20T05:37:35.324Z INFO stdout: True
2025-03-20T05:37:35.327Z INFO child process exited with code 0
2025-03-20T05:37:36.366Z INFO path to script is: C:/Users/aled/Documents/coding/StreamDeck/test.py
2025-03-20T05:37:36.409Z INFO python3 not found, trying python
2025-03-20T05:37:36.412Z INFO start reading output
2025-03-20T05:37:36.437Z INFO stdout: False
2025-03-20T05:37:36.440Z INFO child process exited with code 0
2025-03-20T05:37:37.228Z INFO path to script is: C:/Users/aled/Documents/coding/StreamDeck/test.py
2025-03-20T05:37:37.260Z INFO python3 not found, trying python
2025-03-20T05:37:37.263Z INFO start reading output
2025-03-20T05:37:37.287Z INFO stdout: False
2025-03-20T05:37:37.291Z INFO child process exited with code 0
2025-03-20T05:37:37.980Z INFO path to script is: C:/Users/aled/Documents/coding/StreamDeck/test.py
2025-03-20T05:37:38.022Z INFO python3 not found, trying python
2025-03-20T05:37:38.026Z INFO start reading output
2025-03-20T05:37:38.054Z INFO stdout: True
2025-03-20T05:37:38.059Z INFO child process exited with code 0
Setting a display image for value 1 does not work, it only displays the image for value 2. With display values set to Yes, my buitton presses show the value 1, and the default python logo and not the image I have set.
Environment:
More Info
Here's my config, I'm only working with the sample True/False logic py script.
The images show value 1 = False, value 2 = True. Originally, it was the reverse but always value 1 is problematic with the image. Also I have tried setting the image to be the same for both values but this also does not work.
Log output: