Tai icon indicating copy to clipboard operation
Tai copied to clipboard

tai 后台运行托盘无显示

Open debfig opened this issue 1 year ago • 2 comments

[Error] 2024-08-03 23:57:40 下载图标失败,System.Net.WebException: 在 WebClient 请求期间发生异常。 ---> System.NotSupportedException: 不支持给定路径的格式。 在 System.Security.Permissions.FileIOPermission.EmulateFileIOPermissionChecks(String fullPath) 在 System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) 在 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) 在 System.Net.WebClient.DownloadFileAsync(Uri address, String fileName, Object userToken) --- 内部异常堆栈跟踪的结尾 --- 在 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) 在 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) 在 Core.Librarys.Browser.Favicon.FaviconDownloader.<DownloadAsync>d__0.MoveNext() Line:45,File:Tai\Librarys\Browser\Favicon\FaviconDownloader.cs,name:DownloadAsync

debfig avatar Aug 03 '24 16:08 debfig

我也遇到了相同的问题

lingxiao001 avatar Apr 20 '25 11:04 lingxiao001

我自己仿照他的重新编写了一个,欢迎尝试:https://github.com/LaLa-HaHa-Hei/ScreenTimeTracker

LaLa-HaHa-Hei avatar Jun 15 '25 10:06 LaLa-HaHa-Hei