blummat0360 / bluecop-xbmc-repo

Automatically exported from code.google.com/p/bluecop-xbmc-repo
0 stars 0 forks source link

Selecting Recently Added Episodes gets error #64

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Start Hulu addon
2.Select Recently Added (returns OK)
3.Select Recently Added Episodes ( Returns and error)

What is the expected output? What do you see instead?

List of Recently Added Episodes should be displayed. Error is displayed for the 
Hulu addon

What version of the product are you using? On what operating system?

Version 2.9.10 on Apple TV 1 Darwin 8.8.2

Please provide any additional information below.

Log

20:51:43 T:54189568 M:  6160384  NOTICE: HULU--> common.args.mode -- > 
CarouselMenu
20:51:43 T:54189568 M:  6160384  NOTICE: HULU --> common :: getFEED :: url = 
http://m.hulu.com/menu/11706?dp_id=hulu&package_id=1&total=1
20:51:44 T:54189568 M:  6139904  NOTICE: HULU --> common :: getFEED :: url = 
http://m.hulu.com/menu/11706?dp_id=hulu&package_id=1&limit=100&page=1
20:51:52 T:54189568 M:  5844992   ERROR: Error Type: exceptions.TypeError
20:51:52 T:54189568 M:  5844992   ERROR: Error Contents: argument 1 must be 
unicode or str
20:51:52 T:54189568 M:  5844992   ERROR: Traceback (most recent call last):
                                              File "/Users/frontrow/Library/Application Support/XBMC/addons/plugin.video.hulu/default.py", line 56, in ?
                                                modes ( )
                                              File "/Users/frontrow/Library/Application Support/XBMC/addons/plugin.video.hulu/default.py", line 42, in modes
                                                menu.Main()
                                              File "/Users/frontrow/Library/Application Support/XBMC/addons/plugin.video.hulu/resources/lib/_menu.py", line 33, in __init__
                                                self.addMenuItems(perpage,common.args.page)
                                              File "/Users/frontrow/Library/Application Support/XBMC/addons/plugin.video.hulu/resources/lib/_menu.py", line 320, in addMenuItems
                                                if isVideo == False:
                                            TypeError: argument 1 must be unicode or str
20:51:52 T:2684407808 M:  5967872   ERROR: GetDirectory - Error getting 
plugin://plugin.video.hulu/?url="http%3A%2F%2Fm.hulu.com%2Fmenu%2F11706"&mode="C
arouselMenu"&name="Recently+Added+Episodes"&art="%2FUsers%2Ffrontrow%2FLibrary%2
FApplication+Support%2FXBMC%2Faddons%2Fplugin.video.hulu%2Fresources%2Fimages%2F
icon_recently_added.jpg"&fanart="%2FUsers%2Ffrontrow%2FLibrary%2FApplication+Sup
port%2FXBMC%2Faddons%2Fplugin.video.hulu%2Ffanart.jpg"&page="1"&popular="false"&
updatelisting="false"
20:51:52 T:2684407808 M:  5967872   ERROR: 
CGUIMediaWindow::GetDirectory(plugin://plugin.video.hulu/?url="http%3A%2F%2Fm.hu
lu.com%2Fmenu%2F11706"&mode="CarouselMenu"&name="Recently+Added+Episodes"&art="%
2FUsers%2Ffrontrow%2FLibrary%2FApplication+Support%2FXBMC%2Faddons%2Fplugin.vide
o.hulu%2Fresources%2Fimages%2Ficon_recently_added.jpg"&fanart="%2FUsers%2Ffrontr
ow%2FLibrary%2FApplication+Support%2FXBMC%2Faddons%2Fplugin.video.hulu%2Ffanart.
jpg"&page="1"&popular="false"&updatelisting="false") failed

Original issue reported on code.google.com by rayst...@gmail.com on 23 Sep 2011 at 12:58