-
Notifications
You must be signed in to change notification settings - Fork 3
Description
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!