[RELEASE] GoogleReader (Programs) Plugin

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
hastarin Offline
Junior Member
Posts: 31
Joined: Sep 2008
Reputation: 0
Location: Melbourne, Australia
Post: #31
Just thought I would mention I have the same issue as Tandriin. The Picasa plugin works fine too so I can only presume it is not an auth issue.

Enjoy your holidays. I look forward to seeing what this does when it works.
find quote
BigBellyBilly Offline
Skilled Python Coder
Posts: 959
Joined: Feb 2005
Reputation: 2
Location: UK
Post: #32
hi.

just wondering if its a problem local to xbmc on Vista? a folder name case dependancy issue maybe? just guessing at this point as seems to be fine on xbox,XP,linux xbmc ports.

hols fine mate , back to the all inclusive bar Smile)

My Addons (myTV, T3CH Upgrader, DVDProfiler, BBCPodRadio, Comics, Football, GoogleReader, reeplay.it, Metacritic, Phonebin, FileViewer,SVN Repo Installer (contributor)) available at Box.net
find quote
hastarin Offline
Junior Member
Posts: 31
Joined: Sep 2008
Reputation: 0
Location: Melbourne, Australia
Post: #33
Given we both have Vista 32-bit it's quite possible, though I did try renaming the folder to all lowercase (it was "Programs"), to no affect.

I thought it could be UAC related, but I tried turning it off temporarily and the issue still exists.

I visit my mate on Friday who has my XP Notebook on loan atm so I'll try to remember to try it out on that to rule out any issues specific to my account.
(This post was last modified: 2009-05-25 07:10 by hastarin.)
find quote
hastarin Offline
Junior Member
Posts: 31
Joined: Sep 2008
Reputation: 0
Location: Melbourne, Australia
Post: #34
I've looked in to this further with the aid of Fiddler.

It seems this plugin is using a POST to authenticate and is failing. The Picasa plugin uses a GET and works fine.

Interestingly enough when I have Fiddler enabled to intercept the HTTPS traffic and decrypt it (ignoring certificate errors) things work as they should.

Unfortunately the code for the Picasa plugin is compiled, and I don't actually know Python, so I can't just grab the authentication code from there to see if dropping it in works.

Should this be working with the 9.04 release of XBMC or do we need a more recent SVN build?

When you return from your holiday perhaps you could get in touch with me and provide the code for an alternate authentication routine using a GET that I can check to see if it works?
find quote
hastarin Offline
Junior Member
Posts: 31
Joined: Sep 2008
Reputation: 0
Location: Melbourne, Australia
Post: #35
Another possibility is that we're both behind transparent proxies of some sort and using Fiddler somehow bypassed that for me.

There seems to be a bug with Python and HTTPS via a proxy:
http://bugs.python.org/issue1424152
find quote
BigBellyBilly Offline
Skilled Python Coder
Posts: 959
Joined: Feb 2005
Reputation: 2
Location: UK
Post: #36
unfortunatly the Googlereader api isnt official, so that code (heavily modified for my own useses) is POST base.

i´ll be happy to try stuff when I get home.

cheers
BBB

My Addons (myTV, T3CH Upgrader, DVDProfiler, BBCPodRadio, Comics, Football, GoogleReader, reeplay.it, Metacritic, Phonebin, FileViewer,SVN Repo Installer (contributor)) available at Box.net
find quote
Post Reply