Websocket function with Vnyan on linux
Curious if there's a good way do what being done in this video. https://www.youtube.com/watch?v=UoJYzaVGVbk The problem is that the plugin they use doesnt seem to work with opendeck or my machine (cachyos).
-# see screenshot, theres no drop down.
Im not super familiar with websocket but i assume the same can just be done with websocat.
Suvidriel
YouTube
Using Stream Deck with VNyan
Using Elgato Stream Deck with VNyan is one of the most common questions I get asked. Today I'll show you how easy it is to use Stream Deck through Websockets.
Important links:
- VNyan: https://suvidriel.itch.io/vnyan
- Discord for support: https://discord.gg/e2PZfNn
ššššššš šš š
ššššš:
š¦ Twitter:...

30 Replies
what exactly isn't working?
the web requests plugin
could you be a bit more specific? Anything in the logs?
nope, nothing in the logs.
specifically, the plugin is supposed to have a drop down with connection and message options.

that's missing, kinda just looking for an alternative to it
will look at this when I get back home in a few days
Ok. Ill see if i can figure anything out
Ive figured out how to replicate this via simple api calls.
and it stop working for some reason after a restart
and its fixed after i replugged my streamdeck
@Emile Faru I installed the plugin from the OpenDeck plugin manager and I can see the property inspector just fine.


It seems to work as well, using an API tester thing
maybe could you send over your opendeck.log file, and a screenshot of the window that opens when you right click on an empty space in OpenDeck and click 'inspect element', then click Console?
also first try reinstalling the plugin as well as removing and re-adding the action
just reinstalled and readded the buttons. still nothing

seems to be a 404 error?
Also just checked
oh, wonder if this is from my ips's dns, ive had trouble loading assets before
with other apps
do you have a vpn you could try?
but I think its trying to load local resources.
i dont have a vpn at the moment
no worries. like I said, I think its trying to load local stuff.
@Terrorwolf can you check the path that's actually there in the folder? i think it might be in a different casing which is why it works on my mac but not on u guys' linux
nah, local stuff

is there. already checked
i think the casing is different on disk than it is in the manifest
yeah, propertyinspector in your screenshot and propertyInspector in the error
let me give it a try.
I'll send a PR to the plugin to change the casing in the manifest to propertyinspector then
yes. It works after renaming the folder (capital i)
either so or rename the folder to capital I
I think it would be better to rename the folder.
results in more changes tracked in git which is more annoyance for the dev
only 1 file changed if you change the manifest
anyway makes more sense to make paths correctly point to files than to change filenames so that paths end up correct
I know what you mean, but convention would be the big I in this case.
oh so its just a casing issue with the file?
If you renamw the path in the manifest file or rename the folder its working right now.