G Web Development Software

cancel
Showing results for 
Search instead for 
Did you mean: 

Occasional error with WebVI, goes away on refresh

Occasionally my HTML Placeholder containers will not load and javascript will throw the error "Vireo Failed to execute. Message: Could not find static control with ID 68., Stack: Error: Could not find static control with ID 68."

It usually only happens once, and on refresh it fixes itself, anyone have experience with this?

0 Kudos
Message 1 of 2
(1,053 Views)

That's not an error I've seen happen at runtime before. It seems to be expressing that the generated via.txt file (representing the block diagram logic) and the generated html file (representing the front panel controls) are not in sync. The via.txt file is trying to locate a control that is not found in the html.

 

Some thoughts to try and narrow down the problem / try and get more information about the underlying cause:

 

  • Do you have any browser extensions or addons that could interfere with or manipulate the page contents?
  • Are there other errors happening in the console?
  • Is there custom JS, etc, added to the WebVI that can interfere with the execution of the page?
  • Are there network requests that are failing?
  • Are there cache settings configured in the server that can cause stale or old files to be served?

 


Milan
0 Kudos
Message 2 of 2
(1,010 Views)