Solved NFS3ERR_ACCES(-13) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228) +---- Thread: Solved NFS3ERR_ACCES(-13) (/showthread.php?tid=360255) |
NFS3ERR_ACCES(-13) - elmuziko - 2021-02-01 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)" 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 RE: NFS3ERR_ACCES(-13) - Karellen - 2021-02-01 You can check the error here... https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.4.0/com.ibm.zos.v2r4.idan400/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. RE: NFS3ERR_ACCES(-13) - elmuziko - 2021-02-02 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? RE: NFS3ERR_ACCES(-13) - Klojum - 2021-02-02 (2021-02-02, 13:28)elmuziko Wrote: ERROR: SQL: [MyVideos116] Undefined MySQL error: Code (1406). Could be that you need to do a quickfix on your database. See https://github.com/xbmc/xbmc/issues/15768#issuecomment-757934386 I may be just brainfarting here, without a full debug log it's hard to tell. RE: NFS3ERR_ACCES(-13) - elmuziko - 2021-02-02 (2021-02-02, 15:41)Klojum Wrote:(2021-02-02, 13:28)elmuziko Wrote: ERROR: SQL: [MyVideos116] Undefined MySQL error: Code (1406). 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, NFS3ERR_ACCES(-13) - Klojum - 2021-02-02 Thread marked solved. |