rivafarabi / streamerbot-deckboard

A plugin to execute Streamer.bot actions from Deckboard
MIT License
7 stars 2 forks source link

Arguments added to "Execute Action" prevent POST from occuring #1

Open adbakke opened 2 years ago

adbakke commented 2 years ago

Trying to add anything in the "Arguments" input field will cause the POST to never reach Streamer.bot HTTP Server.

I have tried variations of strings in there to see if perhaps json.stringify() call was having an issue with the string and was expecting something else like an object or a quoted string or something to that effect. I was unable to find a combination that seemed to complete the call.

Please let me know if there are additional necessary details. There is also a discussion about it in the Streamerbot Discord regarding this extension if you need additional people for testing or information.

dichternebel commented 1 year ago

Same here. An example of how to use the Arguments would be nice.

jcampbellg commented 9 months ago

Same here! But does someone now how to modify the extension on the computer? I think the bug is jsonshould be JSON

jcampbellg commented 9 months ago

For anyone who has the same issue here is the solution: Clone this repo and change to this commit: https://github.com/rivafarabi/streamerbot-deckboard/pull/5/commits/e2ee59f0563d87d6fffabea8f7644ee04cd7aa9a

After on package.json change build to this: "build": "./node_modules/.bin/deckboard-kit --build"

install deckboard-kit and deckboard-kit-cli as dependency.

Run yarn build Copy your new dist/streamerbot-deckboard.asar to c:/users/name/deckboard/extensions

dashkappei690 commented 2 weeks ago

Still having issues with this even in version 3.0.7 ad installing version 0.1.0 of streamerbot-deckboard.