-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
When you try to use a route that does not exist and -Page404 parameter is not set, an error appears in PowerShell conose:
Excepción al llamar a "GetBytes" con los argumentos "1": "La matriz no puede ser nula.
Nombre del parámetro: chars"
En C:\Program Files\WindowsPowerShell\Modules\PSWebGui\0.14.0\PSWebGui.psm1: 410 Carácter: 21
+ ... $buffer = [System.Text.Encoding]::UTF8.GetBytes($result)
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : ArgumentNullExceptionThis error does not appear if you set -Page404 parameter with a custom page.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working