XBOX TVDB / Movie Database or any Info Provider not working - 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: Xbox (https://forum.kodi.tv/forumdisplay.php?fid=282) +---- Thread: XBOX TVDB / Movie Database or any Info Provider not working (/showthread.php?tid=366051) |
TVDB / Movie Database or any Info Provider not working - JK_77 - 2021-12-19 Hello! I have Kodi 19.3 installed in my Xbox One S and can't scan movies or tv shows into my library It scans for new content, I can see the titles in that part, but when it finishes nothing changes 0 Movies and only 3 Series got into the library Any ideas about this? Thanks guys!! TVDB / Movie Database or any Info Prover not working - Karellen - 2021-12-19 To receive meaningful assistance you will need to provide a full debug log. The instructions are here... debug log (wiki) If you are using the Basic Method, then ensure the following is applied... 1.Enable debugging in Settings>System Settings>Logging, 2.Restart Kodi 3.Replicate the problem. 4.Upload the log to Kodi Paste Site manually or use the Kodi Logfile Uploader. (wiki) With either method post the link to the log back here. If you are using the Advanced Method ensure you have correctly created and applied the advancedsettings.xml file (wiki) In both instances, you should see the word DEBUG throughout the log. Note: Full logs only. No partial or redacted logs Do NOT post your logs directly into the forum. Use the Kodi Paste Site. Post the link to your pasted log in the forum RE: TVDB / Movie Database or any Info Provider not working - JK_77 - 2021-12-19 "Kodi Logfile Uploader Error" I guess I can't provide my log Is there any way to add new items to the library without using the add-ons? RE: TVDB / Movie Database or any Info Prover not working - Karellen - 2021-12-19 (2021-12-19, 06:10)JK_77 Wrote: Is there any way to add new items to the library without using the add-ons?No Did you read the announcement at the top of the Xbox forum? It has a fix for the addon problem. RE: TVDB / Movie Database or any Info Prover not working - JK_77 - 2021-12-19 That fix isn't working for me I deleted Kodi and then re-installed it, I can install from zip, install add-ons, etc, but after I restart can't do that again It's kinda weird RE: TVDB / Movie Database or any Info Prover not working - JK_77 - 2021-12-19 Finally the xbox uploaded the log I reinstalled kodi, then applied MJH fix, scanned some files and worked, I turned off the xbox, an hour later tried to scan some new files and I keep getting "TMDb TV Shows error" RE: TVDB / Movie Database or any Info Prover not working - Karellen - 2021-12-19 (2021-12-19, 11:39)JK_77 Wrote: Finally the xbox uploaded the logThanks. Looking at line 241 of the log, the error message is <class 'OSError'> [Errno 28] No space left on device So it seems you have run out of storage space on the device. How big is your library? How much storage space do you have on the Xbox (I've never had one, so I have no idea). Can you easily check available space? @pkscout do you see any problems? RE: TVDB / Movie Database or any Info Prover not working - JK_77 - 2021-12-19 Don't know the size of the library, but I have 400Gb available in the xbox, that shouldn't be a problem… I guess RE: TVDB / Movie Database or any Info Prover not working - pkscout - 2021-12-19 The no space left on device is definitely causing the crash. TMDb TV Shows uses the standard Kodi virtual file system libraries for reading and writing files, so they are reporting no space. I did notice that the media files are are a removable drive labeled "D" and the drive that is reporting out of space is "U" (which appears to be some kind of user space on the XBOX). That appears to be where Kodi is putting all it's temp and userdata files, so "U" is the drive that needs to be checked. Also (unrelated), the first item it tried to scan was Blood of Zeus (2021). That found nothing because the year for Blood of Zeus is 2020 according to The Movie Database. If the year is included in the TV show name, it has to be the right one or you will get no results. RE: TVDB / Movie Database or any Info Prover not working - JK_77 - 2021-12-20 (2021-12-19, 17:36)pkscout Wrote: The no space left on device is definitely causing the crash. TMDb TV Shows uses the standard Kodi virtual file system libraries for reading and writing files, so they are reporting no space. I did notice that the media files are are a removable drive labeled "D" and the drive that is reporting out of space is "U" (which appears to be some kind of user space on the XBOX). That appears to be where Kodi is putting all it's temp and userdata files, so "U" is the drive that needs to be checked. Thanks, you found the problem, I tried to scan an even larger folder and I got the same error after many files scanned, I thought that something around 500 files shouldn't be a problem… The only thing I can think of is… Can the library be saved to that external drive? |