drudge / n8n-nodes-tidbyt

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

Weird results from render #4

Open ericning00 opened 1 year ago

ericning00 commented 1 year ago

Hi! Thank you for making this!

I was looking at this community node and was trying it within my own n8n setup:

Screenshot 2023-07-11 at 10 15 32 AM

Code:

load("render.star", "render")

def main():
    return render.Root(
        child = render.Text("Hello, World!"),
    )

For some reason the output returns some gray boxes as the output:

Screenshot 2023-07-11 at 10 17 01 AM

Do you know what's going on here? I thought it was my code originally, but I switched it to Hello World and it has the same issue

bgiovand commented 6 months ago

Having the same problem. Did you find a solution?