Errors on compile but no errors in results list (Web app)

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
RGV250
Posts: 443
http://meble-kuchenne.info.pl
Joined: Sat Mar 19, 2022 4:53 pm
Has thanked: 46 times
Been thanked: 45 times

Errors on compile but no errors in results list (Web app)

Post by RGV250 »

Hi,
I have made some changes and now get errors when I try to compile.
This is what I get in the compiler messages.
Errors when generating C source code:
WebApp_MQTT_Client_EcoEye5.html : 6 : error : Unknown or missing local variable: data
WebApp_MQTT_Client_EcoEye5.html : 6 : error : Unknown or missing local variable: data
WebApp_MQTT_Client_EcoEye5.html : 3808 : error : Unknown or missing local variable: data
WebApp_MQTT_Client_EcoEye5.html : 3808 : error : Unknown or missing local variable: data

When I look at the FC error results there is nothing, I should be able to figure out what the issue is but it would be nice to know where the actual issue is or why FC did not flag it up as an error when making the changes.
WebApp_MQTT_Client_EcoEye5.fcweb
(80.19 KiB) Downloaded 51 times
Regards,
Bob

RGV250
Posts: 443
Joined: Sat Mar 19, 2022 4:53 pm
Has thanked: 46 times
Been thanked: 45 times

Re: Errors on compile but no errors in results list (Web app)

Post by RGV250 »

Hi,
I found the error, there was no local variable .data in SendButtonState macro. Not sure why FC didn't pick that up.

Regards,
Bob

Post Reply