Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
Solved NFS3ERR_ACCES(-13)
#1
Evening all, 

Despite running Kodi for a couple of years in this configuration, I've only just noticed a TV show is missing. And attempts to add it fail. I can watch the episodes using Files..., but it's not adding as a show. 
In my log/debug log I get this.

2021-02-01 12:34:59.997 T:12348   ERROR: Failed to open(//Animation/The Simpsons/) opendir call failed with "NFS: READDIRPLUS of /Animation/The Simpsons failed with NFS3ERR_ACCES(-13)"
2021-02-01 12:34:59.997 T:12348   ERROR: XFILE::CDirectory::GetDirectory - Error getting nfs://192.168.0.190/volume1/TV/Animation/The Simpsons/
2021-02-01 12:35:00.000 T:12348   ERROR: Failed to open(//Animation/The Simpsons/) opendir call failed with "NFS: READDIRPLUS of /Animation/The Simpsons failed with NFS3ERR_ACCES(-13)"
2021-02-01 12:35:00.000 T:12348   ERROR: XFILE::CDirectory::GetDirectory - Error getting nfs://192.168.0.190/volume1/TV/Animation/The Simpsons/
2021-02-01 12:35:00.003 T:12348   ERROR: Failed to open(//Animation/The Simpsons/) opendir call failed with "NFS: READDIRPLUS of /Animation/The Simpsons failed with NFS3ERR_ACCES(-13)"
2021-02-01 12:35:00.003 T:12348   ERROR: XFILE::CDirectory::GetDirectory - Error getting nfs://192.168.0.190/volume1/TV/Animation/The Simpsons/
2021-02-01 12:35:00.005 T:12348   ERROR: Failed to open(//Animation/The Simpsons/) opendir call failed with "NFS: READDIRPLUS of /Animation/The Simpsons failed with NFS3ERR_ACCES(-13)"
2021-02-01 12:35:00.005 T:12348   ERROR: XFILE::CDirectory::GetDirectory - Error getting nfs://192.168.0.190/volume1/TV/Animation/The Simpsons/


The 'Animation' folder also contains 3 other shows, all of which work fine. When I had a look at the folder permissions from WINSCP level, I can confirm they're all the same. Same owner, same Rights.

Any ideas?

Thanks
Reply
#2
You can check the error here... https://www.ibm.com/support/knowledgecen...0/reco.htm

Check the permissons on the folder.

Try moving it out of the TV Animation folder, then back. It might inherit the correct permissions when copied back.
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#3
Hi Karellen

Thank you very much for your response.

So far I've tried removing it from Animations and back out again. Didn't work. So I moved it to a different computer and added the show to SickRAGE again. Now I have a new error (as well as it still not working):

ERROR: SQL: [MyVideos116] Undefined MySQL error: Code (1406).
StackOverFlow suggests the query is too long. 
Is there anything I can do to fix this? 31 seasons n all, this is a biggy!

I've also noticed, that despite being removed and my library cleaned, in Files... the folder still has a tick against it leading me to believe that when removed it's leaving traces of itself in the database. 
Is there a command we know of that totally purges every instance of The Simpsons from MyVideos?
Reply
#4
(2021-02-02, 13:28)elmuziko Wrote: ERROR: SQL: [MyVideos116] Undefined MySQL error: Code (1406).
StackOverFlow suggests the query is too long. 
Is there anything I can do to fix this? 31 seasons n all, this is a biggy!

Could be that you need to do a quickfix on your database.
See https://github.com/xbmc/xbmc/issues/1576...-757934386

I may be just brainfarting here, without a full debug log it's hard to tell.
Reply
#5
(2021-02-02, 15:41)Klojum Wrote:
(2021-02-02, 13:28)elmuziko Wrote: ERROR: SQL: [MyVideos116] Undefined MySQL error: Code (1406).
StackOverFlow suggests the query is too long. 
Is there anything I can do to fix this? 31 seasons n all, this is a biggy!

Could be that you need to do a quickfix on your database.
See https://github.com/xbmc/xbmc/issues/1576...-757934386

I may be just brainfarting here, without a full debug log it's hard to tell.


ALTER TABLE MyVideos116.tvshow MODIFY COLUMN c06 mediumtext DEFAULT NULL NULL

Worked a treat. Had to do a refresh on The Simpsons, started working again.

Thank you both for your quick help. Really appreciate it,
Reply
#6
Thread marked solved.
Reply

Logout Mark Read Team Forum Stats Members Help
NFS3ERR_ACCES(-13)0