Hi I get a blank screen when trying to run Share social, and I also receive an error when attempting to add a twitter account.
Here's my log from when I tried to access sharesocial
Code:
14:49:54 T:6952 NOTICE: -->Python Interpreter Initialized<--
14:49:54 T:1480 ERROR: CLocalizeStrings::ClearBlock: Trying to clear non existent block C:\Users\Angel\AppData\Roaming\XBMC\addons\script.web.viewer
14:49:54 T:6952 NOTICE: ShareSocial: share.py: Registered as share target for Twitter
14:49:54 T:6952 ERROR: C:\Users\Angel\AppData\Roaming\XBMC\addons\script.module.sharesocial\share.py:192: DeprecationWarning: object.__init__() takes no parameters
xbmcgui.WindowXML.__init__( self, *args, **kwargs )
14:49:54 T:1480 ERROR: Control 120 in window 13001 has been asked to focus, but it can't
14:49:54 T:6952 NOTICE: ('en_US', 'cp1252')
14:49:54 T:6952 NOTICE: ('en_US', 'cp1252')
14:49:54 T:6952 NOTICE: ('en_US', 'cp1252')
14:49:55 T:6952 NOTICE: ShareSocial: Error importing module twitter_share for share target script.module.sharesocial.
14:49:55 T:6952 ERROR: Traceback (most recent call last):
14:49:55 T:6952 ERROR: File "C:\Users\Angel\AppData\Roaming\XBMC\addons\script.module.sharesocial\lib\ShareSocial.py", line 706, in getFunctions
14:49:55 T:6952 ERROR: mod = __import__(module)
14:49:55 T:6952 ERROR: File "C:\Users\Angel\AppData\Roaming\XBMC\addons\script.module.sharesocial\twitter_share.py", line 2, in <module>
14:49:55 T:6952 ERROR: from twitter import TwitterSession, LOG, getUserList, TwitterUser
14:49:55 T:6952 ERROR: File "C:\Users\Angel\AppData\Roaming\XBMC\addons\script.module.sharesocial\twitter.py", line 2, in <module>
14:49:55 T:6952 ERROR: from twython import twython
14:49:55 T:6952 ERROR: File "C:\Users\Angel\AppData\Roaming\XBMC\addons\script.module.sharesocial\twython\__init__.py", line 1, in <module>
14:49:55 T:6952 ERROR: from twython import Twython
14:49:55 T:6952 ERROR: File "C:\Users\Angel\AppData\Roaming\XBMC\addons\script.module.sharesocial\twython\twython.py", line 19, in <module>
14:49:55 T:6952 ERROR: import httplib2
14:49:55 T:6952 ERROR: ImportError: No module named httplib2
14:49:55 T:6952 ERROR: Exception in python script callback execution
14:49:55 T:6952 ERROR: Traceback (most recent call last):
14:49:55 T:6952 ERROR: File "C:\Users\Angel\AppData\Roaming\XBMC\addons\script.module.sharesocial\share.py", line 206, in onInit
14:49:55 T:6952 ERROR: if self.shouldRefresh(last): self.fillFeedList()
14:49:55 T:6952 ERROR: File "C:\Users\Angel\AppData\Roaming\XBMC\addons\script.module.sharesocial\share.py", line 251, in fillFeedList
14:49:55 T:6952 ERROR: pcall = f.getProvideCall()
14:49:55 T:6952 ERROR: File "C:\Users\Angel\AppData\Roaming\XBMC\addons\script.module.sharesocial\lib\ShareSocial.py", line 733, in getProvideCall
14:49:55 T:6952 ERROR: return self.functions().provide
14:49:55 T:6952 ERROR: AttributeError
14:49:55 T:6952 ERROR: :
14:49:55 T:6952 ERROR: ShareFailure instance has no attribute 'provide'
14:49:55 T:8184 NOTICE: AUTH DONE
14:49:58 T:4848 NOTICE: Erreur urllib : [Errno 22] invalid mode ('wb') or filename: 'C:\\Users\\Angel\\AppData\\Roaming\\XBMC\\userdata\\addon_data\\script.headlines/Rss-user_timeline.rss?screen_name=icefilmsinfo'
14:49:58 T:8184 NOTICE: plugin.image.flickr: Providing feed to ShareSocial
14:49:58 T:8184 NOTICE: ShareSocial: ShareTarget.provideWithCall(): Error in target provide() function
14:49:58 T:8184 ERROR: Traceback (most recent call last):
14:49:58 T:8184 ERROR: File "C:\Users\Angel\AppData\Roaming\XBMC\addons\script.module.sharesocial\lib\ShareSocial.py", line 739, in provideWithCall
14:49:58 T:8184 ERROR: if not userIDs: return provideCall(getObject)
14:49:58 T:8184 ERROR: File "C:\Users\Angel\AppData\Roaming\XBMC\addons\plugin.image.flickr\share.py", line 19, in provide
14:49:58 T:8184 ERROR: g = photos.find('items').find('item').attrib.get
14:49:58 T:8184 ERROR: AttributeError: 'NoneType' object has no attribute 'attrib'
14:49:59 T:4848 NOTICE: Erreur urllib : [Errno 22] invalid mode ('wb') or filename: 'C:\\Users\\Angel\\AppData\\Roaming\\XBMC\\userdata\\addon_data\\script.headlines/Rss-user_timeline.rss?screen_name=icefilmsinfo'
And here is my log from when I try to add the twitter account.
Code:
14:52:43 T:7536 NOTICE: -->Python Interpreter Initialized<--
14:52:43 T:7536 ERROR: Error Type: <type 'exceptions.ImportError'>
14:52:43 T:7536 ERROR: Error Contents: No module named httplib2
14:52:43 T:7536 ERROR: Traceback (most recent call last):
File "C:\Users\Angel\AppData\Roaming\XBMC\addons\script.module.sharesocial\share.py", line 687, in <module>
addTwitterUser()
File "C:\Users\Angel\AppData\Roaming\XBMC\addons\script.module.sharesocial\share.py", line 677, in addTwitterUser
from twitter import TwitterSession
File "C:\Users\Angel\AppData\Roaming\XBMC\addons\script.module.sharesocial\twitter.py", line 2, in <module>
from twython import twython
File "C:\Users\Angel\AppData\Roaming\XBMC\addons\script.module.sharesocial\twython\__init__.py", line 1, in <module>
from twython import Twython
File "C:\Users\Angel\AppData\Roaming\XBMC\addons\script.module.sharesocial\twython\twython.py", line 19, in <module>
import httplib2
ImportError: No module named httplib2