2blane / OctoPrint-Webhooks

Make OctoPrint events call your custom webhooks!
GNU Affero General Public License v3.0
28 stars 19 forks source link

@Params are not substituted #5

Closed staude closed 4 years ago

staude commented 4 years ago

I have installed the plugin and want to send the data to my Node Red instance.

In the plugin I have configured the default data

octo

in my node red i receive this data as payload

nodered

it looks like the parameters are not substituted for the transmission.

What other information should I provide?

All plugins and Octoprint are up to date. The following plugins are installed.

2blane commented 4 years ago

@staude hmm this is odd. What version of the plugin do you have? I just released an update, it seems to take the software updater a day or so to find the new release so it might not tell you there is an update when there is. Should be version 2.4.0

jb18 commented 4 years ago

Hi,

I have the same issue with 2.4.0. No issue with the previous (2.3.0) :)

staude commented 4 years ago

i have 2.4.0. installed.

2020-05-04_1551

2blane commented 4 years ago

@jb18 @staude AHHHH! it's a weird Python 2/3 issue. I'll get it fixed.

2blane commented 4 years ago

@jb18 @staude Just released a new version 2.5.0 with this fixed. Let me know if you run into any trouble.

jb18 commented 4 years ago

@jb18 @staude Just released a new version 2.5.0 with this fixed. Let me know if you run into any trouble.

It works fine :) bug fixed. thx !

staude commented 4 years ago

works as expected :) thank you very much.