14.5.0: a specific webquery no longer works #23245
-
Hi, in script and in console webquery works fine, for example to telegram =>webquery https://api.telegram.org/XXXXXXXXXXXXXXXXXXXX/sendMessage?chat_id=-4140173122&text=RESPONSE_NULL get but not this one: tasmota restarts immediately. It works in the old version, even in the browser via a URL. Maybe the error is on my end (e.g., bin creation). but I don't believe it anymore Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 23 replies
-
Testing the last command on different ESP32 devices (with varying variants of ESP32), on current Tasmota 14.5.0.3, I'm not seeing any failures. However, reverting one of them to release version 14.5.0 did produce a crash. Appears to be fixed with latest dev builds. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, the error is still present in 14.5.0.3 |
Beta Was this translation helpful? Give feedback.
-
Well, I could not get anything out on webquery in my rule on 14.5.0 and I noted there was an issue so I upated to 14.6.0.1 and still nothing... Rule1 ON system#boot do power1 1 ENDON ON Time#Minute|2 DO WebQuery http://google.com/ GET ENDON ON WebQuery#Data=Done DO TimedPower 15000,off ENDON ON event#manualcycle DO TimedPower1 15000,off ENDON The rule is turned on and in the log I see the query says Done.... 18:42:00.248 RUL: TIME#MINUTE|2 performs 'WebQuery http://google.com/ GET' But my timedpower1 isn't flicking the output off. I have a light attached so I can watch while testing.... I can manually tun the timedpower command in the console and that works perfectly. 18:46:38.265 CMD: TimedPower1 15000,off Any ideas anyone? My device is a LOCALBYTES smartplug which runs Tasmota. @sfromis you any ideas? I was convinced it was pe but AI Perplexity told me othere were having issues... |
Beta Was this translation helpful? Give feedback.
-
I use scripts. My web queries work perfectly under 13.x. After that, I stopped trying and migrated back to 13.x. |
Beta Was this translation helpful? Give feedback.
-
What I also noticed is that under 13.x it works, and it arrives cleanly at the receiver. However, in the console, it says: in the 14.x versions it crashes and when restarting automatically it writes "done" - but nothing arrives at the receiver |
Beta Was this translation helpful? Give feedback.
-
@sfromis test case: UPDATE: IT DOESNT WORK: GOOGLE now blocked it. sorry. URL: (Also works via browser as URL input) Tasmota: Recipient - this is where it comes/should arrive (Page must be updated manually): |
Beta Was this translation helpful? Give feedback.
-
only for @s-hadinger and @sfromis : (if too many people use it, Google will block it again) Command e.g. directly in the browser: Tasmota: Works fine under script 13.x, not under script 14.x: Check page / recipient (must be updated manually via browser) |
Beta Was this translation helpful? Give feedback.
-
A very valued and helpful man also invested time and was able to find the error causing it. The web query only failed in 14.x. Cause: too little stack. After increasing the stack in the bin, it now works. As a beginner, I lacked the knowledge to derive something like this. I would like to thank you for your search and support! |
Beta Was this translation helpful? Give feedback.
too little stack