Ankündigung

Einklappen
Keine Ankündigung bisher.

Gira X1 Web Requests broken?

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    Gira X1 Web Requests broken?

    Hi, I have latest firmware 2.8.869, after I've applied it to my project web requests 3.0.5 node stupped working after I updated.
    It seems to only send requests when I do simulation.
    Is there a better up to date HTTP request node? I'm not sure how to debug that.​

    #2
    Ok, looks like I've found the cause, I had non-escaped quotes in the payload and something changes in the firmware where simulation worked but not real requests and the software expected escaped quotes, tested in both Kai's and Daniel request modules:

    {"type": "note", "title": "Brama", "body": "Brama GARAŻOWA jest otwarta", "channel_tag":"removed"}
    should become:
    {"type": "note", "title": "Brama", "body": "Brama GARAŻOWA jest otwarta", "channel_tag":"removed"}
    and now its working again, I wonder if this is firmware bug?

    Kommentar


      #3
      Can you tell me what you changed?

      In your text "should become" is the same payload as before.

      Kommentar

      Lädt...
      X