ERROR: Could not read addon description of plugin
#1
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.
Reply
#2
extension point="xbmc.python.pluginscript" is not valid.

for plugins, use "xbmc.python.pluginsource"
for scripts: "xbmc.python.script"
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
Wonderful, it works.

Dear Ronie, thank you very much! Orz
Reply
#4
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>
Reply
#5
Me too
Reply

Logout Mark Read Team Forum Stats Members Help
ERROR: Could not read addon description of plugin1