[GH-ISSUE #975] 报错 高度必须为非负值 #1748

Closed
opened 2026-02-28 12:06:25 +03:00 by kerem · 2 comments
Owner

Originally created by @ilylx on GitHub (Aug 22, 2025).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/975

Originally assigned to: @VShawn on GitHub.

远程里面的远程,断开了之后点重连报的错

Environment

Component Version
1Remote 1.0.0(Built at: 2024-09-06T07:04:13.819+00:00)(EXE Release)
.NET Framework ``
CLR 6.0.35
OS Windows 10 Pro 64-bits 10.0.26100.0 (2009) build 26100

Error Info

高度必须为非负值。

Stack Trace

   at System.Windows.Size.set_Height(Double value)
   at _1RM.View.Host.TabWindowView.<>c__DisplayClass9_0.<GetTabContentSize>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\TabWindowView.xaml.cs:line 201
   at _1RM.View.Host.TabWindowView.GetTabContentSize(Boolean withoutBorderColor) in D:\a\1Remote\1Remote\Ui\View\Host\TabWindowView.xaml.cs:line 187
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.ReConn() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.cs:line 56
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.BtnReconn_OnClick(Object sender, RoutedEventArgs e) in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.cs:line 27
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.Controls.Primitives.ButtonBase.OnClick()
   at System.Windows.Controls.Button.OnClick()
   at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
   at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

Recent Log

[T:001][09:20:00.403]	`Warning`		[(OnDisconnected:0)]	RDP(40.224_thinkbook14) exit with error code 3(你已断开连接,因为已与远程计算机建立了另一个连接。)
[T:001][13:39:51.391]	`Warning`		[(OnDisconnected:0)]	RDP(40.220_xps) exit with error code 3(你的远程桌面服务会话已结束。
远程计算机正在重新启动。)
[T:001][13:39:51.392]	`Warning`		[(RaiseOnOnDisconnected:0)]	RDP Host: Call ReConn
[T:001][13:39:51.702]	`Warning`		[(Invoke:0)]	RDP(40.220_xps) exit with error code 3(你的远程桌面服务会话已结束。
远程计算机正在关闭。)
[T:001][13:43:48.826]	`Warning`		[(InvokeHandlersImpl:0)]	RDP Host: Call ReConn
[T:001][13:43:48.884]	`Fatal`		[Bootstrapper.cs(OnUnhandledException:137)]	
> System.ArgumentException: 高度必须为非负值。
   at System.Windows.Size.set_Height(Double value)
   at _1RM.View.Host.TabWindowView.<>c__DisplayClass9_0.<GetTabContentSize>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\TabWindowView.xaml.cs:line 201
   at _1RM.View.Host.TabWindowView.GetTabContentSize(Boolean withoutBorderColor) in D:\a\1Remote\1Remote\Ui\View\Host\TabWindowView.xaml.cs:line 187
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.ReConn() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.cs:line 56
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.BtnReconn_OnClick(Object sender, RoutedEventArgs e) in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.cs:line 27
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.Controls.Primitives.ButtonBase.OnClick()
   at System.Windows.Controls.Button.OnClick()
   at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
   at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
> StackTrace:    at System.Windows.Size.set_Height(Double value)
   at _1RM.View.Host.TabWindowView.<>c__DisplayClass9_0.<GetTabContentSize>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\TabWindowView.xaml.cs:line 201
   at _1RM.View.Host.TabWindowView.GetTabContentSize(Boolean withoutBorderColor) in D:\a\1Remote\1Remote\Ui\View\Host\TabWindowView.xaml.cs:line 187
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.ReConn() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.cs:line 56
   at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.BtnReconn_OnClick(Object sender, RoutedEventArgs e) in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.cs:line 27
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.Controls.Primitives.ButtonBase.OnClick()
   at System.Windows.Controls.Button.OnClick()
   at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
   at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

Originally created by @ilylx on GitHub (Aug 22, 2025). Original GitHub issue: https://github.com/1Remote/1Remote/issues/975 Originally assigned to: @VShawn on GitHub. 远程里面的远程,断开了之后点重连报的错 <details> ## Environment | Component | Version | |:------------------|:--------------------------------------| |1Remote | `1.0.0(Built at: 2024-09-06T07:04:13.819+00:00)`(EXE Release)| |.NET Framework | `` | |CLR | `6.0.35` | |OS | `Windows 10 Pro 64-bits 10.0.26100.0 (2009) build 26100` | ## Error Info 高度必须为非负值。 ## Stack Trace ``` at System.Windows.Size.set_Height(Double value) at _1RM.View.Host.TabWindowView.<>c__DisplayClass9_0.<GetTabContentSize>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\TabWindowView.xaml.cs:line 201 at _1RM.View.Host.TabWindowView.GetTabContentSize(Boolean withoutBorderColor) in D:\a\1Remote\1Remote\Ui\View\Host\TabWindowView.xaml.cs:line 187 at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.ReConn() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.cs:line 56 at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.BtnReconn_OnClick(Object sender, RoutedEventArgs e) in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.cs:line 27 at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) at System.Windows.Controls.Primitives.ButtonBase.OnClick() at System.Windows.Controls.Button.OnClick() at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e) at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent) at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args) at System.Windows.Input.InputManager.ProcessStagingArea() at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport) at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel) at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) ``` ## Recent Log ``` [T:001][09:20:00.403] `Warning` [(OnDisconnected:0)] RDP(40.224_thinkbook14) exit with error code 3(你已断开连接,因为已与远程计算机建立了另一个连接。) [T:001][13:39:51.391] `Warning` [(OnDisconnected:0)] RDP(40.220_xps) exit with error code 3(你的远程桌面服务会话已结束。 远程计算机正在重新启动。) [T:001][13:39:51.392] `Warning` [(RaiseOnOnDisconnected:0)] RDP Host: Call ReConn [T:001][13:39:51.702] `Warning` [(Invoke:0)] RDP(40.220_xps) exit with error code 3(你的远程桌面服务会话已结束。 远程计算机正在关闭。) [T:001][13:43:48.826] `Warning` [(InvokeHandlersImpl:0)] RDP Host: Call ReConn [T:001][13:43:48.884] `Fatal` [Bootstrapper.cs(OnUnhandledException:137)] > System.ArgumentException: 高度必须为非负值。 at System.Windows.Size.set_Height(Double value) at _1RM.View.Host.TabWindowView.<>c__DisplayClass9_0.<GetTabContentSize>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\TabWindowView.xaml.cs:line 201 at _1RM.View.Host.TabWindowView.GetTabContentSize(Boolean withoutBorderColor) in D:\a\1Remote\1Remote\Ui\View\Host\TabWindowView.xaml.cs:line 187 at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.ReConn() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.cs:line 56 at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.BtnReconn_OnClick(Object sender, RoutedEventArgs e) in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.cs:line 27 at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) at System.Windows.Controls.Primitives.ButtonBase.OnClick() at System.Windows.Controls.Button.OnClick() at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e) at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent) at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args) at System.Windows.Input.InputManager.ProcessStagingArea() at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport) at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel) at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) > StackTrace: at System.Windows.Size.set_Height(Double value) at _1RM.View.Host.TabWindowView.<>c__DisplayClass9_0.<GetTabContentSize>b__0() in D:\a\1Remote\1Remote\Ui\View\Host\TabWindowView.xaml.cs:line 201 at _1RM.View.Host.TabWindowView.GetTabContentSize(Boolean withoutBorderColor) in D:\a\1Remote\1Remote\Ui\View\Host\TabWindowView.xaml.cs:line 187 at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.ReConn() in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.cs:line 56 at _1RM.View.Host.ProtocolHosts.AxMsRdpClient09Host.BtnReconn_OnClick(Object sender, RoutedEventArgs e) in D:\a\1Remote\1Remote\Ui\View\Host\ProtocolHosts\AxMsRdpClient09Host.cs:line 27 at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) at System.Windows.Controls.Primitives.ButtonBase.OnClick() at System.Windows.Controls.Button.OnClick() at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e) at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent) at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target) at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args) at System.Windows.Input.InputManager.ProcessStagingArea() at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport) at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel) at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) ``` </details>
kerem 2026-02-28 12:06:25 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@itagagaki commented on GitHub (Aug 22, 2025):

This issue may have been resolved with a recent fix. You can try the nightly version.
此问题可能已通过最近的修复程序解决。您可以尝试使用夜间版本。
fix: behavior on RDP is disconnected (fix #878) (#966) · 1Remote/1Remote@2916262

<!-- gh-comment-id:3214976582 --> @itagagaki commented on GitHub (Aug 22, 2025): This issue may have been resolved with a recent fix. You can try the nightly version. 此问题可能已通过最近的修复程序解决。您可以尝试使用夜间版本。 [fix: behavior on RDP is disconnected (fix #878) (#966) · 1Remote/1Remote@2916262](https://github.com/1Remote/1Remote/actions/runs/16877044665)
Author
Owner

@VShawn commented on GitHub (Aug 26, 2025):

yeap, plz update to the latest version.

<!-- gh-comment-id:3222234977 --> @VShawn commented on GitHub (Aug 26, 2025): yeap, plz update to the latest version.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/1Remote#1748
No description provided.