[RELEASE] Facebook-Media - Facebook Photo/Video Addon

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ruuk Offline
Skilled Python Coder
Posts: 883
Joined: Aug 2005
Reputation: 118
Location: Bremerton, WA USA
Post: #151
(2012-04-04 01:32)Cthugha Wrote:  Tried again with updated v0.6.7. Same problem... Tested with auto-login disabled. Stuck on "processing data"...

Login notifications disabled. Secure browsing enabled though (and I'd like to keep it on).

For each login the last URL webviewer shows contains the error reason: The+user+denied+your+request

This is supposed to indicate that when you were asked to authorize, you said no.

Could you describe in detail what happens when you are authorizing/logging in? (for example 'The window shows up, I fill in login/pass, i click submit....')

Thanks Smile
find quote
Cthugha Offline
Member
Posts: 76
Joined: Sep 2010
Reputation: 0
Location: Sweden
Post: #152
(2012-04-04 21:07)ruuk Wrote:  
(2012-04-04 01:32)Cthugha Wrote:  Tried again with updated v0.6.7. Same problem... Tested with auto-login disabled. Stuck on "processing data"...

Login notifications disabled. Secure browsing enabled though (and I'd like to keep it on).

For each login the last URL webviewer shows contains the error reason: The+user+denied+your+request

This is supposed to indicate that when you were asked to authorize, you said no.

Could you describe in detail what happens when you are authorizing/logging in? (for example 'The window shows up, I fill in login/pass, i click submit....')

Thanks Smile

I get no authorization question, in the addon or on Facebook.

When I start the addon I'm asked for email, which I enter, and then password, which I also enter (using a wireless keyboard). After that I'm taken to the webviewer with URL on top, a simple web page on the left asking me to login, and the "form" on the right. I then try to fill out email and password again, and select login. That makes the webviewer start loading ("processing data") and nothing else happens. When I press back to cancel I get a popup that says something about authorization token failed. Ok is only option and then I'm taken back to xbmc.

The last attempts was with notifications disabled. Login approvals have been off all the time.

HTPC Zotac ZBOX HD-ID33BR (Intel Atom D525, NVIDIA NG-ION, 4xBD, etc), 2GB DDR2 RAM, 40GB OCZ Agility2 SSD, Windows 8, XBMC 12.
SERVER AMD Phenom II X4 910e, Asus M4A785TD-V EVO/U3S6, 8GB DDR3 RAM, lots of HDDs, Windows Server 2012.
A/V BenQ DLP HD proj w 104" motor screen, Samsung 40" LCD Full-HD TV, Onkyo 7.1 receiver, Infinity Alpha speakers, Supra cables.
(This post was last modified: 2012-04-05 02:11 by Cthugha.)
find quote
ruuk Offline
Skilled Python Coder
Posts: 883
Joined: Aug 2005
Reputation: 118
Location: Bremerton, WA USA
Post: #153
(2012-04-05 02:09)Cthugha Wrote:  I get no authorization question, in the addon or on Facebook.

When I start the addon I'm asked for email, which I enter, and then password, which I also enter (using a wireless keyboard). After that I'm taken to the webviewer with URL on top, a simple web page on the left asking me to login, and the "form" on the right. I then try to fill out email and password again, and select login. That makes the webviewer start loading ("processing data") and nothing else happens. When I press back to cancel I get a popup that says something about authorization token failed. Ok is only option and then I'm taken back to xbmc.

The last attempts was with notifications disabled. Login approvals have been off all the time.

Added a setting 'Debug Logging' in the addon settings. Also fixed some trivial things causing errors in your logs.

Please turn on the debug setting and try again and send me a new log. (At the moment it just prints the HTML of the last page to the log, but that should be helpful)

I tried changing settings in facebook and I installed the skin your using.
I can't seem to duplicate what's happening to you.

Does your login/password have any characters that might generate some encoding issues? I'm just trying to think of things that could be different for you.

Anyway, give the debug thingy a shot and we'll see what we can find out.

Get the new version here:

http://facebook-media.googlecode.com/fil...-0.6.8.zip
find quote
olympia Online
Team-XBMC Member
Posts: 2,377
Joined: May 2008
Reputation: 30
Post: #154
I am having the exact same issue.

Debug log: http://pastebin.com/UGAtUxXp
find quote
vijayk416 Offline
Senior Member
Posts: 191
Joined: Apr 2011
Reputation: 1
Post: #155
Same problem here, hangs on processing step following entering email address and password.
find quote
ruuk Offline
Skilled Python Coder
Posts: 883
Joined: Aug 2005
Reputation: 118
Location: Bremerton, WA USA
Post: #156
Version 0.6.9

Changes:
- New authorization method

This new method will require you to use a browser on any computer. Once you have authorized the addon you will get a pin that you enter back into the dialog.
Currently the browser will need to be behind the same IP address (ie same router) for this to work. If this new method works fine I will add an alternate longer pin you can enter if your browser ip is not the same as you XBMC ip.

Someone please test this and let me know how it goes. Thanks.

Get it here:

http://facebook-media.googlecode.com/fil...-0.6.9.zip
(This post was last modified: 2012-04-12 00:11 by ruuk.)
find quote
Cthugha Offline
Member
Posts: 76
Joined: Sep 2010
Reputation: 0
Location: Sweden
Post: #157
Authentication works with new version Smile Not so elegant but finally it works for me. Nice!

Getting an error when loading "photos of me"... "'ascii' codec can't decode byte 0xc3 in position 8: ordinal not in range(128)"

HTPC Zotac ZBOX HD-ID33BR (Intel Atom D525, NVIDIA NG-ION, 4xBD, etc), 2GB DDR2 RAM, 40GB OCZ Agility2 SSD, Windows 8, XBMC 12.
SERVER AMD Phenom II X4 910e, Asus M4A785TD-V EVO/U3S6, 8GB DDR3 RAM, lots of HDDs, Windows Server 2012.
A/V BenQ DLP HD proj w 104" motor screen, Samsung 40" LCD Full-HD TV, Onkyo 7.1 receiver, Infinity Alpha speakers, Supra cables.
find quote
ruuk Offline
Skilled Python Coder
Posts: 883
Joined: Aug 2005
Reputation: 118
Location: Bremerton, WA USA
Post: #158
(2012-04-15 01:56)Cthugha Wrote:  Authentication works with new version Smile Not so elegant but finally it works for me. Nice!

Getting an error when loading "photos of me"... "'ascii' codec can't decode byte 0xc3 in position 8: ordinal not in range(128)"

Well it looks like the old way is permanently broken since they put javascript in the authentication pages.
Apparently they're working on a Device authentication method for devices without a browser, and when that comes out we'll see Smile

Thanks for testing and getting back to me.

As for the error I'll look at it.

... I really hate encodings ... grumble ... grumble ...
(This post was last modified: 2012-04-15 02:49 by ruuk.)
find quote
ruuk Offline
Skilled Python Coder
Posts: 883
Joined: Aug 2005
Reputation: 118
Location: Bremerton, WA USA
Post: #159
(2012-04-15 01:56)Cthugha Wrote:  Getting an error when loading "photos of me"... "'ascii' codec can't decode byte 0xc3 in position 8: ordinal not in range(128)"

I think I need a log. I need to see exactly where the error is happening. I looked but nothing was obvious.

Where to find your log.
find quote
Zippolighter Offline
Fan
Posts: 339
Joined: Dec 2006
Reputation: 0
Location: germany
Post: #160
I have the same error.

debug.log

Regards Zippolighter
find quote
Post Reply