nagarjun64 / xbmc-skype-addon

Automatically exported from code.google.com/p/xbmc-skype-addon
GNU General Public License v2.0
0 stars 0 forks source link

Plugin won't start in XBMC12.2 under Ubuntu 13.04 #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install python-skype 
2. Install addon
3. Try to run it

What is the expected output? What do you see instead?
Skype working in my XBMC

What version of the product are you using? On what operating system?
SVN: Revision: 5

Please provide any additional information below.
xbmc: 2:12.2~git20130502.1706-frod

Log says:
23:40:17 T:139917376071424   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: 'Skype' object has no attribute '_SetEventHandlerObj'
                                            Traceback (most recent call last):
                                              File "/home/xbmc/.xbmc/addons/script.skype/default.py", line 27, in <module>
                                                ui = gui.GUI( "ui.xml" , os.getcwd(), "Default")
                                              File "/home/xbmc/.xbmc/addons/script.skype/resources/lib/gui.py", line 92, in __init__
                                                self.skype = Skype4Py.Skype(Events=self)
                                              File "/usr/lib/pymodules/python2.7/Skype4Py/skype.py", line 243, in __init__
                                                self._SetEventHandlerObj(Events)
                                            AttributeError: 'Skype' object has no attribute '_SetEventHandlerObj'
                                            -->End of Python script error report<--
23:40:17 T:139917986649984   ERROR: ClearBlock: Trying to clear non existent 
block /home/xbmc/.xbmc/addons/script.skype

Original issue reported on code.google.com by va...@grinco.eu on 26 May 2013 at 9:43

GoogleCodeExporter commented 9 years ago
same error here ...

Original comment by agbe...@gmail.com on 24 Aug 2013 at 1:19