You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just upgraded kodi to version 19 and 4.0.0 of vfs.rar, I was previously using version 2.3.1 of vfs.rar with Leia. I went through the build procedure in linux which went fine, installed the addon, and I'm experiencing the below error in the log. There's no overlay's in kodi that are indicative of any problems, but it's not able to finish scanning the files in question to my library.
2021-05-14 04:15:00.938 T:128603 DEBUG <general>: CNFSFile::Open - opened mnt/data/movies/some.awesome.title/package.rar
2021-05-14 04:15:00.940 T:128603 DEBUG <general>: AddOnLog: vfs.rar: CRARControl::ArchiveList: List file from nfs://192.168.1.1/mnt/data/movies/some.awesome.title/package.rar: some.awesome.title.mkv (encrypted: no)
2021-05-14 04:15:00.940 T:128603 DEBUG <general>: CNFSFile::Close closing file mnt/data/movies/some.awesome.title/package.rar
...
2021-05-14 04:15:03.808 T:128603 DEBUG <general>: CNFSFile::Open - opened mnt/data/movies/some.awesome.title/package.r69
2021-05-14 04:15:03.840 T:128603 DEBUG <general>: AddOnLog: vfs.rar: CRARControl::VolumeChange: Next volume is nfs://192.168.1.1/mnt/data/movies/some.awesome.title/package.r69
2021-05-14 04:15:03.840 T:128603 DEBUG <general>: CNFSFile::Close closing file mnt/data/movies/some.awesome.title/package.r69
2021-05-14 04:15:03.842 T:128603 ERROR <general>: Failed to open(//movies/some.awesome.title/package.rar) opendir call failed with "NFS: READDIRPLUS of /movies/some.awesome.title/package.rar failed with NFS3ERR_NOTDIR(-20)"
2021-05-14 04:15:03.842 T:128603 ERROR <general>: GetDirectory - Error getting nfs://192.168.1.1/mnt/data/movies/some.awesome.title/package.rar
If you look at the second to last line:
open(//movies/some.awesome.title/package.rar)
Something is clearly not propagating the entire path for NFS mounts correctly (//movies/), and for whatever reason it didn't seem to have a issue opening it earlier in the process..
The text was updated successfully, but these errors were encountered:
I just upgraded kodi to version 19 and 4.0.0 of vfs.rar, I was previously using version 2.3.1 of vfs.rar with Leia. I went through the build procedure in linux which went fine, installed the addon, and I'm experiencing the below error in the log. There's no overlay's in kodi that are indicative of any problems, but it's not able to finish scanning the files in question to my library.
If you look at the second to last line:
open(//movies/some.awesome.title/package.rar)
Something is clearly not propagating the entire path for NFS mounts correctly (//movies/), and for whatever reason it didn't seem to have a issue opening it earlier in the process..
The text was updated successfully, but these errors were encountered: