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

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ruuk Online
Skilled Python Coder
Posts: 901
Joined: Aug 2005
Reputation: 133
Location: Bremerton, WA USA
Post: #181
(2012-05-25 00:53)ruuk Wrote:  
(2012-05-20 03:45)d_j_a Wrote:  I've got 0.7.2 with Eden installed on Win7, getting the failed to get token error after putting in the code.

I happen to notice that FB had a pop up saying a unknown device was attempting to connect, but I couldn't catch it quick enough. If you log off FB and back on you can authorize the login location but by that time the plugin has timed out and thrown the error.

Any ideas?
I was able to duplicate this error. Disabling 'Login Notifications' - then authorizing - then re-enabling worked for me.
I tried some other workarounds and to try to fix it, but this is the only thing that worked so far.
I've noticed that while this worked at first, I now no longer can get a new token with 'Login Notifications' enabled. Hopefully Facebook will finally get their device authentication method for devices without a browser out of the testing stage so I can use it, because I haven't figured a suitable workaround for this issue yet.
find quote
ruuk Online
Skilled Python Coder
Posts: 901
Joined: Aug 2005
Reputation: 133
Location: Bremerton, WA USA
Post: #182
Version 0.7.3

Changes:
- A fix (hopefully) for problems with 'Login Notifications' enabled on Facebook

On my REPO.

Please, someone test this. It got it working for me again, hopefully it will for everyone with the issue.
find quote
ruuk Online
Skilled Python Coder
Posts: 901
Joined: Aug 2005
Reputation: 133
Location: Bremerton, WA USA
Post: #183
Version 0.7.4

Changes:
- Fixed a bug introduced in the last version that causes errors when getting a new token (probably only with ShareSocial)

On my REPO.

Please, someone with login notifications enabled test to see if the last versions fix is working for you.
I would like to verify it is fixed and update the main repo.
(This post was last modified: 2012-06-13 23:50 by ruuk.)
find quote
Uwe77 Offline
Junior Member
Posts: 1
Joined: Jun 2012
Reputation: 1
Post: #184
Installed Version 0.7.4 today but got an error "no control name 'submit[This is Okay]', kin..."

Edit: Got it working now. There was an error message in my browser from facebook, that an application tried to access my account. After i confirmed the message, the addon could successfully logon.
(This post was last modified: 2012-06-16 11:43 by Uwe77.)
find quote
ruuk Online
Skilled Python Coder
Posts: 901
Joined: Aug 2005
Reputation: 133
Location: Bremerton, WA USA
Post: #185
(2012-06-16 11:37)Uwe77 Wrote:  Installed Version 0.7.4 today but got an error "no control name 'submit[This is Okay]', kin..."

Edit: Got it working now. There was an error message in my browser from facebook, that an application tried to access my account. After i confirmed the message, the addon could successfully logon.

Thanks for checking that out and telling me the results. I'll have to fix that error, but it looks like I've found the method to overcome the problems with login notifications.
find quote
zhaian Offline
Junior Member
Posts: 4
Joined: Jun 2012
Reputation: 0
Post: #186
version 0.7.4, getting an error when viewing photo albums: 'ascii' codec can't decode byte 0xe5 in position 19...

This seems to be the same error that was addressed in change 0.7.0. I upgraded from 0.6.9 to 0.7.4 using your repo, restarted xbmc, but it looks like its still happening. Sad
Using Eden 11.0, ubuntu linux 64 bit

17:41:29 T:140165618366208 NOTICE: FACEBOOK MEDIA: ERROR GETTING PHOTOS
17:41:29 T:140165618366208 ERROR: Traceback (most recent call last):
17:41:29 T:140165618366208 ERROR: File "/home/ryanchild/.xbmc/addons/script.facebook.media/default.py", line 854, in PHOTOS
17:41:29 T:140165618366208 ERROR: caption = self.makeCaption(p, uid)
17:41:29 T:140165618366208 ERROR: File "/home/ryanchild/.xbmc/addons/script.facebook.media/default.py", line 980, in makeCaption
17:41:29 T:140165618366208 ERROR: caption = name + title + obj.description('')
17:41:29 T:140165618366208 ERROR: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe5 in position 19: ordinal not in range(128)
find quote
ruuk Online
Skilled Python Coder
Posts: 901
Joined: Aug 2005
Reputation: 133
Location: Bremerton, WA USA
Post: #187
Version 0.7.5

Changes:
- Possible fix for some encoding errors
- Fix for bug causing errors when viewing images in albums

On my REPO.

zhaian: Please let me know if this fixes your issue.
(This post was last modified: 2012-06-25 21:02 by ruuk.)
find quote
zhaian Offline
Junior Member
Posts: 4
Joined: Jun 2012
Reputation: 0
Post: #188
(2012-06-25 21:01)ruuk Wrote:  Version 0.7.5

Changes:
- Possible fix for some encoding errors
- Fix for bug causing errors when viewing images in albums

On my REPO.

zhaian: Please let me know if this fixes your issue.

fixed. thank you
find quote
Largo Offline
Junior Member
Posts: 6
Joined: Nov 2011
Reputation: 0
Post: #189
I can't get a pin.

For a start, the message box tells me to go to xbmc.2ndmind.net/fb which apparently doesn't exist.
Some searching around and I discovered it's .com and not .net
However, your web server is not configured correctly, so I just tried index.html and it took me to the FB auth app page.
I Authed the app, which then redirected me back but I got a MySQL error and no PIN.
find quote
ruuk Online
Skilled Python Coder
Posts: 901
Joined: Aug 2005
Reputation: 133
Location: Bremerton, WA USA
Post: #190
(2012-07-23 23:12)Largo Wrote:  I can't get a pin.

For a start, the message box tells me to go to xbmc.2ndmind.net/fb which apparently doesn't exist.
Some searching around and I discovered it's .com and not .net
However, your web server is not configured correctly, so I just tried index.html and it took me to the FB auth app page.
I Authed the app, which then redirected me back but I got a MySQL error and no PIN.

I'm in the middle of switching web hosting. Things should be fixed soon.
find quote
Post Reply