Kuchik1423 / seppius-xbmc-repo

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

plugin.video.nowfilms.ru 1.0.9 - search does not work #70

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Operating system: OS X 10.9
XBMC version: 12.3 Frodo
Plugin: plugin.video.nowfilms.ru ver.1.0.9

Embedded search menu fails to operate. Any search results in error message:

"Error
Script failed! : plugin.video.nowfilms.ru"

Original issue reported on code.google.com by karmatsk...@gmail.com on 13 Mar 2014 at 8:03

GoogleCodeExporter commented 8 years ago
00:02:00 T:4618792960  NOTICE: -->Python Interpreter Initialized<--
00:02:06 T:4618792960   ERROR: EXCEPTION Thrown (PythonToCppException) : 
-->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'NoneType' object has no attribute 'find'
                                            Traceback (most recent call last):
                                              File "/Users/macuser/Library/Application Support/XBMC/addons/plugin.video.nowfilms.ru/default.py", line 704, in <module>
                                                Movie_List(params)
                                              File "/Users/macuser/Library/Application Support/XBMC/addons/plugin.video.nowfilms.ru/default.py", line 299, in Movie_List
                                                if rec.find('div', {'class':'full2'}).find('a'):
                                            AttributeError: 'NoneType' object has no attribute 'find'
                                            -->End of Python script error report<--
00:02:06 T:140735136385376   ERROR: GetDirectory - Error getting 
plugin://plugin.video.nowfilms.ru/?mode=MOVIE&search=Y
00:02:06 T:140735136385376   ERROR: 
CGUIMediaWindow::GetDirectory(plugin://plugin.video.nowfilms.ru/?mode=MOVIE&sear
ch=Y) failed

Original comment by karmatsk...@gmail.com on 13 Mar 2014 at 8:13