emesene forum
September 07, 2010, 03:37:50 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: CACHE KEY ERRORS? NICK NOT SAVED? UPGRADE TO 1.6.2 FIRST!

REPORT ANY ISSUE HERE - PLEASE CHECK IF THE PROBLEM HAS ALREADY BEEN REPORTED FIRST -- THANKS
 
  Home   Forum   Help Search Login Register  
Pages: 1 ... 9 10 [11]
  Print  
Author Topic: [New Plugin] Facebook  (Read 18104 times)
mehd36
Hero Member
*****

l33tness: 8
Offline Offline

Posts: 151


Facebook Plugin inside ©


View Profile Email
« Reply #150 on: February 27, 2010, 01:18:30 PM »

So you managed to authenticate with this new version ?
Logged
arielj
Administrator
Hero Member
*****

l33tness: 31
Offline Offline

Posts: 1417


globitz!


View Profile Email
« Reply #151 on: February 27, 2010, 01:59:02 PM »

I can't test it because now it uses Webkit and it's not available on Windows Tongue...

Can you leave the old behavior if os.name == "nt"?
Logged
mehd36
Hero Member
*****

l33tness: 8
Offline Offline

Posts: 151


Facebook Plugin inside ©


View Profile Email
« Reply #152 on: February 27, 2010, 02:22:42 PM »

Ohh yess, I forgot window users ! Cheesy
Ok, I'll keep the old behaviour for windows users Smiley

Thanks !
Logged
ilpazzoide
Newbie
*

l33tness: 0
Offline Offline

Posts: 1


View Profile Email
« Reply #153 on: March 29, 2010, 02:15:17 PM »

helle folk!!

ubuntu 10.4 beta1
when i try to active the plugin i give this error

Code:
Exception
You are using emesene 1.6 "mate" so you're free to complain here:
http://forum.emesene.org/index.php/board,19.0.html
Check already existing tickets for duplicates first, please.
Traceback (most recent call last):

  File "/usr/share/emesene/PreferenceWindow.py", line 1964, in active_toggled
    status = self.pluginManager.checkPlugin(plugin_name)

  File "/usr/share/emesene/PluginManager.py", line 220, in checkPlugin
    return self.loaded_plugin[ name ].check()

  File "/usr/share/emesene/plugins_base/Facebook.py", line 1223, in check
    uidgotten = str(self.fb.users.getLoggedInUser())

  File "<string>", line 4, in getLoggedInUser

  File "/usr/share/emesene/plugins_base/Facebook.py", line 197, in __call__
    return self._client('%s.%s' % (self._name, method), args)

  File "/usr/share/emesene/plugins_base/Facebook.py", line 492, in __call__
    return self._parse_response(response, method)

  File "/usr/share/emesene/plugins_base/Facebook.py", line 424, in _parse_response
    self._check_error(result)

  File "/usr/share/emesene/plugins_base/Facebook.py", line 374, in _check_error
    raise FacebookError(response['error_code'], response['error_msg'], response['request_args'])

FacebookError: Error 453: A session key is required for calling this method

anything that i can do?
Logged
TJUndead
Jr. Member
**

l33tness: 2
Offline Offline

Posts: 10


View Profile
« Reply #154 on: June 20, 2010, 12:21:03 PM »

Man, I used to use this plugin for a few weeks without problems, but now, after I changed my password on Facebook, the plugin hangs Emesene. I disabled all plugins to see what one make the problem, and when I try to activate Facebook plugin, I receive this exception message:
Code:
Exception
You are using emesene 1.6-dev PPA-r1995 so you're free to complain here:
http://forum.emesene.org/index.php/board,19.0.html
Check already existing tickets for duplicates first, please.
Traceback (most recent call last):

  File "/usr/share/emesene/PreferenceWindow.py", line 2001, in active_toggled
    self.pluginManager.startPlugin(plugin_name)

  File "/usr/share/emesene/PluginManager.py", line 232, in startPlugin
    self.loaded_plugin[ name ].start()

  File "/usr/share/emesene/plugins_base/Facebook.py", line 848, in start
    self.addunread()

  File "/usr/share/emesene/plugins_base/Facebook.py", line 1147, in addunread
    pmcount = (self.fb.notifications.get()['messages'])['unread']

  File "<string>", line 4, in get

  File "/usr/share/emesene/plugins_base/Facebook.py", line 197, in __call__
    return self._client('%s.%s' % (self._name, method), args)

  File "/usr/share/emesene/plugins_base/Facebook.py", line 492, in __call__
    return self._parse_response(response, method)

  File "/usr/share/emesene/plugins_base/Facebook.py", line 424, in _parse_response
    self._check_error(result)

  File "/usr/share/emesene/plugins_base/Facebook.py", line 374, in _check_error
    raise FacebookError(response['error_code'], response['error_msg'], response['request_args'])

