Kodi Community Forum
ERROR: Could not read addon description of plugin - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Picture Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=150)
+---- Thread: ERROR: Could not read addon description of plugin (/showthread.php?tid=165748)



ERROR: Could not read addon description of plugin - iapyeh - 2013-05-26

Hi

I am working on an image plugin on Eden, all the day I failed to install the plugin.

The xbmc.log read:
ERROR: Could not read addon description of plugin.image.coviewer

any kindly advice?

The source is here:
http://coviewer-xbmc-plugin.googlecode.com/svn/trunk/

I sniffed the tcp connection, the xbmc did retrieve the files but it keeps to complain about the description.

Thanks in advance.


RE: ERROR: Could not read addon description of plugin - ronie - 2013-05-26

extension point="xbmc.python.pluginscript" is not valid.

for plugins, use "xbmc.python.pluginsource"
for scripts: "xbmc.python.script"


RE: ERROR: Could not read addon description of plugin - iapyeh - 2013-05-26

Wonderful, it works.

Dear Ronie, thank you very much! Orz


ERROR: Could not read addon description of scraper - jeyakumar028 - 2013-12-18

Hi, I am trying to write my own scraper. When I try to install as zip file in xbmc it says the addon installation failed. Then i check from the logs it says "ERROR: Could not read addon description of metadata.jeya.com.sg". Is there any problem with the below addon? pls help

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="metadata.Jeya.com.sg"
name="Jeyamovies"
version="1.0.0"
provider-name="CIVICA">
<requires>
<import addon="xbmc.metadata" version="1.0"/>
</requires>
<extension point="xbmc.metadata.scraper.movies"
language="en"
library="Jeyamovies.xml"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">Jeya.com.sg Movie Scraper</summary>
<description lang="en">This is from CIVICA: sportshubtest.Jeya.com.sg</description>
<platform>all</platform>
</extension>
</addon>


RE: ERROR: Could not read addon description of plugin - ysilvela - 2015-01-15

Me too