Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

弹幕保存路径问题 #60

Open
wx2020 opened this issue Oct 25, 2024 · 1 comment
Open

弹幕保存路径问题 #60

wx2020 opened this issue Oct 25, 2024 · 1 comment

Comments

@wx2020
Copy link

wx2020 commented Oct 25, 2024

请问所有弹幕是保存到本地的吗?我在触发扫描任务后发现日志有报错:

[2024-10-25 12:52:56.617 +00:00] [INF] [96] Jellyfin.Plugin.Danmu.LibraryManagerEventsHelper: 更新epid到元数据完成。item数:20
[2024-10-25 12:52:56.617 +00:00] [INF] [96] Jellyfin.Plugin.Danmu.LibraryManagerEventsHelper: ["bilibili"]匹配失败:"爱情公寓" (2014)
[2024-10-25 12:52:56.617 +00:00] [INF] [96] Jellyfin.Plugin.Danmu.LibraryManagerEventsHelper: ["弹弹play"]匹配失败:"爱情公寓" (2014)
[2024-10-25 12:52:56.617 +00:00] [INF] [96] Jellyfin.Plugin.Danmu.LibraryManagerEventsHelper: ["优酷"]匹配失败:"爱情公寓" (2014)
[2024-10-25 12:52:58.426 +00:00] [INF] [157] Jellyfin.Plugin.Danmu.LibraryManagerEventsHelper: ["爱奇艺"]匹配成功:name="爱情公寓" season_number=4 ProviderId: "19rrgzy5ls"
[2024-10-25 12:52:58.433 +00:00] [INF] [157] Jellyfin.Plugin.Danmu.LibraryManagerEventsHelper: 更新epid到元数据完成。item数:1
[2024-10-25 12:52:58.436 +00:00] [INF] [157] Jellyfin.Plugin.Danmu.LibraryManagerEventsHelper: ["爱奇艺"]成功匹配. 1."真相只有一个" -> epId: "19rrgzy5ls" cid: "221865100"
[2024-10-25 12:53:00.822 +00:00] [ERR] [96] Jellyfin.Plugin.Danmu.LibraryManagerEventsHelper: ["爱奇艺"]Exception handled download danmu file. name="真相只有一个"
System.IO.IOException: Read-only file system : '/data/tv_series/Ipartment.2014.S04.Complete.1080p.WEB-DL.H264.AAC-TJUPT/Ipartment.2014.S04E01.1080p.WEB-DL.H264.AAC-TJUPT.xml'
   at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
   at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
   at System.IO.File.<WriteAllBytesAsync>g__Core|92_0(String path, Byte[] bytes, CancellationToken cancellationToken)
   at Jellyfin.Plugin.Danmu.LibraryManagerEventsHelper.SaveDanmu(BaseItem item, Byte[] bytes)
   at Jellyfin.Plugin.Danmu.LibraryManagerEventsHelper.DownloadDanmu(AbstractScraper scraper, BaseItem item, String commentId, Boolean ignoreCheck)

因为我挂载docker磁盘的方式是只读,所以会报错,对插件的行为有疑问,所以咨询一下

@cxfksword
Copy link
Owner

是保存本地

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants