Kodi Community Forum

Full Version: (Solved) linux mint 19 new install cant scrap library. no internet
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all
i just created a new HTPC and tried to setup kodi. all my video files are on a nat device.  for whatever reason i can not get any videos to scrape except one that had an nfo file. when it updates the library it says can not remote access server. any tips? here is the crash report.

https://paste.kodi.tv/tirayogazo.kodi
Might be worth noting I have a hardline in for the internet and a wireless connection to the network with the NAS which is not connected to the internet. But  even when I hook the modem up to the storage network it will not work.
Code:
10:05:10.726 T:139682888251136 ERROR: CCurlFile::Open failed with code 403 for https://api.tmdb.org/3/search/movie?api_key=6889f6089877fd092454d00edb44a84d&query=25th%20Hour&year=2002&language=en

Error 403 is 'forbidden'.  Means the remote server understood the request but wouldn't complete it for whatever reason.  Probably your addons need updating as the api key may be out of date.
I solved it. I installed Kodi through the software center originally which appears not current so from here i followed the uninstall instructions and install instructions as follows:

UNINSTALL
sudo apt-get update
sudo apt-get remove kodi*
sudo apt-get purge kodi*
rm -r ~/.kodi/

INSTALL

sudo add-apt-repository ppa:team-xbmc/xbmc-nightly
sudo apt-get update
sudo apt-get install kodi


Solved the problems