streamdeck-ui icon indicating copy to clipboard operation
streamdeck-ui copied to clipboard

Streamdeck + support

Open zach2825 opened this issue 2 years ago • 6 comments

Please describe the problem you would like to solve I've read through the code and found where the models are defined. I don't know Python enough to add the support. The code is clean and well-architected; I don't know enough to add it.

Describe the solution you'd like right now, I get an error "No Stream Deck(s) detected. Attach a Stream Deck." that seems to start here

https://github.com/timothycrosley/streamdeck-ui/blob/master/streamdeck_ui/stream_deck_monitor.py#L103

zach2825 avatar May 04 '23 00:05 zach2825

What operating system are you using?

exussum12 avatar May 10 '23 07:05 exussum12

I'm using linux and I would also like to use my stream deck+ on it, but it is not detected.

gbdlin avatar Jun 29 '23 09:06 gbdlin

I'm using Manjaro, but at this point, even ubuntu support would be good. I can make it work if needed.

zach2825 avatar Jun 29 '23 14:06 zach2825

https://github.com/timothycrosley/streamdeck-ui/issues/349#issuecomment-1622447096

It may help!

Data-007 avatar Jul 20 '23 11:07 Data-007

@gbdlin @zach2825 this is probably down to your system updating python-pillow to version 10 which remvoes features that streamdeck-ui relies upon. this prevents it from reading any streamdeck attached to your system.

downgrading to pillow 9.5 resolves the issue and there is a script in [#349 (comment) that should automate installing a private version of python-pillow for the app, allowing your system version to remain at 10+.

Hope this helps!

AccaliaDeElementia avatar Jul 20 '23 13:07 AccaliaDeElementia

hi, this project seems to be stale and a new fork as been made with the intention of replacing this one at: https://github.com/streamdeck-linux-gui/streamdeck-linux-gui

fixing this issue with python pillow is a priority, and just waiting for this pr #354 to be moved there

coolapso avatar Jul 27 '23 21:07 coolapso