• 1
  • 2
  • 3(current)
  • 4
  • 5
  • 10
[RELEASE] PodCatching Addon
#31
paste your xbmc.log (find in temp dir next to your userdir)
Reply
#32
my fault I was looking in C:\program files\.... not c:\USER\app data\

Now I get a script failed error.
Reply
#33
post your xbmc.log, there you have a detailed "error-message"
Reply
#34
I believe this is the part you are looking for:

11:05:00 T:632 M:160645120 NOTICE: -->Python Interpreter Initialized<--
11:05:01 T:632 M:157073408 NOTICE: get_params() argv=
11:05:01 T:632 M:157069312 NOTICE: ['plugin://plugin.audio.podcatcher/', '0', '']
11:05:01 T:632 M:157052928 NOTICE: [PodCatcher]: special://profile/addon_data/plugin.audio.podcatcher/opml.xml
11:05:01 T:632 M:153956352 NOTICE: [PodCatcher]: Path:
11:05:01 T:632 M:153956352 NOTICE: [PodCatcher]: Action: browse
11:05:01 T:632 M:153956352 ERROR: Error Type: exceptions.AttributeError
11:05:01 T:632 M:153956352 ERROR: Error Contents: OpmlFile instance has no attribute 'opmlFolder'
11:05:01 T:632 M:153935872 ERROR: Traceback (most recent call last):
File "C:\Users\username\AppData\Roaming\XBMC\addons\plugin.audio.podcatcher\default.py", line 105, in ?
opmlFile.displayMenu(path);
File "C:\Users\username\AppData\Roaming\XBMC\addons\plugin.audio.podcatcher\feedreader\opml.py", line 111, in displayMenu
self.opmlFolder.displayMenu(path);
AttributeError: OpmlFile instance has no attribute 'opmlFolder'
11:05:01 T:3136 M:155365376 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.audio.podcatcher/
11:05:01 T:3136 M:155365376 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.podcatcher/) failed
11:05:09 T:340 M:153825280 NOTICE: -->Python Interpreter Initialized<--
11:05:09 T:340 M:153198592 NOTICE: get_params() argv=
11:05:09 T:340 M:153198592 NOTICE: ['plugin://plugin.audio.podcatcher/', '0', '']
11:05:09 T:340 M:153194496 NOTICE: [PodCatcher]: special://profile/addon_data/plugin.audio.podcatcher/opml.xml
11:05:09 T:340 M:151064576 NOTICE: [PodCatcher]: Path:
11:05:09 T:340 M:151064576 NOTICE: [PodCatcher]: Action: browse
11:05:09 T:340 M:151064576 ERROR: Error Type: exceptions.AttributeError
11:05:09 T:340 M:151064576 ERROR: Error Contents: OpmlFile instance has no attribute 'opmlFolder'
11:05:09 T:340 M:151048192 ERROR: Traceback (most recent call last):
File "C:\Users\username\AppData\Roaming\XBMC\addons\plugin.audio.podcatcher\default.py", line 105, in ?
opmlFile.displayMenu(path);
File "C:\Users\username\AppData\Roaming\XBMC\addons\plugin.audio.podcatcher\feedreader\opml.py", line 111, in displayMenu
self.opmlFolder.displayMenu(path);
AttributeError: OpmlFile instance has no attribute 'opmlFolder'
11:05:09 T:3136 M:151085056 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.audio.podcatcher/
11:05:09 T:3136 M:151085056 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.podcatcher/) failed
11:05:14 T:3136 M:152367104 NOTICE: Storing total System Uptime
11:05:14 T:3136 M:152367104 NOTICE: Saving settings
11:05:14 T:3136 M:157589504 NOTICE: stop all
11:05:14 T:3136 M:157589504 NOTICE: ES: Stopping event server
11:05:14 T:3868 M:157687808 NOTICE: ES: UDP Event server stopped
11:05:14 T:3136 M:157724672 NOTICE: stop sap announcement listener
11:05:14 T:3136 M:157724672 NOTICE: clean cached files!
11:05:14 T:3136 M:157720576 NOTICE: unload skin
11:05:14 T:3136 M:162099200 NOTICE: stop python
11:05:14 T:3136 M:163840000 NOTICE: stopped
11:05:14 T:3136 M:163835904 NOTICE: destroy
11:05:14 T:3136 M:163827712 NOTICE: unload sections
Reply
#35
ok and now i need your opml file and for formating reasons use the CODE-tag (the #-Button)
Reply
#36
Code:
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
    <title>iTunes Subscribed Feeds</title>
    <dateCreated>Wed, 29 Dec 2010 16:30:54 GMT</dateCreated>
    <dateModified>Wed, 29 Dec 2010 16:30:54 GMT</dateModified>
</head>
<body>
    <outline text="APM: The Story" type="rss" xmlUrl="http://www.thestory.org/archive/podcast.xml" htmlUrl="http://thestory.org/archive" />
    <outline text="APM: The Splendid Table" type="rss" xmlUrl="http://americanpublicmedia.publicradio.org/podcasts/xml/splendid_table/kitchen_questions.xml" htmlUrl="http://splendidtable.publicradio.org/" />
</body>
</opml>
Reply
#37
if tested it localy with this opml.xml and its works.

are you sure you use the correct file
Reply
#38
11:42:35 T:1384 M:112091136 NOTICE: -->Python Interpreter Initialized<--
11:42:35 T:1384 M:108257280 NOTICE: get_params() argv=
11:42:35 T:1384 M:108253184 NOTICE: ['plugin://plugin.audio.podcatcher/', '0', '']
11:42:35 T:1384 M:108236800 NOTICE: [PodCatcher]: special://profile/addon_data/plugin.audio.podcatcher/opml.xml
11:42:35 T:1384 M:107986944 NOTICE: [PodCatcher]: Path:
11:42:35 T:1384 M:107986944 NOTICE: [PodCatcher]: Action: browse
11:42:35 T:1384 M:107986944 NOTICE: [PodCatcher]: RssFeed
11:42:35 T:1384 M:107986944 NOTICE: [PodCatcher]: Downloading from url=http://www.thestory.org/archive/podcast.xml
11:42:37 T:1384 M:107515904 NOTICE: [PodCatcher]: Error while parsing item: <item>

<title>Nutcracker - The Musical</title>

<link>http://thestory.org/archive/121710_The_Story_B.mp3/view</link>

<description/>


<category/>


<itunes:author>American Public Media</itunes:author>

<itunesConfusedubtitle/>

<itunesConfusedummary/>



<enclosure length="9230130" type="audio/mpeg" url="http://thestory.org/archive/121710_The_Story_B.mp3"/>

<guid>http://thestory.org/archive/121710_The_Story_B.mp3/view</guid>

<itunes:duration>00:19:13</itunes:duration>

<itunes:keywords/>

<pubDate>Fri, 17 Dec 2010 04:55:00 EST</pubDate>

</item>
11:42:37 T:1384 M:107511808 NOTICE: [PodCatcher]: Error while parsing item: <item>

<title>The iCone</title>

<link>http://thestory.org/archive/121610_Story_B.mp3/view</link>

<description/>


<category/>


<itunes:author>American Public Media</itunes:author>

<itunesConfusedubtitle/>

<itunesConfusedummary/>



<enclosure length="1666834" type="audio/mpeg" url="http://thestory.org/archive/121610_Story_B.mp3"/>

<guid>http://thestory.org/archive/121610_Story_B.mp3/view</guid>

<itunes:duration>00:03:28</itunes:duration>

<itunes:keywords/>

<pubDate>Thu, 16 Dec 2010 04:55:00 EST</pubDate>

</item>
11:42:37 T:1384 M:107511808 NOTICE: [PodCatcher]: Error while parsing item: <item>

<title>The International Wedding Crasher</title>

<link>http://thestory.org/archive/121610_Story_C.mp3/view</link>

<description/>


<category/>


<itunes:author>American Public Media</itunes:author>

<itunesConfusedubtitle/>

<itunesConfusedummary/>



<enclosure length="8437982" type="audio/mpeg" url="http://thestory.org/archive/121610_Story_C.mp3"/>

<guid>http://thestory.org/archive/121610_Story_C.mp3/view</guid>

<itunes:duration>00:17:35</itunes:duration>

<itunes:keywords/>

<pubDate>Thu, 16 Dec 2010 04:50:00 EST</pubDate>

</item>
11:42:37 T:1384 M:107507712 NOTICE: [PodCatcher]: Error while parsing item: <item>

<title>Growing Up with Oral Roberts</title>

<link>http://thestory.org/archive/the_story_121510_b.mp3/view</link>

<description/>


<category/>


<itunes:author>American Public Media</itunes:author>

<itunesConfusedubtitle/>

<itunesConfusedummary/>



<enclosure length="9774824" type="audio/mpeg" url="http://thestory.org/archive/the_story_121510_b.mp3"/>
Reply
#39
<guid>http://thestory.org/archive/the_story_121510_b.mp3/view</guid>

<itunes:duration>00:20:07</itunes:duration>

<itunes:keywords/>

<pubDate>Wed, 15 Dec 2010 04:55:00 EST</pubDate>

</item>
11:42:37 T:1384 M:107503616 ERROR: xbp__wfopen = untested
11:42:37 T:1384 M:107503616 ERROR: Error Type: exceptions.IOError
11:42:37 T:1384 M:107503616 ERROR: Error Contents: invalid mode: w
11:42:37 T:1384 M:107433984 ERROR: Traceback (most recent call last):
File "C:\Users\IS Manager P\AppData\Roaming\XBMC\addons\plugin.audio.podcatcher\default.py", line 105, in ?
opmlFile.displayMenu(path);
File "C:\Users\IS Manager P\AppData\Roaming\XBMC\addons\plugin.audio.podcatcher\feedreader\opml.py", line 111, in displayMenu
self.opmlFolder.displayMenu(path);
File "C:\Users\IS Manager P\AppData\Roaming\XBMC\addons\plugin.audio.podcatcher\feedreader\opml.py", line 49, in displayMenu
self.gui.buildMenuEntry(element);
File "C:\Users\IS Manager P\AppData\Roaming\XBMC\addons\plugin.audio.podcatcher\simplexbmc.py", line 80, in buildMenuEntry
if(menuElement.hasUnreadItems()):
File "C:\Users\IS Manager P\AppData\Roaming\XBMC\addons\plugin.audio.podcatcher\feedreader\__init__.py", line 90, in hasUnreadItems
self.loadFeed();
File "C:\Users\IS Manager P\AppData\Roaming\XBMC\addons\plugin.audio.podcatcher\feedreader\__init__.py", line 99, in loadFeed
self.saveChanges();
File "C:\Users\IS Manager P\AppData\Roaming\XBMC\addons\plugin.audio.podcatcher\feedreader\__init__.py", line 87, in saveChanges
self.archiveFile.save();
File "C:\Users\IS Manager P\AppData\Roaming\XBMC\addons\plugin.audio.podcatcher\feedreader\archivefile.py", line 43, in save
output = open(self.archiveFile, 'w')
IOError: invalid mode: w
11:42:37 T:1716 M:105566208 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.audio.podcatcher/
11:42:37 T:1716 M:105566208 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.podcatcher/) failed
Reply
#40
you post is hard to read Wink

if you get this error, my plugin should show you some entrys. I get the same error-message and i will check the reasons (and if posible, extend the error message) but there are "problems" with some items, not all...
Reply
#41
Odd, I get the error then it just brings me back to the screen to launch the podcaster.
And sorry about the post formatting!
Reply
#42
ok i missed the second error message.

hmm i guess windows has some problems with you given "id".

extend your opml.xml like this:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<body>
    <outline id="1" text="APM: The Story" type="rss" xmlUrl="http://www.thestory.org/archive/podcast.xml" htmlUrl="http://thestory.org/archive" />
    <outline id="2" text="APM: The Splendid Table" type="rss" xmlUrl="http://americanpublicmedia.publicradio.org/podcasts/xml/splendid_table/kitchen_questions.xml" htmlUrl="http://splendidtable.publicradio.org/" />
</body>
</opml>
Reply
#43
Sad 
Same errors
Reply
#44
try using
Code:
plugin.audio.podcatcher
Reply
#45
Not sure what you mean by:

fiveisalive Wrote:try using
Code:
plugin.audio.podcatcher
Reply
  • 1
  • 2
  • 3(current)
  • 4
  • 5
  • 10

Logout Mark Read Team Forum Stats Members Help
[RELEASE] PodCatching Addon1