Skip to content

Issue regarding debugging port #2

@qrt-666

Description

@qrt-666

Hello,
I tried to use the queries module on 2 different machines and it did not work, I got the following error message:

VERBOSE: Starting Google search operation
VERBOSE: Processing query: site:examtopics.com MS700 topic 1 question 15 with language:
VERBOSE: Navigating to: https://www.google.com/search?q=site:examtopics.com%20MS700%20topic%201%20question%2015&hl=en
InvalidOperation: C:\OneDrive\kell\Asztali gép\Dokumentumok\PowerShell\Modules\GenXdev.Webbrowser\1.234.2025\Functions\GenXdev.Webbrowser\Set-WebbrowserTabLocation.ps1:88
Line |
88 | $null = $Global:chromeController.GotoAsync($Url)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| You cannot call a method on a null-valued expression.
InvalidOperation: C:\OneDrive\kell\Asztali gép\Dokumentumok\PowerShell\Modules\GenXdev.Webbrowser\1.234.2025\Functions\GenXdev.Webbrowser\Set-WebbrowserTabLocation.ps1:89
Line |
89 | $null = $Global:chromeController.WaitForNavigationAsync() …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| You cannot call a method on a null-valued expression.
VERBOSE: Scanning page for URLs...
Exception: C:\OneDrive\kell\Asztali gép\Dokumentumok\PowerShell\Modules\GenXdev.Webbrowser\1.234.2025\Functions\GenXdev.Webbrowser\Get-ChromiumSessionReference.ps1:53
Line |
53 | throw 'No browser available with open debugging port, use …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| No browser available with open debugging port, use -Force to restart

What can be done to resove this?
Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions