Skip to main content
Answer

Control room problem

  • April 23, 2024
  • 5 replies
  • 273 views

Forum|alt.badge.img+3

I can’t edit navigator in Recorder. I got this error 

Code d'erreur : STATUS_STACK_OVERFLOW

 

Best answer by Ganesh Bhat

3 Quick Fix we have right now.


 

 

  1. Use Firefox browser.

  2. [CHECK THIS ] https://apeople.automationanywhere.com/s/article/A360-UI-getting-an-error-code-STATUS-STACK-OVERFLOW-when-clicking-the-drop-down-button-on-the-bot-edit-page

    You need to install the versions below to that version: of Google Chrome browser: 124.x (124.0.6367.60 or 124.0.6367.61) and Edge browser: 124.x (124.0.2478.51)

  3. Run below script in your browser console after you login to your automation anywhere instance. This will remove error for this session  

    =================================================================

    function removeAriaOwnsAttribute(element) {if (element.hasAttribute('aria-owns')) {         element.removeAttribute('aria-owns');     } } function mutationCallback(mutationsList, observer) {    mutationsList.forEach(mutation => {             removeAriaOwnsAttribute(mutation.target);     }); } const observer = new MutationObserver(mutationCallback); observer.observe(document.documentElement, {     attributes: true,     childList: true,     subtree: true,     attributeFilter: ['aria-owns'] });             ================================================================

 

 

Thanks,

Ganesh 

5 replies

Ganesh Bhat
Most Valuable Pathfinder
Forum|alt.badge.img+19
  • Most Valuable Pathfinder
  • April 23, 2024

Hello,

 

Please Go through this blog [CHECK THIS ] https://apeople.automationanywhere.com/s/article/A360-UI-getting-an-error-code-STATUS-STACK-OVERFLOW-when-clicking-the-drop-down-button-on-the-bot-edit-page

 

Solution is : You need to install the versions below to that version: of Google Chrome browser: 124.x (124.0.6367.60 or 124.0.6367.61) and Edge browser: 124.x (124.0.2478.51)

 

Thanks,

Ganesh Bhat 


Forum|alt.badge.img+3
  • Author
  • Cadet | Tier 2
  • April 23, 2024

I have the latest version of Google Chrome browser(124.0.6367.61) and Edge browser.

@Ganesh Bhat if you have another suggestion or idea about this please 

 


Forum|alt.badge.img+1

Hi Fatima,

 

When I downgrade the chrome version, the issue has been resolved .

 

 

 

Regards,  


Ganesh Bhat
Most Valuable Pathfinder
Forum|alt.badge.img+19
  • Most Valuable Pathfinder
  • Answer
  • April 23, 2024

3 Quick Fix we have right now.


 

 

  1. Use Firefox browser.

  2. [CHECK THIS ] https://apeople.automationanywhere.com/s/article/A360-UI-getting-an-error-code-STATUS-STACK-OVERFLOW-when-clicking-the-drop-down-button-on-the-bot-edit-page

    You need to install the versions below to that version: of Google Chrome browser: 124.x (124.0.6367.60 or 124.0.6367.61) and Edge browser: 124.x (124.0.2478.51)

  3. Run below script in your browser console after you login to your automation anywhere instance. This will remove error for this session  

    =================================================================

    function removeAriaOwnsAttribute(element) {if (element.hasAttribute('aria-owns')) {         element.removeAttribute('aria-owns');     } } function mutationCallback(mutationsList, observer) {    mutationsList.forEach(mutation => {             removeAriaOwnsAttribute(mutation.target);     }); } const observer = new MutationObserver(mutationCallback); observer.observe(document.documentElement, {     attributes: true,     childList: true,     subtree: true,     attributeFilter: ['aria-owns'] });             ================================================================

 

 

Thanks,

Ganesh 


Abhay Naik
Forum|alt.badge.img+8
  • Navigator | Tier 3
  • April 25, 2024