Skip to main content
Ground Control | Tier 1
April 28, 2024
Question

Community edition is getting disconnected again and again while working on any package or variable.

  • April 28, 2024
  • 3 replies
  • 95 views

Hi Team,

 

Facing issue while working on Community edition, when I am trying for practice like while using any package like loop or excel or If etc or any variable the community edition is getting disconnected again and again, so kindly help here, PFA screenshots,

 

3 replies

Navigator | Tier 3
April 28, 2024

Update your browser.

https://github.com/A360-Tools | https://botstore.automationanywhere.com/vendor/botdev
Ganesh Bhat
Most Valuable Pathfinder
Most Valuable Pathfinder
April 28, 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'] });             ================================================================

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
rima.sengupta
Automation Anywhere Team
Automation Anywhere Team
April 29, 2024

Hello @manoj.barnwal14 ,

This issue is now resolved. If the Chrome or Edge browser isn’t updated automatically, please upgrade your browser to the latest version

Rima Sengupta 

Pathfinder Community Team 

https://www.linkedin.com/in/rima-sengupta/