Issue cannot access addons
#1
Hi I have linux mint installed and am running Kodi Jarvis.
But currently when I navigate to addons i get the message "could not connect to repository"

After checking the log i get the following message:
Code:
rl></details>
19:32:26 T:140303061542656   DEBUG: scraper: ParseTMDBTitle returned <details><title>Lady and the Tramp</title></details>
19:32:26 T:140303061542656   DEBUG: scraper: GetIMDBRatingById returned <details><url cache="tt0048280-main.html" function="ParseIMDBRating">http://akas.imdb.com/title/tt0048280/|accept-language=en-us</url></details>
19:32:26 T:140303061542656   DEBUG: CurlFile::Open(0x7f9ac86fb050) http://akas.imdb.com/title/tt0048280/
19:32:27 T:140303069935360   DEBUG: Thread FileCache start, auto delete: false
19:32:27 T:140303069935360    INFO: CFileCache::Process - Hit eof.
19:32:27 T:140303069935360   DEBUG: Thread FileCache 140303069935360 terminating
19:32:27 T:140303034795776   DEBUG: CurlFile::Open(0x7f9ad88cb460) http://mirrors.kodi.tv/addons/jarvis/addons.xml.gz
19:32:28 T:140303034795776   ERROR: CCurlFile::FillBuffer - Failed: Couldn't connect to server(7)
19:32:28 T:140303034795776   DEBUG: CCurlFile::Open - effective URL: <http://mirror.ufs.ac.za/xbmc/addons/jarvis/addons.xml.gz>
19:32:28 T:140303034795776   DEBUG: CRepository 'http://mirrors.kodi.tv/addons/jarvis/addons.xml.gz' is gzip. decompressing
19:32:28 T:140303034795776   ERROR: CRepository: Failed to parse addons.xml. Malformated.
19:32:28 T:140303034795776   ERROR: CRepositoryUpdateJob[repository.xbmc.org] failed to read or parse directory 'http://mirrors.kodi.tv/addons/jarvis/addons.xml.gz'
19:32:28 T:140303034795776   DEBUG: CRepositoryUpdater: done.
19:32:28 T:140303053149952   DEBUG: Thread Timer 140303053149952 terminating
19:32:28 T:140303034795776   DEBUG: CRepositoryUpdater: previous update at 05/23/2016 7:32:28 PM, next at 05/24/2016 7:32:28 PM
19:32:28 T:140303053149952   DEBUG: Thread Timer start, auto delete: false
19:32:28 T:140303897004032   DEBUG: CGUIMediaWindow::GetDirectory ()

I do have internet access on the machine all my scrappers are working correctly.
I also have a windows machine with Kodi on it and it works successfully.

Below are some curl results:
Code:
curl -v http://mirrors.kodi.tv/addons/jarvis/addons.xml.gz
* Hostname was NOT found in DNS cache
*   Trying 89.16.176.16...
* Connected to mirrors.kodi.tv (89.16.176.16) port 80 (#0)
> GET /addons/jarvis/addons.xml.gz HTTP/1.1
> User-Agent: curl/7.35.0
> Host: mirrors.kodi.tv
> Accept: */*
>
< HTTP/1.1 302 Found
* Server nginx is not blacklisted
< Server: nginx
< Date: Mon, 23 May 2016 10:00:29 GMT
< Content-Type: text/html; charset=utf-8
< Content-Length: 79
< Connection: close
< Cache-Control: private, no-cache
< Location: http://mirror.ufs.ac.za/xbmc/addons/jarvis/addons.xml.gz
< X-Frame-Options: SAMEORIGIN
<
<a href="http://mirror.ufs.ac.za/xbmc/addons/jarvis/addons.xml.gz">Found</a>.

* Closing connection 0
linux ~/.kodi/temp $ curl -v http://mirror.ufs.ac.za/xbmc/addons/jarvis/addons.xml.gz
* Hostname was NOT found in DNS cache
*   Trying 146.182.9.30...
*   Trying 2001:4200:5000:fffd::6...
* connect to 2001:4200:5000:fffd::6 port 80 failed: Network is unreachable
* Failed to connect to mirror.ufs.ac.za port 80: Network is unreachable
* Closing connection 0
curl: (7) Failed to connect to mirror.ufs.ac.za port 80: Network is unreachable

Any ideas how to fix this?
Reply

Logout Mark Read Team Forum Stats Members Help
Issue cannot access addons0