FacebookError: Error 102: Session key invalid or no longer valid

Can anyone give me some help, please?
Logged
el_eternauta
Full Member
***

l33tness: 0
Offline Offline

Posts: 33



View Profile Email
« Reply #155 on: June 23, 2010, 08:18:49 AM »

Man, I used to use this plugin for a few weeks without problems, but now, after I changed my password on Facebook, the plugin hangs Emesene. I disabled all plugins to see what one make the problem, and when I try to activate Facebook plugin, I receive this exception message:
Code:
Exception
You are using emesene 1.6-dev PPA-r1995 so you're free to complain here:
http://forum.emesene.org/index.php/board,19.0.html
Check already existing tickets for duplicates first, please.
Traceback (most recent call last):

  File "/usr/share/emesene/PreferenceWindow.py", line 2001, in active_toggled
    self.pluginManager.startPlugin(plugin_name)

  File "/usr/share/emesene/PluginManager.py", line 232, in startPlugin
    self.loaded_plugin[ name ].start()

  File "/usr/share/emesene/plugins_base/Facebook.py", line 848, in start
    self.addunread()

  File "/usr/share/emesene/plugins_base/Facebook.py", line 1147, in addunread
    pmcount = (self.fb.notifications.get()['messages'])['unread']

  File "<string>", line 4, in get

  File "/usr/share/emesene/plugins_base/Facebook.py", line 197, in __call__
    return self._client('%s.%s' % (self._name, method), args)

  File "/usr/share/emesene/plugins_base/Facebook.py", line 492, in __call__
    return self._parse_response(response, method)

  File "/usr/share/emesene/plugins_base/Facebook.py", line 424, in _parse_response
    self._check_error(result)

  File "/usr/share/emesene/plugins_base/Facebook.py", line 374, in _check_error
    raise FacebookError(response['error_code'], response['error_msg'], response['request_args'])

FacebookError: Error 102: Session key invalid or no longer valid

Can anyone give me some help, please?


I have same problem...
Logged
JQ
Newbie
*

l33tness: 0
Offline Offline

Posts: 1


View Profile
« Reply #156 on: July 04, 2010, 10:35:52 AM »

I have installed the facebook plugin.First time after installation is ok but after I log off and restart emesene again.The plugin is unable to work and also with the below error.

Exception
You are using emesene 1.6.1 "mate" so you're free to complain here:
http://forum.emesene.org/index.php/board,19.0.html
Check already existing tickets for duplicates first, please.
Traceback (most recent call last):

  File "/usr/share/emesene/PreferenceWindow.py", line 1999, in active_toggled
    status = self.pluginManager.checkPlugin(plugin_name)

  File "/usr/share/emesene/PluginManager.py", line 218, in checkPlugin
    return self.loaded_plugin[ name ].check()

  File "/usr/share/emesene/plugins_base/Facebook.py", line 1223, in check
    uidgotten = str(self.fb.users.getLoggedInUser())

  File "<string>", line 4, in getLoggedInUser

  File "/usr/share/emesene/plugins_base/Facebook.py", line 197, in __call__
    return self._client('%s.%s' % (self._name, method), args)

  File "/usr/share/emesene/plugins_base/Facebook.py", line 492, in __call__
    return self._parse_response(response, method)

  File "/usr/share/emesene/plugins_base/Facebook.py", line 424, in _parse_response
    self._check_error(result)

  File "/usr/share/emesene/plugins_base/Facebook.py", line 374, in _check_error
    raise FacebookError(response['error_code'], response['error_msg'], response['request_args'])

