Skip to main content
Question

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


Forum|alt.badge.img

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

Forum|alt.badge.img+8
  • Navigator | Tier 3
  • 61 replies
  • April 28, 2024

Update your browser.


Ganesh Bhat
Most Valuable Pathfinder
Forum|alt.badge.img+17
  • Most Valuable Pathfinder
  • 74 replies
  • 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'] });             ================================================================


rima.sengupta
Automation Anywhere Team
Forum|alt.badge.img+9
  • Automation Anywhere Team
  • 85 replies
  • 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 


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings