pendingPlayingTab reset expired!

I changed this for you.

I downgraded ad installed now UI.Vision V6.2.8 from the archive parallel to V6.3.2 and this works fine for me in chrome. But the question is… will this version be updated or does it remain installed and the new version 6.3.2 will be updated?
Sorry to say that Firefox does not work as it has no where RPA can place its commands (open website, enter username/passwd, do some clicks…). In chrome this all workes fine even when the user is not logged on…

I uploaded my video now but the screen is black… Are there any restrictions? It’s a small video (1444x900px), just some 300kb in size… But it works when you download the video :slight_smile:

No it did not.
however working with 6.2.8 with 6.3.2 installed but disabled

That’s my config as well… Hope 6.2.8 does not get updated …

No worries, we will not update it. However, it will stop working January 17, 2023, because by this date Google disables all V2 manifest extensions. It is also possible that some Chrome update breaks it earlier.

That’s good news!! So having 6.2.8 installed parallel to 6.3.2 (with 6.3.2 disabled) should be a working workaround…
And maybe next version 6.3.3 or so will fix this issue with missing communication between RPA and Chrome :slight_smile:

The challenge is that we can still not recreate the issue . I saw your video, but for me the OPEN command works fine. Something is different on your system, but I am not sure what.

So for you, OPEN fails with any URL, e.g. also OPEN | https://ui.vision ?

I’m with the same problem. Here is my macro:

{
  "Name": "performance_site_vouga-1",
  "CreationDate": "2022-1-5",
  "Commands": [
    {
      "Command": "open",
      "Target": "https://web.dev/measure/",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "bringBrowserToForeground",
      "Target": "",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "pause",
      "Target": "2000",
      "Value": "2000",
      "Description": ""
    },
    {
      "Command": "type",
      "Target": "name=url",
      "Value": "https://vouga.com.br/",
      "Targets": [
        "name=url",
        "xpath=//*[@id=\"content\"]/div[2]/div[2]/div/web-url-chooser-container/web-url-chooser/div/div[2]/input",
        "xpath=//input[@name='url']",
        "xpath=//div[2]/input",
        "css=#content > div.profile-landing-page > div.w-measure-results > div > web-url-chooser-container > web-url-chooser > div > div.lh-enterurl.lh-enterurl--switch > input"
      ],
      "Description": ""
    },
    {
      "Command": "click",
      "Target": "id=run-lh-button",
      "Value": "",
      "Targets": [
        "id=run-lh-button",
        "xpath=//*[@id=\"run-lh-button\"]",
        "xpath=//button[@id='run-lh-button']",
        "xpath=//div[3]/button[2]",
        "css=#run-lh-button"
      ],
      "Description": ""
    },
    {
      "Command": "pause",
      "Target": "150000",
      "Value": "150000",
      "Description": ""
    }
  ]
}

My Version Installed of Ui.Vision is: 6.3.2
My Version Installed of Chrome is: 96.0.4664.110 (64 bits)

Yes, it happes with any URL. Also I am not able to record a new macro…
My installed version is V6.3.2 an GoogleChromePortable V96.0.4664.110.
As mentioned above: it all works fine with the older version installed V6.2.8

I tested it on another computer with the version 6.2.8 and it worked.

@Jorge_nascimento Your test macro works fine on my system. Tested with Chrome V96 and V97. Question: Do you also use Chrome portable?

Hmm, thanks for the info! => Clearly the connection between Chrome and the extension is somehow broken. The question is why? :thinking:

No, i don’t. I use the normal version.

if it helps in anyway I am experiencing the same issue. version 96.0.4664.110 and version 97.0.4692.71 official build 64 bit both experienced it. perhaps we have a similarity you dont, like my browser is managed by our company, and we have multiple other extensions as well:

chrome remote desktop
clickup
grammarly
lastpass
linkclump
google docs offline

do any of the other users share any of these perhaps?

Same problem here. Failing at the first line when trying to open an URL.

I’m having exact same issue as well:

UIPath version: 6.3.2
Chrome: 96.0.4664.110 (Official Build) (64-bit)
OS: Linux 4.1.12-124.52.5.el7uek.x86_64

Same problem here.

UI.Vision 6.3.3
Chrome 97.0.4692.71 (Official Build) (64-bit)
Windows 10

Uninstalling and reinstalling fixes it briefly, but the problem comes back within 2 or 3 macro runs.

1 Like

Same problem here. Command Open doesnt work also other commands that interacting with a tab wont work. LocalStorageExpoert worked.

Windows 10
Version 97.0.4692.71 (64-Bit)
UIVision 6.3.3

had no issues a week ago (17.1.22)