Skip to main content
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
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 

You can reach me through WhatsApp : https://wa.me/message/5B3COVB4TXWHO1 LinkedIn: https://www.linkedin.com/in/ganeshdhogale/ https://www.linkedin.com/company/ai-brahmaai/ YouTube: https://www.youtube.com/@aibrahma1150
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 

 

Cadet | Tier 2
April 23, 2024

Hi Fatima,

 

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

 

 

 

Regards,  

Ganesh Bhat
Most Valuable Pathfinder
Most Valuable Pathfinder
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 

You can reach me through WhatsApp : https://wa.me/message/5B3COVB4TXWHO1 LinkedIn: https://www.linkedin.com/in/ganeshdhogale/ https://www.linkedin.com/company/ai-brahmaai/ YouTube: https://www.youtube.com/@aibrahma1150
Abhay Naik
Navigator | Tier 3
April 25, 2024