diff --git a/filebrowser/database.db b/filebrowser/database.db index 0ea6392..4121332 100755 Binary files a/filebrowser/database.db and b/filebrowser/database.db differ diff --git a/filebrowser/docker-compose.yaml b/filebrowser/docker-compose.yaml index be82617..5ff6f70 100755 --- a/filebrowser/docker-compose.yaml +++ b/filebrowser/docker-compose.yaml @@ -4,6 +4,7 @@ services: image: filebrowser/filebrowser:latest container_name: filebrowser volumes: + - /home/wsq:/srv/wsq - /mnt/disk1:/srv/disk1 - /mnt/disk2:/srv/disk2 - /home/wsq/docker_app/filebrowser/database.db:/database.db #need to touch diff --git a/homepage/config/services.yaml b/homepage/config/services.yaml index b4ad429..5197198 100755 --- a/homepage/config/services.yaml +++ b/homepage/config/services.yaml @@ -7,7 +7,7 @@ icon: /icons/cpu.png widget: type: glances - url: http://192.168.164.189:4011 + url: http://192.168.187.189:4011 metric: cpu version: 4 @@ -16,7 +16,7 @@ icon: /icons/nvme.png widget: type: glances - url: http://192.168.164.189:4011 + url: http://192.168.187.189:4011 metric: disk:nvme0n1 version: 4 @@ -25,7 +25,7 @@ icon: /icons/storage.png widget: type: glances - url: http://192.168.164.189:4011 + url: http://192.168.187.189:4011 metric: disk:sda version: 4 @@ -37,7 +37,7 @@ # icon: /icons/lan.png # widget: # type: glances - # url: http://192.168.164.189:4011 + # url: http://192.168.187.189:4011 # metric: network:lo # version: 4 @@ -49,7 +49,7 @@ icon: /icons/memory.png widget: type: glances - url: http://192.168.164.189:4011 + url: http://192.168.187.189:4011 metric: memory version: 4 @@ -58,7 +58,7 @@ icon: /icons/wlan.png widget: type: glances - url: http://192.168.164.189:4011 + url: http://192.168.187.189:4011 metric: network:eth0 version: 4 @@ -67,7 +67,7 @@ icon: /icons/storage.png widget: type: glances - url: http://192.168.164.189:4011 + url: http://192.168.187.189:4011 metric: disk:sdb version: 4 @@ -85,25 +85,25 @@ - NAS管理: - Debian: icon: /icons/debian.png - href: https://192.168.164.189:9090 + href: https://192.168.187.189:9090 # description: Cockpit Web后台管理 - siteMonitor: https://192.168.164.189:9090 + siteMonitor: https://192.168.187.189:9090 widget: type: glances - url: http://192.168.164.189:4011 + url: http://192.168.187.189:4011 metric: info version: 4 - Portainer: icon: /icons/portainer.png - href: http://192.168.164.189:4001 + href: http://192.168.187.189:4001 description: Docker管理。 - siteMonitor: http://192.168.164.189:4001 + siteMonitor: http://192.168.187.189:4001 server: manage-docker container: portainer widget: type: portainer - url: http://192.168.164.189:4001 + url: http://192.168.187.189:4001 env: 2 key: ptr_ecOg/YjwG340TBXI1u6eOez8ujkTahLhYp3U9t7l0rM= @@ -111,7 +111,7 @@ icon: /icons/list.png widget: type: glances - url: http://192.168.164.189:4011 + url: http://192.168.187.189:4011 metric: process version: 4 @@ -119,33 +119,34 @@ - 多媒体: - Immich: icon: /icons/immich.png - href: http://192.168.164.189:4002 + href: http://192.168.187.189:4002 description: 图片管理。 - siteMonitor: http://192.168.164.189:4002 + siteMonitor: http://192.168.187.189:4002 server: manage-docker container: immich_server widget: type: immich - url: http://192.168.164.189:4002 + url: http://192.168.187.189:4002 key: sRKi3SW6gAyApTD6S9oVCKVGi82nPaRCPD61p7E1B8 - Jellyfin: icon: /icons/jellyfin.png - href: http://192.168.164.189:4003 + href: http://192.168.187.189:4003 description: 影音播放。 - siteMonitor: http://192.168.164.189:4003 + siteMonitor: http://192.168.187.189:4003 server: manage-docker container: jellyfin widget: type: jellyfin - url: http://192.168.164.189:4003 + url: http://192.168.187.189:4003 key: 9be8360675104bc5a6bebe790f67a67b enableBlocks: true # optional, defaults to false enableNowPlaying: true # optional, defaults to true enableUser: true # optional, defaults to false showEpisodeNumber: true # optional, defaults to false expandOneStreamToTwoRows: false # optional, defaults to true + version: 1 @@ -156,26 +157,26 @@ - 文档管理: - Gitea: icon: /icons/gitea.png - href: http://192.168.164.189:4008 + href: http://192.168.187.189:4008 description: 代码管理服务。 - siteMonitor: http://192.168.164.189:4008 + siteMonitor: http://192.168.187.189:4008 server: manage-docker container: gitea # widget: # type: customapi - # url: http://192.168.164.189:4008/api/v1 + # url: http://192.168.187.189:4008/api/v1 # headers: "token a1eb9dfbefe37b32e7442e98cf9e976eebf24db4" # mappings: # - field: key # needs to be YAML string or object # label: Field 1 # format: text # optional - defaults to text - # http://192.168.164.189:4008/api/v1/users/wsq/activities/feed?access_token=a1eb9dfbefe37b32e7442e98cf9e976eebf24db4 + # http://192.168.187.189:4008/api/v1/users/wsq/activities/feed?access_token=a1eb9dfbefe37b32e7442e98cf9e976eebf24db4 - BookBrowser: icon: /icons/book.png - href: http://192.168.164.189:4004 + href: http://192.168.187.189:4004 description: 书籍漫画浏览。 - siteMonitor: http://192.168.164.189:4004 + siteMonitor: http://192.168.187.189:4004 server: manage-docker container: bookbrowser @@ -183,38 +184,38 @@ - 下载服务: - Qbittorrent: icon: /icons/qbittorrent.png - href: http://192.168.164.189:4009 + href: http://192.168.187.189:4009 description: 下载器。 - siteMonitor: http://192.168.164.189:4009 + siteMonitor: http://192.168.187.189:4009 server: manage-docker container: qbittorrent widget: type: qbittorrent - url: http://192.168.164.189:4009 + url: http://192.168.187.189:4009 username: wsq password: 563826 - 系统工具: - File Browser: icon: /icons/filebrowser.png - href: http://192.168.164.189:4010 + href: http://192.168.187.189:4010 description: Web版文件浏览器 - siteMonitor: http://192.168.164.189:4010 + siteMonitor: http://192.168.187.189:4010 server: manage-docker container: filebrowser - Firefox: icon: /icons/firefox.png - href: https://192.168.164.189:4041 + href: https://192.168.187.189:4041 description: Web版Firefox浏览器。 - siteMonitor: https://192.168.164.189:4041 + siteMonitor: https://192.168.187.189:4041 server: manage-docker container: firefox - Glances: icon: /icons/glances.png - href: http://192.168.164.189:4011 + href: http://192.168.187.189:4011 description: Web版系统资源监测 - siteMonitor: http://192.168.164.189:4011 + siteMonitor: http://192.168.187.189:4011 diff --git a/homepage/icons/harddisk.png b/homepage/icons/harddisk.png deleted file mode 100644 index 0f925ce..0000000 Binary files a/homepage/icons/harddisk.png and /dev/null differ diff --git a/homepage/icons/hdd.png b/homepage/icons/hdd.png deleted file mode 100644 index 43294b4..0000000 Binary files a/homepage/icons/hdd.png and /dev/null differ diff --git a/jellyfin/config/data/ScheduledTasks/3a025083-141d-3c17-dd96-d5f9b951287b.js b/jellyfin/config/data/ScheduledTasks/3a025083-141d-3c17-dd96-d5f9b951287b.js index 837d94a..55bab82 100755 --- a/jellyfin/config/data/ScheduledTasks/3a025083-141d-3c17-dd96-d5f9b951287b.js +++ b/jellyfin/config/data/ScheduledTasks/3a025083-141d-3c17-dd96-d5f9b951287b.js @@ -1 +1 @@ -{"StartTimeUtc":"2024-08-26T10:52:52.5837853Z","EndTimeUtc":"2024-08-26T10:52:52.6654058Z","Status":"Completed","Name":"\u6E05\u7406\u5408\u96C6\u548C\u64AD\u653E\u5217\u8868","Key":"CleanCollectionsAndPlaylists","Id":"3a025083141d3c17dd96d5f9b951287b"} \ No newline at end of file +{"StartTimeUtc":"2024-08-26T14:32:27.9146255Z","EndTimeUtc":"2024-08-26T14:32:27.9989742Z","Status":"Completed","Name":"\u6E05\u7406\u5408\u96C6\u548C\u64AD\u653E\u5217\u8868","Key":"CleanCollectionsAndPlaylists","Id":"3a025083141d3c17dd96d5f9b951287b"} \ No newline at end of file diff --git a/jellyfin/config/data/ScheduledTasks/f9b057c0-54e9-e6da-ee4a-88ffd146a403.js b/jellyfin/config/data/ScheduledTasks/f9b057c0-54e9-e6da-ee4a-88ffd146a403.js index 68b4d54..3ad4b61 100755 --- a/jellyfin/config/data/ScheduledTasks/f9b057c0-54e9-e6da-ee4a-88ffd146a403.js +++ b/jellyfin/config/data/ScheduledTasks/f9b057c0-54e9-e6da-ee4a-88ffd146a403.js @@ -1 +1 @@ -{"StartTimeUtc":"2024-08-26T10:52:52.5595335Z","EndTimeUtc":"2024-08-26T10:52:56.6986665Z","Status":"Completed","Name":"\u66F4\u65B0\u63D2\u4EF6","Key":"PluginUpdates","Id":"f9b057c054e9e6daee4a88ffd146a403"} \ No newline at end of file +{"StartTimeUtc":"2024-08-26T14:32:27.9255258Z","EndTimeUtc":"2024-08-26T14:32:31.7966561Z","Status":"Completed","Name":"\u66F4\u65B0\u63D2\u4EF6","Key":"PluginUpdates","Id":"f9b057c054e9e6daee4a88ffd146a403"} \ No newline at end of file diff --git a/jellyfin/config/data/jellyfin.db b/jellyfin/config/data/jellyfin.db index 933d46d..ec49c22 100755 Binary files a/jellyfin/config/data/jellyfin.db and b/jellyfin/config/data/jellyfin.db differ diff --git a/jellyfin/config/data/library.db b/jellyfin/config/data/library.db index e0de664..6a8851f 100755 Binary files a/jellyfin/config/data/library.db and b/jellyfin/config/data/library.db differ diff --git a/jellyfin/config/data/library.db-shm b/jellyfin/config/data/library.db-shm index eb23605..dd72fc8 100755 Binary files a/jellyfin/config/data/library.db-shm and b/jellyfin/config/data/library.db-shm differ diff --git a/jellyfin/config/data/library.db-wal b/jellyfin/config/data/library.db-wal index a449862..356be7c 100755 Binary files a/jellyfin/config/data/library.db-wal and b/jellyfin/config/data/library.db-wal differ diff --git a/jellyfin/config/data/playlists/AAA/playlist.xml b/jellyfin/config/data/playlists/AAA/playlist.xml index 4393d81..d516c15 100644 --- a/jellyfin/config/data/playlists/AAA/playlist.xml +++ b/jellyfin/config/data/playlists/AAA/playlist.xml @@ -5,11 +5,6 @@ AAA 46 fe9bf4fe29da4c19af21c95728f401b9 - - - /media/赛文OV/【02OV】【01.Dark Side】.avi - - Video \ No newline at end of file diff --git a/jellyfin/config/log/log_20240826.log b/jellyfin/config/log/log_20240826.log index 0a3ac4f..9d903ec 100644 --- a/jellyfin/config/log/log_20240826.log +++ b/jellyfin/config/log/log_20240826.log @@ -136,3 +136,339 @@ [2024-08-26 10:52:50.802 +00:00] [INF] [1] Main: Startup complete 0:00:07.7139875 [2024-08-26 10:52:52.666 +00:00] [INF] [14] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds [2024-08-26 10:52:56.698 +00:00] [INF] [18] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 4 seconds +[2024-08-26 13:34:02.421 +00:00] [INF] [38] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications +[2024-08-26 13:34:02.438 +00:00] [INF] [61] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery +[2024-08-26 13:34:02.470 +00:00] [INF] [61] Main: Running query planner optimizations in the database... This might take a while +[2024-08-26 13:34:02.517 +00:00] [INF] [61] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/赛文OV" +[2024-08-26 13:34:02.518 +00:00] [INF] [61] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/animedownloader" +[2024-08-26 13:34:02.524 +00:00] [INF] [61] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" +[2024-08-26 13:34:02.524 +00:00] [INF] [61] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider" +[2024-08-26 13:34:02.525 +00:00] [INF] [61] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" +[2024-08-26 13:34:02.526 +00:00] [INF] [61] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" +[2024-08-26 13:34:03.796 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" +[2024-08-26 13:34:03.839 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CACHE_DIR, /cache]"] +[2024-08-26 13:34:03.863 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] +[2024-08-26 13:34:03.864 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" +[2024-08-26 13:34:03.864 +00:00] [INF] [1] Main: Architecture: X64 +[2024-08-26 13:34:03.865 +00:00] [INF] [1] Main: 64-Bit Process: True +[2024-08-26 13:34:03.865 +00:00] [INF] [1] Main: User Interactive: True +[2024-08-26 13:34:03.865 +00:00] [INF] [1] Main: Processor count: 4 +[2024-08-26 13:34:03.865 +00:00] [INF] [1] Main: Program data path: "/config" +[2024-08-26 13:34:03.865 +00:00] [INF] [1] Main: Log directory path: "/config/log" +[2024-08-26 13:34:03.865 +00:00] [INF] [1] Main: Config directory path: "/config/config" +[2024-08-26 13:34:03.865 +00:00] [INF] [1] Main: Cache path: "/cache" +[2024-08-26 13:34:03.865 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" +[2024-08-26 13:34:03.866 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" +[2024-08-26 13:34:04.103 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" +[2024-08-26 13:34:04.162 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies +[2024-08-26 13:34:04.318 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-26 13:34:04.318 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] +[2024-08-26 13:34:04.319 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-26 13:34:04.322 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.21.0.2"] +[2024-08-26 13:34:04.323 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] +[2024-08-26 13:34:04.324 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" +[2024-08-26 13:34:04.324 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] +[2024-08-26 13:34:07.501 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" +[2024-08-26 13:34:07.503 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" +[2024-08-26 13:34:07.504 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" +[2024-08-26 13:34:07.539 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" +[2024-08-26 13:34:07.540 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" +[2024-08-26 13:34:07.711 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" +[2024-08-26 13:34:09.464 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. +[2024-08-26 13:34:09.615 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks +[2024-08-26 13:34:09.652 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/赛文OV" +[2024-08-26 13:34:09.661 +00:00] [INF] [16] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/animedownloader" +[2024-08-26 13:34:09.706 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-27 03:00:00.000 +00:00, which is 13:25:50.2938460 from now. +[2024-08-26 13:34:09.733 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-27 02:00:00.000 +00:00, which is 12:25:50.2666990 from now. +[2024-08-26 13:34:09.862 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" +[2024-08-26 13:34:09.975 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] +[2024-08-26 13:34:10.007 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] +[2024-08-26 13:34:10.053 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] +[2024-08-26 13:34:10.272 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] +[2024-08-26 13:34:11.210 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" +[2024-08-26 13:34:11.210 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" +[2024-08-26 13:34:11.210 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete +[2024-08-26 13:34:11.210 +00:00] [INF] [1] Main: Startup complete 0:00:07.7729434 +[2024-08-26 13:34:12.819 +00:00] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds +[2024-08-26 13:34:20.828 +00:00] [ERR] [8] Emby.Server.Implementations.Updates.InstallationManager: An error occurred while accessing the plugin manifest: "https://repo.jellyfin.org/files/plugin/manifest.json" +System.Net.Http.HttpRequestException: Resource temporarily unavailable (repo.jellyfin.org:443) + ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) + at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) + at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) + at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) + at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) + at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) + at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) + at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) + at System.Net.Http.Json.HttpClientJsonExtensions.g__Core|12_0[TValue,TJsonOptions](HttpClient client, Task`1 responseTask, Boolean usingResponseHeadersRead, CancellationTokenSource linkedCTS, Func`4 deserializeMethod, TJsonOptions jsonOptions, CancellationToken cancellationToken) + at Emby.Server.Implementations.Updates.InstallationManager.GetPackages(String manifestName, String manifest, Boolean filterIncompatible, CancellationToken cancellationToken) +[2024-08-26 13:34:20.850 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 8 seconds +[2024-08-26 13:34:38.282 +00:00] [INF] [14] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications +[2024-08-26 13:34:38.298 +00:00] [INF] [8] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery +[2024-08-26 13:34:38.315 +00:00] [INF] [8] Main: Running query planner optimizations in the database... This might take a while +[2024-08-26 13:34:38.435 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/赛文OV" +[2024-08-26 13:34:38.438 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/animedownloader" +[2024-08-26 13:35:12.554 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" +[2024-08-26 13:35:12.628 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]"] +[2024-08-26 13:35:12.638 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] +[2024-08-26 13:35:12.639 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" +[2024-08-26 13:35:12.639 +00:00] [INF] [1] Main: Architecture: X64 +[2024-08-26 13:35:12.640 +00:00] [INF] [1] Main: 64-Bit Process: True +[2024-08-26 13:35:12.640 +00:00] [INF] [1] Main: User Interactive: True +[2024-08-26 13:35:12.640 +00:00] [INF] [1] Main: Processor count: 4 +[2024-08-26 13:35:12.640 +00:00] [INF] [1] Main: Program data path: "/config" +[2024-08-26 13:35:12.641 +00:00] [INF] [1] Main: Log directory path: "/config/log" +[2024-08-26 13:35:12.641 +00:00] [INF] [1] Main: Config directory path: "/config/config" +[2024-08-26 13:35:12.641 +00:00] [INF] [1] Main: Cache path: "/cache" +[2024-08-26 13:35:12.641 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" +[2024-08-26 13:35:12.641 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" +[2024-08-26 13:35:13.160 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" +[2024-08-26 13:35:13.367 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies +[2024-08-26 13:35:13.666 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-26 13:35:13.666 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] +[2024-08-26 13:35:13.667 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-26 13:35:13.678 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.21.0.2"] +[2024-08-26 13:35:13.679 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] +[2024-08-26 13:35:13.679 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" +[2024-08-26 13:35:13.679 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] +[2024-08-26 13:35:17.258 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" +[2024-08-26 13:35:17.261 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" +[2024-08-26 13:35:17.262 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" +[2024-08-26 13:35:17.298 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" +[2024-08-26 13:35:17.299 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" +[2024-08-26 13:35:17.508 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" +[2024-08-26 13:35:18.928 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. +[2024-08-26 13:35:19.045 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/animedownloader" +[2024-08-26 13:35:19.054 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/赛文OV" +[2024-08-26 13:35:19.054 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks +[2024-08-26 13:35:19.113 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-27 03:00:00.000 +00:00, which is 13:24:40.8871246 from now. +[2024-08-26 13:35:19.127 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-27 02:00:00.000 +00:00, which is 12:24:40.8727165 from now. +[2024-08-26 13:35:19.290 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" +[2024-08-26 13:35:19.418 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] +[2024-08-26 13:35:19.449 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] +[2024-08-26 13:35:19.490 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] +[2024-08-26 13:35:19.707 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] +[2024-08-26 13:35:21.135 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" +[2024-08-26 13:35:21.139 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" +[2024-08-26 13:35:21.141 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete +[2024-08-26 13:35:21.141 +00:00] [INF] [1] Main: Startup complete 0:00:09.2289253 +[2024-08-26 13:35:22.342 +00:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds +[2024-08-26 13:35:25.182 +00:00] [INF] [18] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 3 seconds +[2024-08-26 14:11:44.365 +00:00] [INF] [20] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications +[2024-08-26 14:11:44.397 +00:00] [INF] [21] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery +[2024-08-26 14:11:44.415 +00:00] [INF] [21] Main: Running query planner optimizations in the database... This might take a while +[2024-08-26 14:11:44.494 +00:00] [INF] [24] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/赛文OV" +[2024-08-26 14:11:44.504 +00:00] [INF] [24] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/animedownloader" +[2024-08-26 14:11:44.519 +00:00] [INF] [21] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" +[2024-08-26 14:11:44.519 +00:00] [INF] [21] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider" +[2024-08-26 14:11:44.520 +00:00] [INF] [21] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" +[2024-08-26 14:11:44.520 +00:00] [INF] [21] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" +[2024-08-26 14:20:42.621 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" +[2024-08-26 14:20:42.699 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_LOG_DIR, /config/log]"] +[2024-08-26 14:20:42.702 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] +[2024-08-26 14:20:42.704 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" +[2024-08-26 14:20:42.704 +00:00] [INF] [1] Main: Architecture: X64 +[2024-08-26 14:20:42.706 +00:00] [INF] [1] Main: 64-Bit Process: True +[2024-08-26 14:20:42.706 +00:00] [INF] [1] Main: User Interactive: True +[2024-08-26 14:20:42.706 +00:00] [INF] [1] Main: Processor count: 4 +[2024-08-26 14:20:42.706 +00:00] [INF] [1] Main: Program data path: "/config" +[2024-08-26 14:20:42.706 +00:00] [INF] [1] Main: Log directory path: "/config/log" +[2024-08-26 14:20:42.706 +00:00] [INF] [1] Main: Config directory path: "/config/config" +[2024-08-26 14:20:42.706 +00:00] [INF] [1] Main: Cache path: "/cache" +[2024-08-26 14:20:42.706 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" +[2024-08-26 14:20:42.706 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" +[2024-08-26 14:20:43.166 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" +[2024-08-26 14:20:43.304 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies +[2024-08-26 14:20:43.599 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-26 14:20:43.600 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] +[2024-08-26 14:20:43.606 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-26 14:20:43.611 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.21.0.2"] +[2024-08-26 14:20:43.614 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] +[2024-08-26 14:20:43.618 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" +[2024-08-26 14:20:43.618 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] +[2024-08-26 14:20:46.943 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" +[2024-08-26 14:20:46.944 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" +[2024-08-26 14:20:46.945 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" +[2024-08-26 14:20:46.986 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" +[2024-08-26 14:20:46.987 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" +[2024-08-26 14:20:47.184 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" +[2024-08-26 14:20:48.450 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. +[2024-08-26 14:20:48.516 +00:00] [INF] [1] Emby.Server.Implementations.IO.LibraryMonitor: Skipping realtime monitor for "/media/赛文OV" because the path does not exist +[2024-08-26 14:20:48.517 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks +[2024-08-26 14:20:48.523 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/animedownloader" +[2024-08-26 14:20:48.551 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-27 03:00:00.000 +00:00, which is 12:39:11.4486812 from now. +[2024-08-26 14:20:48.560 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-27 02:00:00.000 +00:00, which is 11:39:11.4393263 from now. +[2024-08-26 14:20:48.679 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" +[2024-08-26 14:20:48.771 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] +[2024-08-26 14:20:48.799 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] +[2024-08-26 14:20:48.827 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] +[2024-08-26 14:20:48.981 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] +[2024-08-26 14:20:49.654 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" +[2024-08-26 14:20:49.655 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" +[2024-08-26 14:20:49.656 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete +[2024-08-26 14:20:49.656 +00:00] [INF] [1] Main: Startup complete 0:00:07.6664467 +[2024-08-26 14:20:51.670 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.Tasks.CleanupCollectionAndPlaylistPathsTask: Item in "AAA" cannot be found at "/media/赛文OV/【02OV】【01.Dark Side】.avi" +[2024-08-26 14:20:51.997 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds +[2024-08-26 14:20:55.451 +00:00] [INF] [16] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 3 seconds +[2024-08-26 14:28:13.512 +00:00] [INF] [26] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications +[2024-08-26 14:28:13.532 +00:00] [INF] [32] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery +[2024-08-26 14:28:13.547 +00:00] [INF] [32] Main: Running query planner optimizations in the database... This might take a while +[2024-08-26 14:28:13.624 +00:00] [INF] [35] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/animedownloader" +[2024-08-26 14:28:13.654 +00:00] [INF] [32] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" +[2024-08-26 14:28:13.655 +00:00] [INF] [32] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider" +[2024-08-26 14:28:13.655 +00:00] [INF] [32] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" +[2024-08-26 14:28:13.657 +00:00] [INF] [32] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" +[2024-08-26 14:28:48.348 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" +[2024-08-26 14:28:48.453 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_CONFIG_DIR, /config/config]"] +[2024-08-26 14:28:48.479 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] +[2024-08-26 14:28:48.481 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" +[2024-08-26 14:28:48.481 +00:00] [INF] [1] Main: Architecture: X64 +[2024-08-26 14:28:48.482 +00:00] [INF] [1] Main: 64-Bit Process: True +[2024-08-26 14:28:48.482 +00:00] [INF] [1] Main: User Interactive: True +[2024-08-26 14:28:48.482 +00:00] [INF] [1] Main: Processor count: 4 +[2024-08-26 14:28:48.482 +00:00] [INF] [1] Main: Program data path: "/config" +[2024-08-26 14:28:48.482 +00:00] [INF] [1] Main: Log directory path: "/config/log" +[2024-08-26 14:28:48.482 +00:00] [INF] [1] Main: Config directory path: "/config/config" +[2024-08-26 14:28:48.482 +00:00] [INF] [1] Main: Cache path: "/cache" +[2024-08-26 14:28:48.482 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" +[2024-08-26 14:28:48.482 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" +[2024-08-26 14:28:48.975 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" +[2024-08-26 14:28:49.136 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies +[2024-08-26 14:28:49.386 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-26 14:28:49.386 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] +[2024-08-26 14:28:49.387 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-26 14:28:49.389 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.21.0.2"] +[2024-08-26 14:28:49.390 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] +[2024-08-26 14:28:49.390 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" +[2024-08-26 14:28:49.391 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] +[2024-08-26 14:28:52.775 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" +[2024-08-26 14:28:52.779 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" +[2024-08-26 14:28:52.780 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" +[2024-08-26 14:28:52.819 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" +[2024-08-26 14:28:52.820 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" +[2024-08-26 14:28:53.052 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" +[2024-08-26 14:28:54.290 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. +[2024-08-26 14:28:54.354 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks +[2024-08-26 14:28:54.379 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/animedownloader" +[2024-08-26 14:28:54.387 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/赛文OV" +[2024-08-26 14:28:54.386 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-27 03:00:00.000 +00:00, which is 12:31:05.6134258 from now. +[2024-08-26 14:28:54.396 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-27 02:00:00.000 +00:00, which is 11:31:05.6040042 from now. +[2024-08-26 14:28:54.510 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" +[2024-08-26 14:28:54.605 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] +[2024-08-26 14:28:54.633 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] +[2024-08-26 14:28:54.661 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] +[2024-08-26 14:28:54.815 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] +[2024-08-26 14:28:55.592 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" +[2024-08-26 14:28:55.594 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" +[2024-08-26 14:28:55.594 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete +[2024-08-26 14:28:55.594 +00:00] [INF] [1] Main: Startup complete 0:00:07.8482868 +[2024-08-26 14:28:57.508 +00:00] [INF] [14] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds +[2024-08-26 14:29:01.571 +00:00] [ERR] [8] Emby.Server.Implementations.Updates.InstallationManager: An error occurred while accessing the plugin manifest: "https://repo.jellyfin.org/files/plugin/manifest.json" +System.Net.Http.HttpRequestException: No data available (repo.jellyfin.org:443) + ---> System.Net.Sockets.SocketException (61): No data available + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) + at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) + at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) + at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) + at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) + at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) + at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) + at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) + at System.Net.Http.Json.HttpClientJsonExtensions.g__Core|12_0[TValue,TJsonOptions](HttpClient client, Task`1 responseTask, Boolean usingResponseHeadersRead, CancellationTokenSource linkedCTS, Func`4 deserializeMethod, TJsonOptions jsonOptions, CancellationToken cancellationToken) + at Emby.Server.Implementations.Updates.InstallationManager.GetPackages(String manifestName, String manifest, Boolean filterIncompatible, CancellationToken cancellationToken) +[2024-08-26 14:29:01.593 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 4 seconds +[2024-08-26 14:31:44.000 +00:00] [INF] [29] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications +[2024-08-26 14:31:44.027 +00:00] [INF] [3] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery +[2024-08-26 14:31:44.052 +00:00] [INF] [3] Main: Running query planner optimizations in the database... This might take a while +[2024-08-26 14:31:44.106 +00:00] [INF] [3] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/赛文OV" +[2024-08-26 14:31:44.107 +00:00] [INF] [3] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/animedownloader" +[2024-08-26 14:31:44.125 +00:00] [INF] [3] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" +[2024-08-26 14:31:44.125 +00:00] [INF] [3] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider" +[2024-08-26 14:31:44.126 +00:00] [INF] [3] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" +[2024-08-26 14:31:44.127 +00:00] [INF] [3] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" +[2024-08-26 14:32:18.320 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" +[2024-08-26 14:32:18.404 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]"] +[2024-08-26 14:32:18.407 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] +[2024-08-26 14:32:18.416 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" +[2024-08-26 14:32:18.416 +00:00] [INF] [1] Main: Architecture: X64 +[2024-08-26 14:32:18.417 +00:00] [INF] [1] Main: 64-Bit Process: True +[2024-08-26 14:32:18.417 +00:00] [INF] [1] Main: User Interactive: True +[2024-08-26 14:32:18.418 +00:00] [INF] [1] Main: Processor count: 4 +[2024-08-26 14:32:18.418 +00:00] [INF] [1] Main: Program data path: "/config" +[2024-08-26 14:32:18.418 +00:00] [INF] [1] Main: Log directory path: "/config/log" +[2024-08-26 14:32:18.418 +00:00] [INF] [1] Main: Config directory path: "/config/config" +[2024-08-26 14:32:18.418 +00:00] [INF] [1] Main: Cache path: "/cache" +[2024-08-26 14:32:18.418 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" +[2024-08-26 14:32:18.418 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" +[2024-08-26 14:32:19.007 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" +[2024-08-26 14:32:19.185 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies +[2024-08-26 14:32:19.421 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-26 14:32:19.423 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] +[2024-08-26 14:32:19.424 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-26 14:32:19.427 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.21.0.2"] +[2024-08-26 14:32:19.430 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] +[2024-08-26 14:32:19.431 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" +[2024-08-26 14:32:19.432 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] +[2024-08-26 14:32:23.009 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" +[2024-08-26 14:32:23.012 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" +[2024-08-26 14:32:23.013 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" +[2024-08-26 14:32:23.055 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" +[2024-08-26 14:32:23.056 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" +[2024-08-26 14:32:23.259 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" +[2024-08-26 14:32:24.680 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. +[2024-08-26 14:32:24.814 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/animedownloader" +[2024-08-26 14:32:24.816 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks +[2024-08-26 14:32:24.822 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/赛文OV" +[2024-08-26 14:32:24.868 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-27 03:00:00.000 +00:00, which is 12:27:35.1313359 from now. +[2024-08-26 14:32:24.891 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-27 02:00:00.000 +00:00, which is 11:27:35.1085852 from now. +[2024-08-26 14:32:25.090 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" +[2024-08-26 14:32:25.210 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] +[2024-08-26 14:32:25.240 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] +[2024-08-26 14:32:25.272 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] +[2024-08-26 14:32:25.451 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] +[2024-08-26 14:32:26.968 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" +[2024-08-26 14:32:26.968 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" +[2024-08-26 14:32:26.968 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete +[2024-08-26 14:32:26.968 +00:00] [INF] [1] Main: Startup complete 0:00:09.391722 +[2024-08-26 14:32:27.999 +00:00] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds +[2024-08-26 14:32:31.796 +00:00] [INF] [18] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 3 seconds +[2024-08-26 14:47:40.578 +00:00] [INF] [20] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.164.100" request +[2024-08-26 14:47:49.105 +00:00] [WRN] [20] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.168.164.100" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake." +[2024-08-26 14:47:49.124 +00:00] [INF] [20] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.164.100" closed +[2024-08-26 15:08:28.518 +00:00] [INF] [82] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.164.100" request +[2024-08-26 15:08:30.531 +00:00] [INF] [82] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "wsq". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True +[2024-08-26 15:09:25.684 +00:00] [INF] [78] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.164.100" request +[2024-08-26 15:09:27.982 +00:00] [INF] [82] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.164.100" closed +[2024-08-26 15:10:04.214 +00:00] [INF] [76] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.9.9" playing "《星灵感应》第09集在线观看_高清全集无修_NT动漫". Stopped at "594270" ms +[2024-08-26 15:11:47.076 +00:00] [INF] [83] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "wsq". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True +[2024-08-26 15:13:16.547 +00:00] [INF] [14] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets. +[2024-08-26 15:13:30.585 +00:00] [ERR] [74] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Unexpected end of request content". URL "POST" "/Sessions/Playing/Progress". +[2024-08-26 15:13:30.748 +00:00] [INF] [85] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.164.100" closed +[2024-08-26 15:13:30.762 +00:00] [INF] [79] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.164.100" request +[2024-08-26 15:13:31.192 +00:00] [INF] [79] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.164.100" closed +[2024-08-26 15:34:58.856 +00:00] [ERR] [18] Microsoft.AspNetCore.Server.Kestrel: Unexpected exception in TimingPipeFlusher.FlushAsync. +System.Net.Sockets.SocketException (110): Connection timed out + at System.IO.Pipelines.Pipe.GetFlushAsyncResult() + at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.PipeWriterHelpers.ConcurrentPipeWriter.FlushAsyncAwaited(ValueTask`1 flushTask, CancellationToken cancellationToken) + at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.PipeWriterHelpers.TimingPipeFlusher.TimeFlushAsyncAwaited(ValueTask`1 pipeFlushTask, MinDataRate minRate, IHttpOutputAborter outputAborter, CancellationToken cancellationToken) diff --git a/portainer/data/docker_config/config.json b/portainer/data/docker_config/config.json index a167087..08781fd 100755 --- a/portainer/data/docker_config/config.json +++ b/portainer/data/docker_config/config.json @@ -1 +1 @@ -{"HttpHeaders":{"X-PortainerAgent-ManagerOperation":"1","X-PortainerAgent-PublicKey":"3059301306072a8648ce3d020106082a8648ce3d0301070342000409a6c98eea4c8b10d819bbba967dfe94fd395b80d71f35c26be7070ce9d4b3c76f211bd923af5be7ea0acfb367d12ef799091dbdb5a0395b4f074ba5291cdd0e","X-PortainerAgent-Signature":"jBroYpF97uWSPf4fGlswei3WqNwuJyebn4rIFjt6EXa4naT6vQ48BjxKfXp3/hVm+AuxIY0xIwjRQPw1XtHU3g"}} \ No newline at end of file +{"HttpHeaders":{"X-PortainerAgent-ManagerOperation":"1","X-PortainerAgent-PublicKey":"3059301306072a8648ce3d020106082a8648ce3d0301070342000409a6c98eea4c8b10d819bbba967dfe94fd395b80d71f35c26be7070ce9d4b3c76f211bd923af5be7ea0acfb367d12ef799091dbdb5a0395b4f074ba5291cdd0e","X-PortainerAgent-Signature":"vPsyhfdYk3XHl06FZQ2BWH/3VKGqbqljWDIWFI301x28vOye1hnNO1x4+IKvQkjpPAk3dTps5Tn8zyigzl6tXw"}} \ No newline at end of file diff --git a/portainer/data/portainer.db b/portainer/data/portainer.db index f7f7989..81214b9 100755 Binary files a/portainer/data/portainer.db and b/portainer/data/portainer.db differ diff --git a/qbittorrent/config/qBittorrent/logs/qbittorrent.log b/qbittorrent/config/qBittorrent/logs/qbittorrent.log index c08c9d1..d32e2b7 100644 --- a/qbittorrent/config/qBittorrent/logs/qbittorrent.log +++ b/qbittorrent/config/qBittorrent/logs/qbittorrent.log @@ -164,3 +164,134 @@ (N) 2024-08-26T10:52:43 - Web UI:正在监听 IP:*,端口:8080 (N) 2024-08-26T10:53:09 - WebAPI 登录成功。IP:::ffff:172.25.0.1 (I) 2024-08-26T11:02:59 - 检测到外部 IP。IP:“223.104.204.77” +(N) 2024-08-26T13:20:02 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-26T13:34:03 - 发起了 qBittorrent 终止操作 +(N) 2024-08-26T13:34:03 - qBittorrent 现在准备好退出了 +(N) 2024-08-26T13:34:08 - qBittorrent v4.6.6 已启动 +(N) 2024-08-26T13:34:08 - 使用配置目录:/config/qBittorrent +(N) 2024-08-26T13:34:08 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-26T13:34:08 - Peer ID:“-qB4660-” +(I) 2024-08-26T13:34:08 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-26T13:34:08 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-26T13:34:08 - 本地 Peer 发现支持:开 +(I) 2024-08-26T13:34:08 - Peer 交换(PeX)支持:开 +(I) 2024-08-26T13:34:08 - 匿名模式:关 +(I) 2024-08-26T13:34:08 - 加密支持:开 +(I) 2024-08-26T13:34:08 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-26T13:34:08 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-26T13:34:08 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” +(I) 2024-08-26T13:34:08 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” +(I) 2024-08-26T13:34:08 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-26T13:34:08 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(I) 2024-08-26T13:34:08 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-26T13:34:08 - 使用内置 WebUI +(N) 2024-08-26T13:34:08 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-26T13:34:08 - Web UI:正在监听 IP:*,端口:8080 +(N) 2024-08-26T13:34:09 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-26T13:34:38 - 发起了 qBittorrent 终止操作 +(N) 2024-08-26T13:34:38 - qBittorrent 现在准备好退出了 +(N) 2024-08-26T13:35:13 - qBittorrent v4.6.6 已启动 +(N) 2024-08-26T13:35:13 - 使用配置目录:/config/qBittorrent +(N) 2024-08-26T13:35:13 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-26T13:35:13 - Peer ID:“-qB4660-” +(I) 2024-08-26T13:35:13 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-26T13:35:13 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-26T13:35:13 - 本地 Peer 发现支持:开 +(I) 2024-08-26T13:35:13 - Peer 交换(PeX)支持:开 +(I) 2024-08-26T13:35:13 - 匿名模式:关 +(I) 2024-08-26T13:35:13 - 加密支持:开 +(I) 2024-08-26T13:35:13 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-26T13:35:13 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-26T13:35:13 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” +(I) 2024-08-26T13:35:13 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” +(I) 2024-08-26T13:35:13 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-26T13:35:13 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(I) 2024-08-26T13:35:13 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-26T13:35:13 - 使用内置 WebUI +(N) 2024-08-26T13:35:13 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-26T13:35:13 - Web UI:正在监听 IP:*,端口:8080 +(N) 2024-08-26T13:35:22 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(I) 2024-08-26T13:45:18 - 检测到外部 IP。IP:“223.104.204.77” +(N) 2024-08-26T14:11:44 - 发起了 qBittorrent 终止操作 +(N) 2024-08-26T14:11:44 - qBittorrent 现在准备好退出了 +(N) 2024-08-26T14:20:42 - qBittorrent v4.6.6 已启动 +(N) 2024-08-26T14:20:42 - 使用配置目录:/config/qBittorrent +(N) 2024-08-26T14:20:42 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-26T14:20:42 - Peer ID:“-qB4660-” +(I) 2024-08-26T14:20:42 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-26T14:20:42 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-26T14:20:42 - 本地 Peer 发现支持:开 +(I) 2024-08-26T14:20:42 - Peer 交换(PeX)支持:开 +(I) 2024-08-26T14:20:42 - 匿名模式:关 +(I) 2024-08-26T14:20:42 - 加密支持:开 +(I) 2024-08-26T14:20:42 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-26T14:20:42 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-26T14:20:42 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” +(I) 2024-08-26T14:20:42 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” +(I) 2024-08-26T14:20:42 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-26T14:20:42 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(I) 2024-08-26T14:20:42 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-26T14:20:42 - 使用内置 WebUI +(N) 2024-08-26T14:20:42 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-26T14:20:42 - Web UI:正在监听 IP:*,端口:8080 +(I) 2024-08-26T14:20:43 - 检测到外部 IP。IP:“223.104.202.229” +(N) 2024-08-26T14:21:11 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-26T14:28:13 - 发起了 qBittorrent 终止操作 +(N) 2024-08-26T14:28:13 - qBittorrent 现在准备好退出了 +(N) 2024-08-26T14:28:48 - qBittorrent v4.6.6 已启动 +(N) 2024-08-26T14:28:48 - 使用配置目录:/config/qBittorrent +(N) 2024-08-26T14:28:48 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-26T14:28:48 - Peer ID:“-qB4660-” +(I) 2024-08-26T14:28:48 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-26T14:28:48 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-26T14:28:48 - 本地 Peer 发现支持:开 +(I) 2024-08-26T14:28:48 - Peer 交换(PeX)支持:开 +(I) 2024-08-26T14:28:48 - 匿名模式:关 +(I) 2024-08-26T14:28:48 - 加密支持:开 +(I) 2024-08-26T14:28:48 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-26T14:28:48 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-26T14:28:48 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” +(I) 2024-08-26T14:28:48 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” +(I) 2024-08-26T14:28:48 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-26T14:28:48 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(I) 2024-08-26T14:28:48 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-26T14:28:48 - 使用内置 WebUI +(N) 2024-08-26T14:28:48 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-26T14:28:48 - Web UI:正在监听 IP:*,端口:8080 +(N) 2024-08-26T14:29:07 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-26T14:31:43 - 发起了 qBittorrent 终止操作 +(N) 2024-08-26T14:31:44 - qBittorrent 现在准备好退出了 +(N) 2024-08-26T14:32:18 - qBittorrent v4.6.6 已启动 +(N) 2024-08-26T14:32:18 - 使用配置目录:/config/qBittorrent +(N) 2024-08-26T14:32:18 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-26T14:32:18 - Peer ID:“-qB4660-” +(I) 2024-08-26T14:32:18 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-26T14:32:18 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-26T14:32:18 - 本地 Peer 发现支持:开 +(I) 2024-08-26T14:32:18 - Peer 交换(PeX)支持:开 +(I) 2024-08-26T14:32:18 - 匿名模式:关 +(I) 2024-08-26T14:32:18 - 加密支持:开 +(I) 2024-08-26T14:32:18 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-26T14:32:18 - 使用内置 WebUI +(N) 2024-08-26T14:32:18 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-26T14:32:18 - Web UI:正在监听 IP:*,端口:8080 +(I) 2024-08-26T14:32:18 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-26T14:32:18 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-26T14:32:18 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” +(I) 2024-08-26T14:32:18 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” +(I) 2024-08-26T14:32:18 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-26T14:32:18 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(I) 2024-08-26T14:32:19 - 检测到外部 IP。IP:“223.104.202.229” +(N) 2024-08-26T14:32:26 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-26T14:39:31 - WebAPI 登录成功。IP:::ffff:192.168.164.100 +(N) 2024-08-26T14:39:42 - 正在下载 Torrent,请稍等...来源:“https://al.chirmyram.com/d/doc/%E6%BC%AB%E7%94%BB/250%E9%83%A8%E7%83%AD%E6%92%AD%E6%BC%AB%E7%94%BB/%E8%9C%A1%E7%AC%94%E5%B0%8F%E6%96%B0/%E8%9C%A1%E7%AC%94%E5%B0%8F%E6%96%B048-50%E5%8D%B7/%5BComic%20%E8%A0%9F%E7%AD%86%E5%B0%8F%E6%96%B0%20%E8%87%BC%E4%BA%95%E5%84%80%E4%BA%BA%20%E6%9D%B1%E7%AB%8B%5D%20Vol_48.mobi” +(N) 2024-08-26T14:39:42 - 正在下载 Torrent,请稍等...来源:“https://al.chirmyram.com/d/doc/%E6%BC%AB%E7%94%BB/250%E9%83%A8%E7%83%AD%E6%92%AD%E6%BC%AB%E7%94%BB/%E8%9C%A1%E7%AC%94%E5%B0%8F%E6%96%B0/%E8%9C%A1%E7%AC%94%E5%B0%8F%E6%96%B048-50%E5%8D%B7/%5BComic%20%E8%A0%9F%E7%AD%86%E5%B0%8F%E6%96%B0%20%E8%87%BC%E4%BA%95%E5%84%80%E4%BA%BA%20%E6%9D%B1%E7%AB%8B%5D%20Vol_49.mobi” +(N) 2024-08-26T14:39:42 - 正在下载 Torrent,请稍等...来源:“https://al.chirmyram.com/d/doc/%E6%BC%AB%E7%94%BB/250%E9%83%A8%E7%83%AD%E6%92%AD%E6%BC%AB%E7%94%BB/%E8%9C%A1%E7%AC%94%E5%B0%8F%E6%96%B0/%E8%9C%A1%E7%AC%94%E5%B0%8F%E6%96%B048-50%E5%8D%B7/%5BComic%20%E8%A0%9F%E7%AD%86%E5%B0%8F%E6%96%B0%20%E8%87%BC%E4%BA%95%E5%84%80%E4%BA%BA%20%E6%9D%B1%E7%AB%8B%5D%20Vol_50.mobi” +(W) 2024-08-26T14:39:45 - 加载 Torrent 失败,原因:“expected value (list, dict, int or string) in bencoded string” +(W) 2024-08-26T14:40:11 - 加载 Torrent 失败,原因:“expected value (list, dict, int or string) in bencoded string” +(W) 2024-08-26T14:40:11 - 加载 Torrent 失败,原因:“expected value (list, dict, int or string) in bencoded string” +(N) 2024-08-26T14:40:11 - 正在下载 Torrent,请稍等...来源:“https://al.chirmyram.com/d/doc/%E6%BC%AB%E7%94%BB/250%E9%83%A8%E7%83%AD%E6%92%AD%E6%BC%AB%E7%94%BB/%E8%9C%A1%E7%AC%94%E5%B0%8F%E6%96%B0/%E8%9C%A1%E7%AC%94%E5%B0%8F%E6%96%B048-50%E5%8D%B7/%5BComic%20%E8%A0%9F%E7%AD%86%E5%B0%8F%E6%96%B0%20%E8%87%BC%E4%BA%95%E5%84%80%E4%BA%BA%20%E6%9D%B1%E7%AB%8B%5D%20Vol_48.mobi” +(W) 2024-08-26T14:40:12 - 加载 Torrent 失败,原因:“expected value (list, dict, int or string) in bencoded string” +(N) 2024-08-26T15:27:26 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(I) 2024-08-26T15:37:24 - 检测到外部 IP。IP:“223.104.204.93” +(N) 2024-08-26T16:05:56 - WebAPI 登录成功。IP:::ffff:172.25.0.1 diff --git a/qbittorrent/config/qBittorrent/qBittorrent-data.conf b/qbittorrent/config/qBittorrent/qBittorrent-data.conf index 5ac4cd2..a3b149f 100755 --- a/qbittorrent/config/qBittorrent/qBittorrent-data.conf +++ b/qbittorrent/config/qBittorrent/qBittorrent-data.conf @@ -1,2 +1,2 @@ [Stats] -AllStats=@Variant(\0\0\0\x1c\0\0\0\x2\0\0\0\x12\0\x41\0l\0l\0t\0i\0m\0\x65\0U\0L\0\0\0\x4\0\0\0\0\0g\xad\xa2\0\0\0\x12\0\x41\0l\0l\0t\0i\0m\0\x65\0\x44\0L\0\0\0\x4\0\0\0\0\no\xaa\x43) +AllStats=@Variant(\0\0\0\x1c\0\0\0\x2\0\0\0\x12\0\x41\0l\0l\0t\0i\0m\0\x65\0U\0L\0\0\0\x4\0\0\0\0\0h\xc6\x82\0\0\0\x12\0\x41\0l\0l\0t\0i\0m\0\x65\0\x44\0L\0\0\0\x4\0\0\0\0\np4\x83) diff --git a/qbittorrent/config/qBittorrent/qBittorrent.conf b/qbittorrent/config/qBittorrent/qBittorrent.conf index 2e946a4..ac9ac28 100644 --- a/qbittorrent/config/qBittorrent/qBittorrent.conf +++ b/qbittorrent/config/qBittorrent/qBittorrent.conf @@ -46,7 +46,6 @@ Downloads\TempPath=/downloads/incomplete/ General\Locale=zh_CN MailNotification\req_auth=true WebUI\Address=* -WebUI\AuthSubnetWhitelist=@Invalid() WebUI\HostHeaderValidation=false WebUI\Password_PBKDF2="@ByteArray(4t7Gt4vZX2GnbaXi+65mIA==:WKOkq8q+BjkyiccZexrAb7i9UvEMyj1ZeJL65ozgoEQuhD7vfldwlvQaZjH3w0WGrkJBv0A0tzDF2DjcgFpZ5g==)" WebUI\ServerDomains=*