-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.ArgumentOutOfRangeException: The value must be greater than or equal to zero and less than the console's buffer size in that dimension. #1359
Comments
@iSazonov I just tried to install the URL package and it shows me the message |
From the bug report template:
So, please follow the bug report template to provide environment data and repro steps the next time. For this one, as @iSazonov commented, please see the pinned issue #1306 |
When I was running a Python script using the debugger in the VSCode Python Extension, I got the following error:
|
Last 200 Keys:
. 5 " , Enter
Space Space Space Space " n i g h t w a t c h " : Space " ^ 0 . 9 . 2 1 " , Enter
Space Space Space Space " n i g h t w a t c h - h t m l - r e p o r t e r " : Space " 2 . 0 . 0 " , Enter
Space Space Space Space " r e q u e s t " : Space " ^ 2 . 6 7 . 0 " , Enter
Space Space Space Space " s u p e r t e s t " : Space " ^ 1 . 0 . 1 " , Enter
Space Space Space Space " t w i l i o " : Space " ^ 2 . 1 1 . 1 " , Enter
Space Space Space Space " u n d e r s c o r e " : Space " 1 . 8 . 3 " , Enter
Space Space Space Space " u r l " : Space " ^ 0 . 1 1 . 0 "
Exception:
System.ArgumentOutOfRangeException: The value must be greater than or equal to zero and less than the console's buffer size in that dimension.
Parameter name: top
Actual value was -2.
at System.Console.SetCursorPosition(Int32 left, Int32 top)
at Microsoft.PowerShell.PSConsoleReadLine.ReallyRender(RenderData renderData, String defaultColor)
at Microsoft.PowerShell.PSConsoleReadLine.ForceRender()
at Microsoft.PowerShell.PSConsoleReadLine.Insert(Char c)
at Microsoft.PowerShell.PSConsoleReadLine.SelfInsert(Nullable
1 key, Object arg) at Microsoft.PowerShell.PSConsoleReadLine.ProcessOneKey(ConsoleKeyInfo key, Dictionary
2 dispatchTable, Boolean ignoreIfNoAction, Object arg)at Microsoft.PowerShell.PSConsoleReadLine.InputLoop()
at Microsoft.PowerShell.PSConsoleReadLine.ReadLine(Runspace runspace, EngineIntrinsics engineIntrinsics)
PS C:\Users\HarjinderSinghBanga\Downloads\automation-hub-microservices> "assert": "^1.5.0",
The text was updated successfully, but these errors were encountered: