Skip to content
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

Can't retrieve metatrader5 symbol info #4362

Closed
sylvegas opened this issue Jan 21, 2025 · 1 comment
Closed

Can't retrieve metatrader5 symbol info #4362

sylvegas opened this issue Jan 21, 2025 · 1 comment

Comments

@sylvegas
Copy link

Last 1 keys:
&

Exception:
System.ArgumentOutOfRangeException: The value must be greater than or equal to zero the console's buffer size in that dimension.

Parameter name: left
Actual value was -2.
at System.Console.SetCursorPosition(Int32 left, Int32 top)
at Microsoft.powerShell.internal.virtualTerminal.set_CursorLeft(Int32 value)

Image

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage 🔍 It's a new issue that core contributor team needs to triage. label Jan 21, 2025
@daxian-dbw
Copy link
Member

daxian-dbw commented Jan 21, 2025

The GitHub URL displayed on your screen indicates you are using a very old version of the PSReadLine module (2.0.0-beta2 or prior). Please upgrade to the latest stable version v2.3.6 and try again. The issue is very likely fixed in the new version.

To install the latest version, run Install-Module -Name PSReadLine -RequiredVersion 2.3.6 -Repository PSGallery -Scope CurrentUser. Then you will be using the latest version when starting a new PowerShell session.

@microsoft-github-policy-service microsoft-github-policy-service bot removed the Needs-Triage 🔍 It's a new issue that core contributor team needs to triage. label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants