• 1
  • 15
  • 16
  • 17(current)
  • 18
  • 19
  • 21
[RELEASE] ZDF Mediathek Plugin - German Television
Hi,
first: very good plugin!

I've got a problem: when I search in the ard mediathek ("Tatort"), I got a script error:

Code:
ERROR: Error Type: exceptions.IndexError
17:37:49 T:2827180912 M:1099210752   ERROR: Error Contents: list index out of range
17:37:49 T:2827180912 M:1099210752   ERROR: Traceback (most recent call last):
                                              File "/home/wohnzimmer/.xbmc/addons/plugin.video.mediathek/default.py", line 89, in ?
                                                mediathek.searchVideo(searchText);
                                              File "/home/wohnzimmer/.xbmc/addons/plugin.video.mediathek/mediathek/ard.py", line 121, in searchVideo
                                                self.buildSearchResultLink(clip, True, elementCount);
                                              File "/home/wohnzimmer/.xbmc/addons/plugin.video.mediathek/mediathek/ard.py", line 147, in buildSearchResultLink
                                                self.gui.buildVideoLink(displayObject, self, elementCount);
                                              File "/home/wohnzimmer/.xbmc/addons/plugin.video.mediathek/simplexbmc.py", line 74, in buildVideoLink
                                                selectedKey = displayObject.link.keys()[0];
                                            IndexError: list index out of range
17:37:49 T:3078887296 M:1099210752   ERROR: GetDirectory - Error getting plugin://plugin.video.mediathek/?type=ARD&action=search
17:37:49 T:3078887296 M:1099210752   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.mediathek/?type=ARD&action=search) failed


When I want to browse to "Tatort", I got a empty site, no error.
Reply
Edit:

Well, on my Mac, i don't have that problem. The other system is Ubuntu 11.10.

Greets
janmaco
Reply
One new Problem (ubuntu 10.10);

Code:
21:59:19 T:2781969264 M:1128853504  NOTICE: [Mediathek]: Der X-Faktor - das Geheimnis Frau
21:59:19 T:2781969264 M:1128853504  NOTICE: [Mediathek]: URL:rtmp://cp125301.edgefcs.net/ondemand/ playPath=mp4:zdf/12/03/120327_sendung_afo_vh.mp4
21:59:19 T:2781969264 M:1128853504   ERROR: Error Type: exceptions.TypeError
21:59:19 T:2781969264 M:1128853504   ERROR: Error Contents: argument 1 must be unicode or str
21:59:19 T:2781969264 M:1128853504   ERROR: Traceback (most recent call last):
                                              File "/home/wohnzimmer/.xbmc/addons/plugin.video.mediathek/default.py", line 84, in ?
                                                mediathek.buildMenu(path)
                                              File "/home/wohnzimmer/.xbmc/addons/plugin.video.mediathek/mediathek/__init__.py", line 109, in buildMenu
                                                self.buildMenu(path,treeNode);
                                              File "/home/wohnzimmer/.xbmc/addons/plugin.video.mediathek/mediathek/__init__.py", line 109, in buildMenu
                                                self.buildMenu(path,treeNode);
                                              File "/home/wohnzimmer/.xbmc/addons/plugin.video.mediathek/mediathek/__init__.py", line 117, in buildMenu
                                                self.buildPageMenu(treeNode.link,len(treeNode.childNodes));
                                              File "/home/wohnzimmer/.xbmc/addons/plugin.video.mediathek/mediathek/zdf.py", line 139, in buildPageMenu
                                                self.extractVideoObjects(videoPageLinks);
                                              File "/home/wohnzimmer/.xbmc/addons/plugin.video.mediathek/mediathek/zdf.py", line 169, in extractVideoObjects
                                                for videoID in videos:
                                            TypeError: argument 1 must be unicode or str
21:59:19 T:3078629248 M:1128931328   ERROR: GetDirectory - Error getting plugin://plugin.video.mediathek/?type=ZDF&action=openMenu&path=2.0
21:59:19 T:3078629248 M:1128931328   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.mediathek/?type=ZDF&action=openMenu&path=2.0) failed

Any fix?

Greets
janmaco
Reply
Will be fixed soon
Reply
(2012-03-27, 22:07)janmaco Wrote: One new Problem (ubuntu 10.10);

Any fix?

Greets
janmaco

Wich version do you use. If i take a look at your trace and compare it to the current version of zdf.py ther should be a log-message like "pageLink: somelink" and it dit not apear...
Reply
Hello Raptor 2101,

since yesterday i get the same script error at 3sat like janmaco.

Quote:23:00:19 T:4948 M:2153406464 ERROR: Error Type: exceptions.TypeError
23:00:19 T:4948 M:2153406464 ERROR: Error Contents: argument 1 must be unicode or str
23:00:19 T:4948 M:2153385984 ERROR: Traceback (most recent call last):
File "C:\Dokumente und Einstellungen\Thomas\Anwendungsdaten\XBMC\addons\plugin.video.mediathek\default.py", line 84, in ?
mediathek.buildMenu(path)
File "C:\Dokumente und Einstellungen\Thomas\Anwendungsdaten\XBMC\addons\plugin.video.mediathek\mediathek\__init__.py", line 109, in buildMenu
self.buildMenu(path,treeNode);
File "C:\Dokumente und Einstellungen\Thomas\Anwendungsdaten\XBMC\addons\plugin.video.mediathek\mediathek\__init__.py", line 117, in buildMenu
self.buildPageMenu(treeNode.link,len(treeNode.childNodes));
File "C:\Dokumente und Einstellungen\Thomas\Anwendungsdaten\XBMC\addons\plugin.video.mediathek\mediathek\dreisat.py", line 98, in buildPageMenu
self.extractVideoObjects(rssFeed, initCount);
File "C:\Dokumente und Einstellungen\Thomas\Anwendungsdaten\XBMC\addons\plugin.video.mediathek\mediathek\dreisat.py", line 149, in extractVideoObjects
for itemNode in nodes:
TypeError: argument 1 must be unicode or str
23:00:19 T:5116 M:2153357312 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.mediathek/?type=3Sat&action=openMenu&path=14
23:00:19 T:5116 M:2153357312 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.mediathek/?type=3Sat&action=openMenu&path=14) failed
23:00:19 T:5116 M:2153385984 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6

Looks like they've changed something wherefore your parser does not work correctly anymore.

Using: XBMC 10.1, latest mediathek plugin 0.2.9, Windows XP.

Hope you can fix it soon!

Best regards,
Thomas
Reply
Sorry for my late answer, i was a litle busy last time.

I try to reproduce the error. In all combinations (XBMC 10.1/11, Linux/Windows) i was unable to reproduce it. Is the error stil present or it is working again?
Reply
Hello Raptor 2101,

it's still present. Undecided

Best regards,
Thomas
Reply
Can you post a full debug log (via http://pastebin.com/) with the error occuring
Reply
Hey guys. I have the same problem over here. Weird thing is, that there are two different kinds of issues. There are folders that work sometimes ( like ZDF-> "Dokumentationen" ) but most of the time they refuse to work. And then there are folders that won't just open since two weeks or so ( NDR -> "mare.tv" and ZDF -> "Terra-X" for example). Everytime I try to open them I get a plugin error. I have several pc's here and tested it on all of them with the same result. All PC's run Win7 Professional 32 or 64bit.

I think it's the best to let my logfile say the rest. I hope it helps you to understand what is going wrong here. I opened or tried to open the already mentioned folders (ZDF-> "Dokumentationen", NDR -> "mare.tv" and ZDF -> "Terra-X")

My logfile

Best wishes,
Andi
Reply
Ok all of you uses Windows-Based OS (Vista or above), i don't have such a test platform. Will see if i'am o reproduce the error under windows xp.
Reply
I'm now on Eden and everything seems fine! Smile

Good job!
Reply
I still got the blues and my beloved Terra-X won't work... I also tried it out on my winXP pc and the same error occured. I guess I have to migrate to linux the next few days...

cya
Reply
(2012-04-17, 21:54)qwerty Wrote: I still got the blues and my beloved Terra-X won't work... I also tried it out on my winXP pc and the same error occured. I guess I have to migrate to linux the next few days...

cya

Switching to Linux is always a good idea but won't help you in this case Wink

I spend my whole afternoon to reproduce you're errors, and i failed. Seems something strange goes on on you side.

So we can do the following: install a "vanilla"/clean xbmc-eden (11.0) straight from the xbmc.org. Install the mediathek plugin. Check if the error in Terra-X appears. If not all is "ok" if not try the following zdf.py, reproduce the error and post the logfile
Reply
Hey! It's me again^^
Everything went fine for a while but now all of a sudden all ndr streams dont work anymore. Really all of them. Is there any way to fix this? I can easily navigate through the various genres and stuff but if it comes to actually play a video, nothing happens. No error, no message, no entry in the log. Just nothing. This is weird.

Maybe it's not a big issue...

greetz
Reply
  • 1
  • 15
  • 16
  • 17(current)
  • 18
  • 19
  • 21

Logout Mark Read Team Forum Stats Members Help
[RELEASE] ZDF Mediathek Plugin - German Television3