[RELEASE] ShareSocial - Social media sharing & More

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
josz Offline
Member
Posts: 50
Joined: Jan 2011
Reputation: 0
Location: Netherlands
Post: #21
I installed 0.1.4 after installing 01.2 from the ts, didn't notice a newer version @ first.
Still get "Error Contents: No module named httplib2" in xbmc.log.
Restarted XBMC, no luck. Running a windows x64 install
(This post was last modified: 2012-03-28 21:57 by josz.)
find quote
ruuk Offline
Skilled Python Coder
Posts: 908
Joined: Aug 2005
Reputation: 133
Location: Bremerton, WA USA
Post: #22
(2012-03-28 21:56)josz Wrote:  I installed 0.1.4 after installing 01.2 from the ts, didn't notice a newer version @ first.
Still get "Error Contents: No module named httplib2" in xbmc.log.
Restarted XBMC, no luck. Running a windows x64 install

Hmmmm, that doesn't seem possible. I just checked the zip and it has the httplib2 files, I re-checked the Twitter api code and it is in the path of all the imports.
Could you double check the installed version in the addon manager, and then verify that there is a directory named httplib2 in {local_xbmc_dir}/addons/script.module.sharesocial/twython/
If all that is correct, please send me a log (at least the portions around the httplib2 error).

Thanks
(This post was last modified: 2012-03-28 22:19 by ruuk.)
find quote
Bstrdsmkr Offline
Fan
Posts: 710
Joined: Oct 2010
Reputation: 13
Post: #23
(2012-03-28 21:56)josz Wrote:  I installed 0.1.4 after installing 01.2 from the ts, didn't notice a newer version @ first.
Still get "Error Contents: No module named httplib2" in xbmc.log.
Restarted XBMC, no luck. Running a windows x64 install

Force refresh on the repo. Give it a few minutes to check all repos you have installed and reboot. There's a weird issue with the repos not recognizing that something has been added once it discovers it's missing.

If that doesn't work, delete Addons**.db from your xbmc\userdata\database\ folder and restart. That will force it to rebuild the list of what's in what repo from scratch
find quote
ruuk Offline
Skilled Python Coder
Posts: 908
Joined: Aug 2005
Reputation: 133
Location: Bremerton, WA USA
Post: #24
(2012-03-29 02:56)Bstrdsmkr Wrote:  
(2012-03-28 21:56)josz Wrote:  I installed 0.1.4 after installing 01.2 from the ts, didn't notice a newer version @ first.
Still get "Error Contents: No module named httplib2" in xbmc.log.
Restarted XBMC, no luck. Running a windows x64 install

Force refresh on the repo. Give it a few minutes to check all repos you have installed and reboot. There's a weird issue with the repos not recognizing that something has been added once it discovers it's missing.

If that doesn't work, delete Addons**.db from your xbmc\userdata\database\ folder and restart. That will force it to rebuild the list of what's in what repo from scratch

Will that help when installing from a zip file? ShareSocial isn't on any repository yet...
find quote
Bstrdsmkr Offline
Fan
Posts: 710
Joined: Oct 2010
Reputation: 13
Post: #25
Ahhh, I totally misread that. I was thinking that you were pulling httplib2 from the main repo

In that case there might be a problem with the folders under twython not being added to the python path. Maybe move it up to /addons/script.module.sharesocial/httplib2/ that's pretty much guaranteed to be on the path
find quote
G elly N Offline
Junior Member
Posts: 45
Joined: Dec 2011
Reputation: 0
Post: #26
im still getting the same problem as my previous post after installing the new version
find quote
ruuk Offline
Skilled Python Coder
Posts: 908
Joined: Aug 2005
Reputation: 133
Location: Bremerton, WA USA
Post: #27
(2012-03-29 17:45)G elly N Wrote:  im still getting the same problem as my previous post after installing the new version

I'll need your xbmc.log
find quote
MrsAngelD Offline
Junior Member
Posts: 12
Joined: Aug 2011
Reputation: 0
Post: #28
(2012-03-28 21:25)ruuk Wrote:  Adds httplib2 files which are a dependency of the Twitter api and not standard python.
They were already installed on my system which is why I didn't notice the problem.
Please let me know how this works for you.

Get it here:

http://share-social-xbmc.googlecode.com/...-0.1.4.zip

MrsAngelD: You were also getting an error with flickr. Looking at the log it appears that you have an empty photostream. Could you confirm whether this is true?
If that is the case, the version below will remove the errors from your log and simply log the incident instead.

Latest flickr version

Hi, I do in fact have items in my flickr stream. Also I tried your new version and I'm still getting the same errors. Here's another copy of my log.

I put a new copy of my log on pastebin for you. Thanks for your hard work, Smile

Angel
find quote
ruuk Offline
Skilled Python Coder
Posts: 908
Joined: Aug 2005
Reputation: 133
Location: Bremerton, WA USA
Post: #29
(2012-03-30 21:58)MrsAngelD Wrote:  Also I tried your new version and I'm still getting the same errors. Here's another copy of my log.

I put a new copy of my log on pastebin for you. Thanks for your hard work, Smile

Angel

Thanks a bunch for the log.
I don't get why that error is still occurring, but I'll take a look at it and find out Smile
(This post was last modified: 2012-03-30 22:12 by ruuk.)
find quote
ruuk Offline
Skilled Python Coder
Posts: 908
Joined: Aug 2005
Reputation: 133
Location: Bremerton, WA USA
Post: #30
This should fix the httplib2 import errors.

Get it here:

http://share-social-xbmc.googlecode.com/...-0.1.5.zip
find quote