FacebookError: Error 453: A session key is required for calling this method
Logged
-samuel-
Jr. Member
**

l33tness: 0
Offline Offline

Posts: 9


View Profile
« Reply #157 on: July 08, 2010, 06:20:29 AM »

I have installed the facebook plugin.First time after installation is ok but after I log off and restart emesene again.The plugin is unable to work and also with the below error.

Exception
You are using emesene 1.6.1 "mate" so you're free to complain here:
http://forum.emesene.org/index.php/board,19.0.html
Check already existing tickets for duplicates first, please.
Traceback (most recent call last):

  File "/usr/share/emesene/PreferenceWindow.py", line 1999, in active_toggled
    status = self.pluginManager.checkPlugin(plugin_name)

  File "/usr/share/emesene/PluginManager.py", line 218, in checkPlugin
    return self.loaded_plugin[ name ].check()

  File "/usr/share/emesene/plugins_base/Facebook.py", line 1223, in check
    uidgotten = str(self.fb.users.getLoggedInUser())

  File "<string>", line 4, in getLoggedInUser

  File "/usr/share/emesene/plugins_base/Facebook.py", line 197, in __call__
    return self._client('%s.%s' % (self._name, method), args)

  File "/usr/share/emesene/plugins_base/Facebook.py", line 492, in __call__
    return self._parse_response(response, method)

  File "/usr/share/emesene/plugins_base/Facebook.py", line 424, in _parse_response
    self._check_error(result)

  File "/usr/share/emesene/plugins_base/Facebook.py", line 374, in _check_error
    raise FacebookError(response['error_code'], response['error_msg'], response['request_args'])

FacebookError: Error 453: A session key is required for calling this method

Hi. I have te same problem, in windows.
I think it happen cause I try to activate the plugin again when i must do what the popup window say (in windows they appear behind the pluggin configure window). The solution for me was:
1.- download the plugin in the facebook page:
http://www.facebook.com/?sk=messages#!/apps/application.php?id=98287032633&ref=ts
2.- delete the facebook plugin in the plugins folder (windows 7: C:\Program Files (x86)\emesene\plugins_base)
3.- paste the plugin of facebook page (1.-)
4.- activate the plugin again. (in windows press alt + tab to find hidden popup windows)

pd: sorry if my english is bad, yo hablo español.
pd2: NICE PLUGIN!
Logged
-samuel-
Jr. Member
**

l33tness: 0
Offline Offline

Posts: 9


View Profile
« Reply #158 on: July 08, 2010, 06:36:16 AM »

I have this error in windows 7...

Exception
You are using emesene 1.6.2 "chimarrão" so you're free to complain here:
http://forum.emesene.org/index.php/board,19.0.html
Check already existing tickets for duplicates first, please.
Traceback (most recent call last):

  File "PluginManager.pyo", line 257, in startActivePlugins

  File "PluginManager.pyo", line 232, in startPlugin

  File "C:\Program Files (x86)\emesene\plugins_base\Facebook.py", line 872, in start

  File "C:\Program Files (x86)\emesene\plugins_base\Facebook.py", line 1563, in checkstatus

TypeError: 'NoneType' object is unsubscriptable
Logged
egamboau
Newbie
*

l33tness: 0
Offline Offline

Posts: 1


View Profile
« Reply #159 on: July 24, 2010, 02:30:38 PM »

I have this error in windows 7...

Exception
You are using emesene 1.6.2 "chimarrão" so you're free to complain here:
http://forum.emesene.org/index.php/board,19.0.html
Check already existing tickets for duplicates first, please.
Traceback (most recent call last):

  File "PluginManager.pyo", line 257, in startActivePlugins

  File "PluginManager.pyo", line 232, in startPlugin

  File "C:\Program Files (x86)\emesene\plugins_base\Facebook.py", line 872, in start

  File "C:\Program Files (x86)\emesene\plugins_base\Facebook.py", line 1563, in checkstatus

TypeError: 'NoneType' object is unsubscriptable

Same problem here... but in Ubuntu 10.04...

I'm using emesene from the unstable repository. I just eneabled it, and throws this
Logged
Pages: 1 ... 9 10 [11]
  Print  
 
Jump to:  

TinyPortal v.1.0.6 beta 2 © Bloc
Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!