DDS-Derek / xiaoya-alist

小雅Alist的相关周边
GNU General Public License v3.0
5.31k stars 770 forks source link

单独安装 emby 容器一直重启,并出现sqllitePCL 相关错误 #140

Closed tiomfree closed 4 months ago

tiomfree commented 4 months ago

x86, 执行脚本下载解压all/config文件后,再2-3 单独安装emby, 一直刷新下面日志,docker dashboard 能看到 emby 一直在restarting. 是否数据库问题?原来一键安装成功过,后来有部分媒体库手工做过删除,然后想重新安装emby,结果一直出错。

bash -c "$(curl --insecure -fsSL https://ddsrem.com/xiaoya_install.sh)"

Info Main: Shutdown complete [cont-finish.d] executing container finish scripts... [cont-finish.d] done. [s6-finish] waiting for services. [s6-finish] sending all processes the TERM signal. [s6-finish] sending all processes the KILL signal and exiting. Source: SQLitePCL.pretty TargetSite: SQLitePCL.pretty.IStatement PrepareStatement(System.String, System.ReadOnlySpan`1[System.Byte] ByRef)

Info NetworkManager: Detected local ip addresses: [{"IPAddress":"192.168.50.254","HasGateWayAddress":true,"PrefixLength":24,"IPv4Mask":"255.255.255.0"},{"IPAddress":"fdab:2c21:ac96::1","HasGateWayAddress":true,"PrefixLength":60},{"IPAddress":"172.17.0.1","HasGateWayAddress":false,"PrefixLength":16,"IPv4Mask":"255.255.0.0"},{"IPAddress":"172.28.0.1","HasGateWayAddress":false,"PrefixLength":16,"IPv4Mask":"255.255.0.0"},{"IPAddress":"127.0.0.1","HasGateWayAddress":false,"PrefixLength":8,"IPv4Mask":"255.0.0.0"}, Info Main: Shutdown complete [cont-finish.d] executing container finish scripts... [cont-finish.d] done. [s6-finish] waiting for services. [s6-finish] sending all processes the TERM signal. [s6-finish] sending all processes the KILL signal and exiting. Info App: Loading Emby.ActivityLog, Version=4.8.0.56, Culture=neutral, PublicKeyToken=null Info App: Loading Emby.Server.MediaEncoding, Version=4.8.0.56, Culture=neutral, PublicKeyToken=null Info App: Loading Emby.LocalMetadata, Version=4.8.0.56, Culture=neutral, PublicKeyToken=null Info App: Loading Emby.Notifications, Version=4.8.0.56, Culture=neutral, PublicKeyToken=null Info App: Loading Emby.Web.GenericUI, Version=4.8.0.56, Culture=neutral, PublicKeyToken=null Info App: Loading Emby.Codecs.Dxva, Version=4.8.0.56, Culture=neutral, PublicKeyToken=null Info App: Loading Emby.Codecs, Version=4.8.0.56, Culture=neutral, PublicKeyToken=null Info App: Loading Emby.Server.Connect, Version=4.8.0.56, Culture=neutral, PublicKeyToken=null Info App: Loading Emby.Server.Sync, Version=4.8.0.56, Culture=neutral, PublicKeyToken=null Info App: Loading EmbyServer, Version=4.8.0.56, Culture=neutral, PublicKeyToken=null at EmbyServer.HostedService.StartAsync(CancellationToken cancellationToken) Source: SQLitePCL.pretty TargetSite: SQLitePCL.pretty.IStatement PrepareStatement(System.String, System.ReadOnlySpan`1[System.Byte] ByRef)

tiomfree commented 4 months ago

需要清空config目录后再解压config,然后安装emby 回复正常。