Hi @pierre-gilles ,
I’ve found another bug in the scenes since the new 4.55 release.
I have a scene to fetch the electricity price from EDF — I do a GET on their API but it’s impossible to use the retrieved value later in the scene even though it used to work.
I don’t see anything in the console.
Silly question but you never know (it’s happened to me before ). Do you always put a space after the {{?
Yes, absolutely I do put a space
Indeed @Nagromdark , I can reproduce it!
It’s a very simple bug, I’m fixing it in this PR:
master ← fix-action-http-request
ouvert 05:06PM - 18 Mar 25 UTC
### Pull Request check-list
To ensure your Pull Request can be accepted as fa… st as possible, make sure to review and check all of these items:
- [x] If your changes affects code, did your write the tests?
- [x] Are tests passing? (`npm test` on both front/server)
- [x] Is the linter passing? (`npm run eslint` on both front/server)
- [x] Did you run prettier? (`npm run prettier` on both front/server)
- [x] If you are adding a new features/services, did you run integration comparator? (`npm run compare-translations` on front)
- [x] Did you test this pull request in real life? With real devices? If this development is a big feature or a new service, we recommend that you provide a Docker image to the community ([french forum](https://community.gladysassistant.com/)/[english forum](https://en-community.gladysassistant.com/)) for testing before merging.
### Description of change
Fix https://community.gladysassistant.com/t/probleme-de-recuperation-de-valeur-suite-a-une-requete-http/9439
Gladys Assistant 4.55.2 is currently being built with the fix…