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

code is not launching the json file #4018

Closed
3 tasks done
ToshiroMifune123 opened this issue May 17, 2024 · 1 comment
Closed
3 tasks done

code is not launching the json file #4018

ToshiroMifune123 opened this issue May 17, 2024 · 1 comment

Comments

@ToshiroMifune123
Copy link

Prerequisites

  • Write a descriptive title.
  • Make sure you are able to repro it on the latest released version
  • Search the existing issues, especially the pinned issues.

Exception report

PS C:\Users\Manuel\OneDrive\Escritorio\DrCasaMD> & C:/Users/Manuel/AppData/Local/Microsoft/WindowsApps/python3.11.exe c:/Users/Manuel/OneDrive/Escritorio/DrCasaMD/DrCasaMD2.py
  File "c:\Users\Manuel\OneDrive\Escritorio\DrCasaMD\DrCasaMD2.py", line 4
    ^^^^^^
SyntaxError: invalid syntax
PS C:\Users\Manuel\OneDrive\Escritorio\DrCasaMD> & C:/Users/Manuel/AppData/Local/Microsoft/WindowsApps/python3.11.exe c:/Users/Manuel/OneDrive/Escritorio/DrCasaMD/DrCasaMD2.py
pygame 2.5.2 (SDL 2.28.3, Python 3.11.9)
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
  File "c:\Users\Manuel\OneDrive\Escritorio\DrCasaMD\DrCasaMD2.py", line 2429, in <module>
    pacientes = cargar_pacientes(file_path)
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "c:\Users\Manuel\OneDrive\Escritorio\DrCasaMD\DrCasaMD2.py", line 2425, in cargar_pacientes
    pacientes = json.load(f)
                ^^^^^^^^^^^^
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\json\__init__.py", line 293, in load
    return loads(fp.read(),
                 ^^^^^^^^^
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\encodings\cp1252.py", line 23, 
in decode
    return codecs.charmap_decode(input,self.errors,decoding_table)[0] 
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^    
UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 110601: character maps to <undefined>
PS C:\Users\Manuel\OneDrive\Escritorio\DrCasaMD> & C:/Users/Manuel/AppData/Local/Microsoft/WindowsApps/python3.11.exe c:/Users/Manuel/OneDrive/Escritorio/DrCasaMD/DrCasaMD2.py
Traceback (most recent call last):
  File "c:\Users\Manuel\OneDrive\Escritorio\DrCasaMD\DrCasaMD2.py", line 8, in <module>
    with open(JSON_FILE, "r") as file:
         ^^^^^^^^^^^^^^^^^^^^
: 'pacientes.json'
PS C:\Users\Manuel\OneDrive\Escritorio\DrCasaMD> & C:/Users/Manuel/AppData/Local/Microsoft/WindowsApps/python3.11.exe c:/Users/Manuel/OneDrive/Escritorio/DrCasaMD/DrCasaMD2.py
Traceback (most recent call last):
  File "c:\Users\Manuel\OneDrive\Escritorio\DrCasaMD\DrCasaMD2.py", line 8, in <module>
    with open(JSON_FILE, "r") as file:
         ^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'pacientes.json'
PS C:\Users\Manuel\OneDrive\Escritorio\DrCasaMD> & C:/Users/Manuel/AppData/Local/Microsoft/WindowsApps/pytho/DrCasaMD2.py
pygame 2.5.2 (SDL 2.28.3, Python 3.11.9)
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
  File "c:\Users\Manuel\OneDrive\Escritorio\DrCasaMD\DrCasaMD2.py", line 2429, in <module>
    pacientes = cargar_pacientes(file_path)
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "c:\Users\Manuel\OneDrive\Escritorio\DrCasaMD\DrCasaMD2.py", line 2424, in cargar_pacientes
    with open(file_path, 'r') as f:
         ^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Manuel\\OneDrive\\Escritorio\\DrCasaMD/pacientes.json'
PS C:\Users\Manuel\OneDrive\Escritorio\DrCasaMD> & C:/Users/Manuel/AppData/Local/Microsoft/WindowsApps/python3.11.exe c:/Users/Manuel/OneDrive/Escritorio/DrCasaMD/DrC
Oops, something went wrong.  Please report this bug with the details below.
Report on GitHub: https://github.com/lzybkr/PSReadLine/issues/new
-----------------------------------------------------------------------
Last 200 Keys:
 p y t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter        
 & Space C : / U s e r s / M a n u e l / A p p D a t a / L o c a l / M i c r o s o f t / W i n d o w s A p p s / p y t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter    


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\Manuel\OneDrive\Escritorio\DrCasaMD> & C:/Users/Manuel/AppData/Local/Microsoft/WindowsApps/python3.11.exe c:/Users/Manuel/OneDrive/Escritorio/DrCasaMD/DrCa
Oops, something went wrong.  Please report this bug with the details below.
Report on GitHub: https://github.com/lzybkr/PSReadLine/issues/new
-----------------------------------------------------------------------
Last 200 Keys:
 p y t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter        
 & Space C : / U s e r s / M a n u e l / A p p D a t a / L o c a l / M i c r o s o f t / W i n d o w s A p p s / p y t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter    


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.InputLop 
()
   at Microsoft.PowerShell.PSConsoleReadLine.ReadLine(Runspace runspace, EngineIntrinsics engineIntrinsics) 
-----------------------------------------------------------------------
PS C:\Users\Manuel\OneDrive\Escritorio\DrCasaMD> & C:/Users/Manuel/AppData/Local/Microsoft/WindowsApps/python3.11.exe c:/Users/Manuel/OneDrive/Escritorio/DrCasaMD/DrCas
Oops, something went wrong.  Please report this bug with the details below.
Report on GitHub: https://github.com/lzybkr/PSReadLine/issues/new
-----------------------------------------------------------------------
Last 200 Keys:
 p y t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter        
 & Space C : / U s e r s / M a n u e l / A p p D a t a / L o c a l / M i c r o s o f t / W i n d o w s A p p s / p y t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter    


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\Manuel\OneDrive\Escritorio\DrCasaMD> & C:/Users/Manuel/AppData/Local/Microsoft/WindowsApps/python3.11.exe c:/Users/Manuel/OneDrive/Escritorio/DrCasaMD/DrCasa
Oops, something went wrong.  Please report this bug with the details below.
Report on GitHub: https://github.com/lzybkr/PSReadLine/issues/new
-----------------------------------------------------------------------
Last 200 Keys:
 p y t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter        
 & Space C : / U s e r s / M a n u e l / A p p D a t a / L o c a l / M i c r o s o f t / W i n d o w s A p p s / p y t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter    


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\Manuel\OneDrive\Escritorio\DrCasaMD> & C:/Users/Manuel/AppData/Local/Microsoft/WindowsApps/python3.11.exe c:/Users/Manuel/OneDrive/Escritorio/DrCasaMD/DrCasaM
Oops, something went wrong.  Please report this bug with the details below.
Report on GitHub: https://github.com/lzybkr/PSReadLine/issues/new
-----------------------------------------------------------------------
Last 200 Keys:
 p y t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter        
 & Space C : / U s e r s / M a n u e l / A p p D a t a / L o c a l / M i c r o s o f t / W i n d o w s A p p s / p y t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter    


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\Manuel\OneDrive\Escritorio\DrCasaMD> & C:/Users/Manuel/AppData/Local/Microsoft/WindowsApps/python3.11.exe c:/Users/Manuel/OneDrive/Escritorio/DrCasaMD/DrCasaMD
Oops, something went wrong.  Please report this bug with the details below.
Report on GitHub: https://github.com/lzybkr/PSReadLine/issues/new
-----------------------------------------------------------------------
Last 200 Keys:
 p y t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter        
 & Space C : / U s e r s / M a n u e l / A p p D a t a / L o c a l / M i c r o s o f t / W i n d o w s A p p s / p y t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter    


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\Manuel\OneDrive\Escritorio\DrCasaMD> & C:/Users/Manuel/AppData/Local/Microsoft/WindowsApps/python3.11.exe c:/Users/Manuel/OneDrive/Escritorio/DrCasaMD/DrCasaMD2
Oops, something went wrong.  Please report this bug with the details below.
Report on GitHub: https://github.com/lzybkr/PSReadLine/issues/new
-----------------------------------------------------------------------
Last 200 Keys:
 p y t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter        
 & Space C : / U s e r s / M a n u e l / A p p D a t a / L o c a l / M i c r o s o f t / W i n d o w s A p p s / p y t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter    


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\Manuel\OneDrive\Escritorio\DrCasaMD> & C:/Users/Manuel/AppData/Local/Microsoft/WindowsApps/python3.11.exe c:/Users/Manuel/OneDrive/Escritorio/DrCasaMD/DrCasaMD2.
Oops, something went wrong.  Please report this bug with the details below.
Report on GitHub: https://github.com/lzybkr/PSReadLine/issues/new
-----------------------------------------------------------------------
Last 200 Keys:
 p y t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter        
 & Space C : / U s e r s / M a n u e l / A p p D a t a / L o c a l / M i c r o s o f t / W i n d o w s A p p s / p y t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter    


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\Manuel\OneDrive\Escritorio\DrCasaMD> & C:/Users/Manuel/AppData/Local/Microsoft/WindowsApps/python3.11.exe c:/Users/Manuel/OneDrive/Escritorio/DrCasaMD/DrCasaMD2.p
Oops, something went wrong.  Please report this bug with the details below.
Report on GitHub: https://github.com/lzybkr/PSReadLine/issues/new
-----------------------------------------------------------------------
Last 200 Keys:
 p y t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter        
 & Space C : / U s e r s / M a n u e l / A p p D a t a / L o c a l / M i c r o s o f t / W i n d o w s A p p s / p y t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter    


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\Manuel\OneDrive\Escritorio\DrCasaMD> & C:/Users/Manuel/AppData/Local/Microsoft/WindowsApps/pytho/DrCasaMD2.py
pygame 2.5.2 (SDL 2.28.3, Python 3.11.9)
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
  File "c:\Users\Manuel\OneDrive\Escritorio\DrCasaMD\DrCasaMD2.py", line 25, in <module>
    pacientes = cargar_pacientes(file_path)
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "c:\Users\Manuel\OneDrive\Escritorio\DrCasaMD\DrCasaMD2.py", line 20, in cargar_pacientes
    with open(file_path, 'r') as f:
         ^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Manuel\\OneDrive\\Escritorio\\DrCasaMD/pacientes.json'
PS C:\Users\Manuel\OneDrive\Escritorio\DrCasaMD> & C:/Users/Manuel/AppData/Local/Microsoft/WindowsApps/python3.11.exe c:/Users/Manuel/OneDrive/Escritorio/DrCasaMD/DrCasaMD2.py
Oops, something went wrong.  Please report this bug with the details below.
Report on GitHub: https://github.com/lzybkr/PSReadLine/issues/new
-----------------------------------------------------------------------
Last 200 Keys:
 t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter
 & Space C : / U s e r s / M a n u e l / A p p D a t a / L o c a l / M i c r o s o f t / W i n d o w s A p p s / p y t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter    
 UpArrow UpArrow

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.HistoryRecall(Int32 direction)
   at Microsoft.PowerShell.PSConsoleReadLine.PreviousHistory(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\Manuel\OneDrive\Escritorio\DrCasaMD>  c:; 
cd 'c:\Users\Manuel\OneDrive\Escritorio\DrCasaMD'; & 'c:\Users\Manuel\AppData\Local\Microsoft\WindowsApps\python3.11.exe' 'c:\Users\Manuel\.vscode\extensions\ms-python.debugpy-2024.6.0-win32-x64\bundled\libs\debugpy\adapter/../..\debugpy\launcher' '53718' '--' 'c:\Users\Manuel\OneDrive\Escritorio\DrCasaMD\versionpro\.vscode\DrCasaMDA.py' 
Oops, something went wrong.  Please report this bug with the details below.
Report on GitHub: https://github.com/lzybkr/PSReadLine/issues/new
-----------------------------------------------------------------------
Last 200 Keys:
 o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter
 & Space C : / U s e r s / M a n u e l / A p p D a t a / L o c a l / M i c r o s o f t / W i n d o w s A p p s / p y t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter    
 UpArrow UpArrow DownArrow UpArrow

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 -6.
   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.HistoryRecall(Int32 direction)
   at Microsoft.PowerShell.PSConsoleReadLine.PreviousHistory(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\Manuel\OneDrive\Escritorio\DrCasaMD> & C:/Users/Manuel/AppData/Local/Microsoft/WindowsApps/python3.11.exe c:/Users/Manuel/OneDrive/Escritorio/DrCasaMDOops, something went wrong.  Please report this bug with the details below.
Report on GitHub: https://github.com/lzybkr/PSReadLine/issues/new
-----------------------------------------------------------------------
Last 200 Keys:
 e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter
 & Space C : / U s e r s / M a n u e l / A p p D a t a / L o c a l / M i c r o s o f t / W i n d o w s A p p s / p y t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter    
 UpArrow UpArrow DownArrow UpArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow UpArrow

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.HistoryRecall(Int32 direction)
   at Microsoft.PowerShell.PSConsoleReadLine.PreviousHistory(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\Manuel\OneDrive\Escritorio\DrCasaMD> & C:/Users/Manuel/AppData/Local/Microsoft/WindowsApps/python3.11.exe c:/Users/Manuel/OneDrive/Escritorio/DrCasaMD/DrCasaMD2.py
Oops, something went wrong.  Please report this bug with the details below.
Report on GitHub: https://github.com/lzybkr/PSReadLine/issues/new
-----------------------------------------------------------------------
Last 200 Keys:
 r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter & Space C : / U s e r s / M a n u e l / A p p D a t a / L o c a l / M i c r o s o f t / W i n d o w s A p p s / p y t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter    
 UpArrow UpArrow DownArrow UpArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow UpArrow UpArrow

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.HistoryRecall(Int32 direction)
   at Microsoft.PowerShell.PSConsoleReadLine.PreviousHistory(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\Manuel\OneDrive\Escritorio\DrCasaMD> & C:/Users/Manuel/AppData/Local/Microsoft/WindowsApps/python3.11.exe c:/Users/Manuel/OneDrive/Escritorio/DrCasaMD/DrCasaMD2.py
Oops, something went wrong.  Please report this bug with the details below.
Report on GitHub: https://github.com/lzybkr/PSReadLine/issues/new
-----------------------------------------------------------------------
Last 200 Keys:
 s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter  
 & Space C : / U s e r s / M a n u e l / A p p D a t a / L o c a l / M i c r o s o f t / W i n d o w s A p p s / p y t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter    
 UpArrow UpArrow DownArrow UpArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow UpArrow UpArrow UpArrow        

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.HistoryRecall(Int32 direction)
   at Microsoft.PowerShell.PSConsoleReadLine.PreviousHistory(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\Manuel\OneDrive\Escritorio\DrCasaMD> & C:/Users/Manuel/AppData/Local/Microsoft/WindowsApps/python3.11.exe c:/Users/Manuel/OneDrive/Escritorio/DrCasaMD/DrCasaMD2.py
Oops, something went wrong.  Please report this bug with the details below.
Report on GitHub: https://github.com/lzybkr/PSReadLine/issues/new
-----------------------------------------------------------------------
Last 200 Keys:
 / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter    
 & Space C : / U s e r s / M a n u e l / A p p D a t a / L o c a l / M i c r o s o f t / W i n d o w s A p p s / p y t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter    
 UpArrow UpArrow DownArrow UpArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow UpArrow UpArrow UpArrow UpArrow
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.HistoryRecall(Int32 direction)
   at Microsoft.PowerShell.PSConsoleReadLine.PreviousHistory(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\Manuel\OneDrive\Escritorio\DrCasaMD> & C:/Users/Manuel/AppData/Local/Microsoft/WindowsApps/python3.11.exe c:/Users/Manuel/OneDrive/Escritorio/DrCasaMD/DrCasaMD2.py
Oops, something went wrong.  Please report this bug with the details below.
Report on GitHub: https://github.com/lzybkr/PSReadLine/issues/new
-----------------------------------------------------------------------
Last 200 Keys:
 M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter      
 & Space C : / U s e r s / M a n u e l / A p p D a t a / L o c a l / M i c r o s o f t / W i n d o w s A p p s / p y t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter    
 UpArrow UpArrow DownArrow UpArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow UpArrow UpArrow UpArrow UpArrow UpArrow

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.HistoryRecall(Int32 direction)
   at Microsoft.PowerShell.PSConsoleReadLine.PreviousHistory(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\Manuel\OneDrive\Escritorio\DrCasaMD> & C:/Users/Manuel/AppData/Local/Microsoft/WindowsApps/python3.11.exe c:/Users/Manuel/OneDrive/Escritorio/DrCasaMD/DrCasaMD2.py
Oops, something went wrong.  Please report this bug with the details below.
Report on GitHub: https://github.com/lzybkr/PSReadLine/issues/new
-----------------------------------------------------------------------
Last 200 Keys:
 a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter        
 & Space C : / U s e r s / M a n u e l / A p p D a t a / L o c a l / M i c r o s o f t / W i n d o w s A p p s / p y t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter    
 UpArrow UpArrow DownArrow UpArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow UpArrow UpArrow UpArrow UpArrow UpArrow UpArrow

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.HistoryRecall(Int32 direction)
   at Microsoft.PowerShell.PSConsoleReadLine.PreviousHistory(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\Manuel\OneDrive\Escritorio\DrCasaMD> & C:/Users/Manuel/AppData/Local/Microsoft/WindowsApps/python3.11.exe c:/Users/Manuel/OneDrive/Escritorio/DrCasaMD/DrCasaMD2.py
Oops, something went wrong.  Please report this bug with the details below.
Report on GitHub: https://github.com/lzybkr/PSReadLine/issues/new
-----------------------------------------------------------------------
Last 200 Keys:
 n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter
 & Space C : / U s e r s / M a n u e l / A p p D a t a / L o c a l / M i c r o s o f t / W i n d o w s A p p s / p y t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter    
 UpArrow UpArrow DownArrow UpArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow UpArrow UpArrow UpArrow UpArrow UpArrow UpArrow UpArrow

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.HistoryRecall(Int32 direction)
   at Microsoft.PowerShell.PSConsoleReadLine.PreviousHistory(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\Manuel\OneDrive\Escritorio\DrCasaMD> & C:/Users/Manuel/AppData/Local/Microsoft/WindowsApps/python3.11.exe c:/Users/Manuel/OneDrive/Escritorio/DrCasaMDOops, something went wrong.  Please report this bug with the details below.
Report on GitHub: https://github.com/lzybkr/PSReadLine/issues/new
-----------------------------------------------------------------------
Last 200 Keys:
 i o / D r C a s a M D / D r C a s a M D 2 . p y Enter & Space C : / U s e r s / M a n u e l / A p p D a t a / L o c a l / M i c r o s o f t / W i n d o w s A p p s / p y t h o n 3 . 1 1 . e x e Space c : / U s e r s / M a n u e l / O n e D r i v e / E s c r i t o r i o / D r C a s a M D / D r C a s a M D 2 . p y Enter    
 UpArrow UpArrow DownArrow UpArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow UpArrow UpArrow UpArrow UpArrow UpArrow UpArrow UpArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow UpArrow

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 -3.
   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.HistoryRecall(Int32 direction)
   at Microsoft.PowerShell.PSConsoleReadLine.PreviousHistory(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\Manuel\OneDrive\Escritorio\DrCasaMD> & C:/Users/Manuel/AppData/Local/Microsoft/WindowsApps/python3.11.exe Untitled-5

Screenshot

no way of making the code work

Environment data

At line:1 char:80
+ ... nuel/AppData/Local/Microsoft/WindowsApps/python 
3.11.exe Untitled-5& {
+                                                     
                   ~
The ampersand (&) character is not allowed. The &     
operator is reserved for future use; wrap an 
ampersand in double quotation marks ("&") to pass it  
as part of a string.
At line:28 char:2
+ }& C:/Users/Manuel/AppData/Local/Microsoft/WindowsA 
pps/python3.11.exe ...
+  ~
The ampersand (&) character is not allowed. The &     
operator is reserved for future use; wrap an 
ampersand in double quotation marks ("&") to pass it  
as part of a string.
    + CategoryInfo          : ParserError: (:) [], P  
   arentContainsErrorRecordException
    + FullyQualifiedErrorId : AmpersandNotAllowed     
 
PS C:\Users\Manuel\OneDrive\Escritorio\DrCasaMD>

Steps to reproduce

no change

Expected behavior

display list of patients with the rules of the game

Actual behavior

no way to make the code work or upload the json

@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 May 17, 2024
Copy link

This issue was already fixed (see #1306). Please upgrade to the 2.3.5 version of PSReadLine from PowerShell Gallery.
See the upgrading section for instructions. Please let us know if you run into the same issue with the latest version.

@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 May 17, 2024
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

1 participant