andrewzhang 1 Posted July 6, 2024 Posted July 6, 2024 (edited) hi, I'm new here and emby is an awsome App, thanks for all you guys. I got an emby server on my openwrt router through docker, add a local Rclone webdav mount as media library. it works fine at first few minutes, but it will crush when finish scaning media library and downloading nfo files. once it crush , I can't even open my file management addons to open the /mnt directory ,it will warning “readdir failed: lstat /mnt/mmc1-4/rclone: transport endpoint is not connected”. I think the Rclone is also crush, and I don't know why, I guess it should be something with write permission, when Emby download and write nfo files to online drives, I have tried to make Rclone mount --read only, and set Emby not to save nfo files to the media directory, both not worked. I have no idea what should do to fix this, is there any hint? thanks a lot. here's some of my recent log: 2024-07-07 00:59:04.518 Error ProviderManager: StudiosImageProvider failed in GetImageInfos for type Studio *** Error Report *** Version: 4.8.8.0 Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3 Operating system: Linux version 5.10.201 (build@buildserver) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 11.2.0 2023071019) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Framework: .NET 6.0.25 OS/Process: arm64/arm64 Runtime: system/System.Private.CoreLib.dll Processor count: 4 Data path: /config Application path: /system MediaBrowser.Model.Net.HttpException: MediaBrowser.Model.Net.HttpException: Cancelling connection to https://raw.github.com/MediaBrowser/MediaBrowser.Resources/master/images/imagesbyname/studiothumbs.txt due to a previous timeout. at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod) at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod) at StudioImages.StudiosImageProvider.GetImages(BaseItem item, Boolean posters, Boolean thumbs, CancellationToken cancellationToken) at Emby.Providers.Manager.ProviderManager.GetImages(RemoteImageFetchOptions options, CancellationToken cancellationToken, IRemoteImageProvider provider, Int32 providerIndex) Source: Emby.Server.Implementations TargetSite: Void MoveNext() 2024-07-07 00:59:04.586 Info HttpClient: GET https://raw.github.com/MediaBrowser/MediaBrowser.Resources/master/images/imagesbyname/studiothumbs.txt 2024-07-07 00:59:04.594 Error ProviderManager: StudiosImageProvider failed in GetImageInfos for type Studio *** Error Report *** Version: 4.8.8.0 Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3 Operating system: Linux version 5.10.201 (build@buildserver) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 11.2.0 2023071019) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Framework: .NET 6.0.25 OS/Process: arm64/arm64 Runtime: system/System.Private.CoreLib.dll Processor count: 4 Data path: /config Application path: /system MediaBrowser.Model.Net.HttpException: MediaBrowser.Model.Net.HttpException: Cancelling connection to https://raw.github.com/MediaBrowser/MediaBrowser.Resources/master/images/imagesbyname/studiothumbs.txt due to a previous timeout. at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod) at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod) at StudioImages.StudiosImageProvider.GetImages(BaseItem item, Boolean posters, Boolean thumbs, CancellationToken cancellationToken) at Emby.Providers.Manager.ProviderManager.GetImages(RemoteImageFetchOptions options, CancellationToken cancellationToken, IRemoteImageProvider provider, Int32 providerIndex) Source: Emby.Server.Implementations TargetSite: Void MoveNext() 2024-07-07 00:59:04.663 Info HttpClient: GET https://raw.github.com/MediaBrowser/MediaBrowser.Resources/master/images/imagesbyname/studiothumbs.txt 2024-07-07 00:59:04.670 Error ProviderManager: StudiosImageProvider failed in GetImageInfos for type Studio *** Error Report *** Version: 4.8.8.0 Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3 Operating system: Linux version 5.10.201 (build@buildserver) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 11.2.0 2023071019) 11.2.0, GNU ld (GNU Binutils) 2.37) #0 SMP Framework: .NET 6.0.25 OS/Process: arm64/arm64 Runtime: system/System.Private.CoreLib.dll Processor count: 4 Data path: /config Application path: /system MediaBrowser.Model.Net.HttpException: MediaBrowser.Model.Net.HttpException: Cancelling connection to https://raw.github.com/MediaBrowser/MediaBrowser.Resources/master/images/imagesbyname/studiothumbs.txt due to a previous timeout. at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod) at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod) at StudioImages.StudiosImageProvider.GetImages(BaseItem item, Boolean posters, Boolean thumbs, CancellationToken cancellationToken) at Emby.Providers.Manager.ProviderManager.GetImages(RemoteImageFetchOptions options, CancellationToken cancellationToken, IRemoteImageProvider provider, Int32 providerIndex) Source: Emby.Server.Implementations TargetSite: Void MoveNext() - embyserver.txt 1936/1936 100% and all my log is attached if needed. embyserver.txt Edited July 6, 2024 by andrewzhang
Solution andrewzhang 1 Posted July 25, 2024 Author Solution Posted July 25, 2024 Thanks for replying! Yes! I noticed it was the problem of my SD card, my Openwrt was installed on a SD card, and it is broke and can’t be written. I just buy a new one and it is solved now! thanks for your guys! 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now