drudge / n8n-nodes-tidbyt

n8n node for interacting with your Tidbyt devices and Pixlet-based applications.
MIT License
8 stars 1 forks source link

No results from push #1

Closed keithnet closed 2 years ago

keithnet commented 2 years ago

Struggling to push to my device.

I can List Installations so I know the API works.

I'm able to render a webp.

The push doesn't seem to achieve anything. My app doesn't show up.

I get no results when I run it manually.

Attached is a slightly censored version of my workflow. My_workflow.txt

drudge commented 2 years ago

Hi @keithnet - it's hard to see what the problem might be from this workflow. If you are able to view the binary of the render step and it has a valid webp, there should be no reason the push wouldn't work.

Tidbyt's API doesn't return any value on a successful push, would would return an error if it didn't push to the device successfully.

One thing I noticed is that you have Background set to true, so this wouldn't cause the image to be shown immediately, it would add it to the end of the rotation.

I'm on both the n8n and tidbyt discords if you want to do some interactive debugging.