Multi OBS Controller's Raw WS Request Crashes Profile
I opened a ticket on the original project and they were unable to replicate it under the official Steam Deck, so they said to contact you. In order to not repeat myself, here is the link to the original issue request:
https://github.com/theca11/multi-obs-controller/issues/6
In the meantime I have updated OpenDeck to version 2.7.0 and the same thing is happening within that version.
OpenDeck v2.7.0 (ac3e6e9) on x86_64-unknown-linux-gnu
active-win-pos-rs 0.9.1, anyhow 1.0.99, base64 0.22.1, built 0.8.0, dashmap 6.1.0, elgato-streamdeck 0.12.0, fix-path-env 0.0.0, fs2 0.4.3, futures 0.3.31, image 0.25.6, json-patch 4.0.0, log 0.4.27, log-panics 2.1.0, once_cell 1.21.3, open 5.3.2, os_info 3.12.0, path-slash 0.2.1, reqwest 0.12.23, semver 1.0.26, serde 1.0.219, serde-inline-default 0.2.3, serde_json 1.0.143, serde_with 3.14.0, sysinfo 0.36.1, tauri 2.8.4, tauri-build 2.4.0, tauri-plugin-aptabase 1.0.0, tauri-plugin-autostart 2.5.0, tauri-plugin-cors-fetch 4.1.0, tauri-plugin-deep-link 2.4.2, tauri-plugin-dialog 2.3.3, tauri-plugin-log 2.6.0, tauri-plugin-single-instance 2.2.0, tiny_http 0.12.0, tokio 1.47.1, tokio-tungstenite 0.26.2, urlencoding 2.1.3, windows-sys 0.60.2, zip 4.5.0
GitHub
Raw WS Request Crashes Profile on OpenDeck · Issue #6 · theca11/m...
Bug Report Expected behavior When switching to a profile with a Raw WS Request in it, I expect OpenDeck to switch to it. Actual Behavior When switching to a profile with a Raw WS Request in it, the...
Solution:Jump to solution
Please do send over the OpenDeck logs because this is likely the same as https://discord.com/channels/1143819637897834571/1437036810957226145 which has been fixed on the main branch of OpenDeck
18 Replies
What version of the plugin do you have installed?
In future, please don't open issues on plugins or contact plugin devs. It's not their job to work on OpenDeck issues.
Solution
Please do send over the OpenDeck logs because this is likely the same as https://discord.com/channels/1143819637897834571/1437036810957226145 which has been fixed on the main branch of OpenDeck
I apologize, I thought it was a plugin issue, not an OpenDeck issue, in the future I'll open issues here first.
haha, only the first file was needed
yep, same error
We've had plugin developers make their plugins closed source (i.e. removing them from the OpenDeck store) because they were asked for help with OpenDeck
but also, an OpenDeck crash is probably not a plugin issue...
Totally understandable, as a dev myself I get it.
what distro are you on?

asking because if you were on arch you could test if the fix works quite easily by installing the git version
mint :(
no worries then, will try to repro it myself and see if the fix actually works
lol, I am a dev, I am not afraid to do a little compiling
well sure lol but it's a use of your time, skills or not
Touche, let me know if you need me to do so
also it is technically an issue with the plugin as they are sending an improper event, but if ESD handles it we should too so OpenDeck bug
@nekename (dev) I will later update multi obs and see if the issue also arises on my pc.
On the github issue I do have a profile ready to be imported into your setup with two keys so you don't have to do any setup as well.
@Tux2 yes indeed, I can reproduce the error, but my commit does fix this
so just wait till 2.7.1 or build from source