pendingPlayingTab reset expired!

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)

It appears that it is broken in 6.3.3 for me also, in Chrome, but NOT in Opera. What is the link to download 6.2.8?

Try use previous version

https://ui.vision/rpa/archive

I use - V6.2.8 - September 28, 2021 and its work smoothly.

I just downloaded the latest version yesterday and my new macros worked fine for a day but now I’m running into the same problem on two different machines.

  • [error] until: pendingPlayingTab reset expired!

What details can I provide to help troubleshoot this?

Thanks

Using version V6.2.8 resolved the issue right away.

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.

But UI.vision will it be converted to Manifest V3? Or will it stop working forever?
Thank you

We are working on the V3 conversion right now!

V6.2.8 is simply the last V2 based version. We will keep this version available as long as Google allows. You can even use both versions in parallel if needed.

i have the same problem how did you solve it