You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search the existing issues, especially the pinned issues.
Exception report
After:$userid = '[email protected]'$lists = Get-MgUserTodoList -UserId $userid$lists | ? { $_.DisplayName -eq '�Hábito' }Oops, something went wrong.Please report this bug with ALL the details below, including both the 'Environment' and 'Exception' sections.Please report on GitHub: https://github.com/PowerShell/PSReadLine/issues/new?template=Bug_Report.yamlThank you!### EnvironmentPSReadLine: 2.4.0-beta0+923a890f2e7ea10465f3a80a2bc030121a1c2f68PowerShell: 2024.4.0OS: Microsoft Windows 10.0.22631BufferWidth: 200BufferHeight: 23Last 200 Keys: Backspace Backspace Backspace Backspace Backspace t o Tab Tab Tab Tab Tab Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace $ l i s Tab Tab Backspace Enter UpArrow Spacebar 0 Backspace - u s Tab Spacebar $ u s e r Tab Enter $ l i s t Enter UpArrow UpArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow s [ 0 ] . i d Enter UpArrow Ctrl+LeftArrow Ctrl+LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow Shift+End Delete Ctrl+LeftArrow LeftArrow RightArrow Shift+Home Delete Enter UpArrow Spacebar | Spacebar ? Spacebar { Spacebar D i s Backspace Backspace Backspace $ _ . Backspace Backspace Backspace Backspace Backspace n a m e Spacebar - e q Spacebar H á b i t o Enter UpArrow ' Ctrl+LeftArrow ' Enter UpArrow Backspace Backspace Backspace Backspace Backspace Backspace Backspace � H á b i t o ' Enter Enter UpArrow Enter UpArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow LeftArrow LeftArrow LeftArrow LeftArrow Shift+End Delete Enter UpArrow UpArrow Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow D i s p l a y N Delete Enter Ctrl+LeftArrow Ctrl+LeftArrow Ctrl+LeftArrow $ _ . Ctrl+LeftArrow { Spacebar End Spacebar } Enter### ExceptionSystem.Text.EncoderFallbackException: Unable to translate Unicode character \\uD83D at index 33 to specified code page. at System.Text.EncoderExceptionFallbackBuffer.Fallback(Char charUnknown, Int32 index) at System.Text.Encoding.GetBytesWithFallback(ReadOnlySpan`1 chars, Int32 originalCharsLength, Span`1 bytes, Int32 originalBytesLength, EncoderNLS encoder, Boolean throwForDestinationOverflow) at System.Text.Encoding.GetBytesWithFallback(Char* pOriginalChars, Int32 originalCharCount, Byte* pOriginalBytes, Int32 originalByteCount, Int32 charsConsumedSoFar, Int32 bytesWrittenSoFar, EncoderNLS encoder) at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder) at System.IO.StreamWriter.Dispose(Boolean disposing) at Microsoft.PowerShell.PSConsoleReadLine.<>c__DisplayClass104_0.<WriteHistoryRange>b__0() at Microsoft.PowerShell.PSConsoleReadLine.WithHistoryFileMutexDo(Int32 timeout, Action action) at Microsoft.PowerShell.PSConsoleReadLine.MaybeAddToHistory(String result, List`1 edits, Int32 undoEditIndex, Boolean fromDifferentSession, Boolean fromInitialRead) at Microsoft.PowerShell.PSConsoleReadLine.InputLoop() at Microsoft.PowerShell.PSConsoleReadLine.ReadLine(Runspace runspace, EngineIntrinsics engineIntrinsics, CancellationToken cancellationToken, Nullable`1 lastRunStatus)
Prerequisites
Exception report
Screenshot
Environment data
Steps to reproduce
$userid = '[email protected]'
$lists = Get-MgUserTodoList -UserId $userid
$lists | ? { $_.DisplayName -eq '�Hábito' }
Expected behavior
Show the list
Actual behavior
Error
The text was updated successfully, but these errors were encountered: